Description Usage Arguments Value Examples
This function draws a single value from a folded Normal distribution with mean the current value of the parameter, and variance as required.
1 | Folded_draw(param.cur, param.sigma, lower, upper)
|
param.cur |
The current value of the parameter. |
param.sigma |
The standard deviation of the folded Normal distribution. |
lower |
The lower bound of the distribution. |
upper |
The upper bound of the distribution. |
Returns a draw from the specified folded Normal distribution.
1 | Folded_draw(param.cur = 0.4, param.sigma = 0.1, lower = 0, upper = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.