[R] constrained optimization

Arne Henningsen ahenningsen at email.uni-kiel.de
Fri May 20 18:02:35 CEST 2005


On Friday 20 May 2005 17:32, gael.robert at socgen.com wrote:
> Hello,
> I've got to compute a minimization equation under an equality constraint
> (Min g(x1,x2,x3) with x1+x2=const). The Constroptim function does not
> authorize an equality condition but only inequality conditions. Which
> function can I use instead?
> Thank you very much for your help.
> Gael Robert - +33 1 42 14 27 96

You do not need constraints if you minimize
   g( x1, const - x1, x3 )
with respect to x1 and x3. After that you can calculate x2 by
   x2 = const - x1

HTH,
Arne

> ******************************************************************
> This message and any attachments (the "message") are confide...{{dropped}}
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html

-- 
Arne Henningsen
Department of Agricultural Economics
University of Kiel
Olshausenstr. 40
D-24098 Kiel (Germany)
Tel: +49-431-880 4445
Fax: +49-431-880 1397
ahenningsen at agric-econ.uni-kiel.de
http://www.uni-kiel.de/agrarpol/ahenningsen/




More information about the R-help mailing list