Minimize an objective function with PORT routine (nlminb)
minObjFunPORT(objFun, start, lower = -Inf, upper = +Inf, verbose = 0)objective function
numeric vector of parameter values to start optimization
numeric. lower bound for parameters (boxed constraint)
numeric. upper bound for parameters (boxed constraint)
numeric. Verbosity level.