Skip to content
Prev 5786 / 15274 Next

Portfolio Optimization

You can do this w/ solve.QP.

use something like this:

solve.QP(lambda*2*vcv,fcst,Amat,bvec)

and set up Amat and bvec to be the appropriate duration constraints.

-Whit
On Tue, Mar 9, 2010 at 3:35 PM, Heiko Mayer <Heiko-Mayer at gmx.de> wrote: