View source: R/class_parameter.R
parameter | R Documentation |
Creates a new instance of a 'parameter' object
parameter(name, init, prior.dist = "FlatPrior", prior.par = NULL)
name |
character, parameter name. |
init |
numeric, initial guess. |
prior.dist |
character, prior distribution. |
prior.par |
numeric vector, prior parameters |
An object of class 'parameter'.
p <- parameter(name='par',init=0,prior.dist='Gaussian',prior.par=c(0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.