Description Usage Arguments Value See Also Examples
Define a real parameter with a normal distribution
1 2 3 | param.normal(mean, sd, initial = NULL, ...)
param.normal.int(mean, sd, initial = NULL, ...)
|
mean |
The mean of the distribution |
sd |
The standard deviation of the distribution |
initial |
The initial value or NULL |
... |
Additional arguments to be used in optimisation methods. |
An object of type 'param.distributed'
param.distributed, param.real
1 2 3 | param.distributed("norm", args=list(mean=12, sd=2))
# is the same as
param.normal(mean=12, sd=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.