monomvn.solve.QP | R Documentation |
Solve a Quadratic Program specified by a QP
object
using the covariance matrix and mean vector specified
monomvn.solve.QP(S, QP, mu = NULL)
S |
a positive-definite covariance |
QP |
a Quadratic Programming object like one that can
be generated automatically by |
mu |
an mean vector with
|
The protocol executed by this function is identical to
the one used on samples of \Sigma
and \mu
obtained in bmonomvn
when a Quadratic Program
is specified through the QP
argument. For more details
on the specification of the Quadratic Program implied by a
QP
object, please see default.QP
and
the examples therein
The output is a vector whose length agrees with
the dimension of S
, describing the solution to the
Quadratic Program given
Robert B. Gramacy rbg@vt.edu
default.QP
, bmonomvn
,
and solve.QP
in the quadprog package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.