getBoundariesV3 {cocons} | R Documentation |
Simple build of boundaries (v3)
Description
provides a generic set of upper and lower bounds for the L-BFGS-B routine
Usage
getBoundariesV3(coco.object, mean.limits, global.lower,
std.dev.max.effects,
scale.max.effects, aniso.max.effects, tilt.max.effects,
smooth.max.effects, nugget.max.effects)
Arguments
coco.object |
(S4) a coco object.
|
mean.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
global.lower |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
std.dev.max.effects |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
scale.max.effects |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
aniso.max.effects |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
tilt.max.effects |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
smooth.max.effects |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
nugget.max.effects |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
Value
(list
) a list with boundaries for the optim L-BFGS-B routine
Author(s)
Federico Blasi
[Package
cocons version 0.1.2
Index]