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.
Description
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.
Usage
modif.helper(params_modif, params_limits)
Arguments
params_modif |
Raw parameter vector, in the same order as argument ini_param in estimate.mle. |
params_limits |
Boundaries/limits of the ini_params. |
Value
The modified parameters (bounded, if needed).
[Package REffectivePred version 1.0.0 Index]