minObjFunPORT | R Documentation |
Minimize an objective function with PORT routine (nlminb)
minObjFunPORT(objFun, start, lower = -Inf, upper = +Inf, verbose = 0)
objFun |
objective function |
start |
numeric vector of parameter values to start optimization |
lower |
numeric. lower bound for parameters (boxed constraint) |
upper |
numeric. upper bound for parameters (boxed constraint) |
verbose |
numeric. Verbosity level. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.