help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help


From: Michael Creel
Subject: Re: help
Date: Thu, 20 Sep 2007 15:28:46 +0200



On 9/19/07, yoonus <address@hidden> wrote:
Hi,
Anybody having GARCH estimation code or please help me out which function I
can use for optimizing non-linear function with constraints.

Thanks
Yoonus


sqp should do what you need:

octave:1> help sqp
 -- Function File: [X, OBJ, INFO, ITER, NF, LAMBDA] = sqp (X, PHI, G, H)
     Solve the nonlinear program

               min phi (x)
                x

     subject to

               g(x)  = 0
               h(x) >= 0


M.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]