normal.prior | R Documentation |
Specifies a scalar Gaussian prior distribution.
NormalPrior(mu, sigma, initial.value = mu, fixed = FALSE)
mu |
The mean of the prior distribution. |
sigma |
The standard deviation of the prior distribution. |
initial.value |
The initial value of the parameter being modeled in the MCMC algorithm. |
fixed |
Should the deviate modeled by this distribution be fixed at its initial value? (Used for debugging in some code. Not universally respected.) |
Steven L. Scott steve.the.bayesian@gmail.com
Gelman, Carlin, Stern, Rubin (2003), "Bayesian Data Analysis", Chapman and Hall.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.