Learn R Programming

REffectivePred (version 1.0.0)

modif.helper: 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)

Value

The modified parameters (bounded, if needed).

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.