check.betatgt | R Documentation |
beta.tgt
is within the logical boundThis function checks whether the parameter beta.tgt
is within the logical bounds. If it is not within the logical bound,
then reject immediately.
check.betatgt(data, lpmodel, beta.tgt, solver)
data |
An |
lpmodel |
An |
beta.tgt |
The value to be tested. |
solver |
A linear or quadratic programming solver. The exact solver that is supported depends on the test chosen. |
Returns the following objects:
inout |
The variable that equals 1 if it is within the logical bound. This equals 0 otherwise. |
lb |
The logical lower bound. |
ub |
The logical upper bound. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.