estbounds2.L2 | R Documentation |
This function evaluates the solution to stage 2 of the two-step procedure to obtain the estimated bound with the 2-norm.
estbounds2.L2(data, firststepsoln, lpmodel, modelsense, kappa, solver)
data |
An |
firststepsoln |
The list of solutions to the first step problem. |
lpmodel |
The |
modelsense |
The indicator of whether the model is to max or min an objective function. |
kappa |
The tuning parameter used in the second step of the two-step procedure for obtaining the bounds subject to the shape constraints. It can be any nonnegative number. |
solver |
The name of the linear and quadratic programming solver that
is used to obtain the solution to linear and quadratic programs.
The solvers supported by this package are |
Returns the solution to the second step of the two-step procedure.
objval |
The optimal value. |
x |
The optimal point. |
status |
The status of the optimization problem. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.