mixobjective {mixsqp} | R Documentation |
Compute objective optimized by mixsqp.
Description
See mixsqp
for a full description of the
objective function optimized by the mix-SQP algorithm.
Usage
mixobjective(L, x, w = rep(1, nrow(L)))
Arguments
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
|
Value
The value of the objective at x
. If any entry of
L %*% x
is less than or equal to zero, Inf
is
returned.