modif.helper {REffectivePred} | R Documentation |
Helper function which ensures that parameters are within specified bounds. Called by the estimate.mle. Note: this is an internal function which should not be modified.
modif.helper(params_modif, params_limits)
params_modif |
Raw parameter vector, in the same order as argument ini_param in estimate.mle. |
params_limits |
Boundaries/limits of the ini_params. |
The modified parameters (bounded, if needed).