interval_parms | R Documentation |
This function takes a numeric vector and constrains it to specified bounds by reflecting values outside
the bounds into the interval. The bounds are defined by a data object returned by make_data()
interval_parms(par, Data)
par |
A numeric vector of parameters as supplied by LaplacesDemon or DEoptim |
Data |
A data object as returned by |
A numeric vector in which each parameter is reflected into bounds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.