View source: R/prediction_model.v16.R
modif.helper | 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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.