mixobjective | R Documentation |
See mixsqp
for a full description of the
objective function optimized by the mix-SQP algorithm.
mixobjective(L, x, w = rep(1, nrow(L)))
L |
Matrix specifying the optimization problem to be solved.
In the context of mixture-model fitting, |
x |
The point at which the objective is evaluated in
|
w |
An optional numeric vector, with one entry for each row of
|
The value of the objective at x
. If any entry of
L %*% x
is less than or equal to zero, Inf
is
returned.
mixsqp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.