Normal {prefeR} | R Documentation |
A convenience function for generating Normal priors.
Normal(mu = 0, sigma = 1)
mu |
The mean of the normal distribution |
sigma |
The standard deviation of the prior |
A function yielding the log-PDF at x of a normal distribution with given statistics.
Normal(0, 1)(1) == dnorm(1, log = TRUE)