optimbase.isinbounds
checks that given parameter estimates are within
the defined minimum and maximum boundaries, while
optimbase.isinnonlincons
checks that the given point estimate satisfies
the defined nonlinear constraints.
optimbase.isinbounds(this = NULL, x = NULL)
optimbase.isinnonlincons(this=NULL,x=NULL)
An optimization object.
A column vector of parameter estimates.
Both functions return a list with the following elements:
The optimization object.
TRUE if the parameter estimates satisfy the constraints, FALSE otherwise.