Description Usage Arguments Value Examples
View source: R/runOptimizationOptiSolve.R
It combines input matrices and constraints for solving the QP problem.
1 | runOptimizationOptiSolve(MX, dX, W1Inv = NULL, constraints, bvec = NULL)
|
MX |
Predictor matrix. It can be M matrix in OLS or Jacobian matrix in the Gauss-Newton algorithm. |
dX |
Response vector. It can be deltas vector OLS or endValues in the Gauss-Newton algorithm. |
W1Inv |
Inverse of the estimated covariance matrix. If NULL it is set to the appropriate identity matrix. |
constraints |
list containing the constraints as generated by setConstraints. |
bvec=NULL |
values for the inequality constraints (rates >= bvec). If NULL, bvec is filled with 0s. |
QP solution.
1 | runOptimizationOptiSolve(MX,dX,W1Inv=NULL,constraints,bvec=NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.