optimbase.isinbounds: Point Estimate Comparison with Bounds and Constraints

Description Usage Arguments Value Author(s)

View source: R/optimbase.isinbounds.R

Description

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.

Usage

1
2

Arguments

this

An optimization object.

x

A column vector of parameter estimates.

Value

Both functions return a list with the following elements:

this

The optimization object.

isfeasible

TRUE if the parameter estimates satisfy the constraints, FALSE otherwise.

Author(s)

Author of Scilab optimbase module: Michael Baudin (INRIA - Digiteo)

Author of R adaptation: Sebastien Bihorel (sb.pmlab@gmail.com)


sbihorel/optimbase documentation built on Jan. 31, 2022, 1:34 a.m.