Internal functions for constrained minimization
Groups of functions used for the constrained minimization problem arising in the computation of the likelihood ratio test statistics.
objFunction(x, cst) gradObjFunction(x, cst) symMatrixFromVect(x) ineqCstr(x, cst) jacobianIneqCstr(x, cst) eqCstr(x, cst) jacobianEqCstr(x, cst)
x
: A vectorcst
: A list of constants to be passed to the optimisation functionvalue of the objective function, its gradient, and the set of inequality and equality constraints
objFunction()
: objective function to be optimizedgradObjFunction()
: gradient of the objective functionsymMatrixFromVect()
: function creating a symmetric matrix from its unique elements stored in a vectorineqCstr()
: set of inequality constraintsjacobianIneqCstr()
: jacobian of the inequality constraintseqCstr()
: set of equality constraintsjacobianEqCstr()
: jacobian of the inequality constraints