prior_n | R Documentation |
This normal prior distribution is a product of univariate N(mu,sig)
prior_n(pars, mu, sig, Log = FALSE)
pars |
parameter values |
mu |
mean value of each parameter value |
sig |
standard deviation of each parameter value |
Log |
logical to take the log of prior or not (defaults to FALSE) |
val Product of probability values for each parameter
prior_n(rep(0,6),0,10,Log = TRUE) #log of prior
prior_n(rep(0,6),0,10,Log = FALSE) #no log
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.