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

a coco object

mean.limits

a vector of c(lower,init,upper) values for the associated param.

global.lower

a vector of c(lower,init,upper) values for the associated param.

std.dev.max.effects

a vector of c(lower,init,upper) values for the associated param.

scale.max.effects

a vector of c(lower,init,upper) values for the associated param.

aniso.max.effects

a vector of c(lower,init,upper) values for the associated param.

tilt.max.effects

a vector of c(lower,init,upper) values for the associated param.

smooth.max.effects

a vector of c(lower,init,upper) values for the associated param.

nugget.max.effects

a vector of c(lower,init,upper) values for the associated param.

Value

a list with boundaries for the optim L-BFGS-B routine

Author(s)

Federico Blasi


[Package cocons version 0.1 Index]