powered by
A convenience function for generating Normal priors.
Normal(mu = 0, sigma = 1)
The mean of the normal distribution
The standard deviation of the prior
A function yielding the log-PDF at x of a normal distribution with given statistics.
Other priors: Exp(), Flat()
Exp()
Flat()
# NOT RUN { Normal(0, 1)(1) == dnorm(1, log = TRUE) # }
Run the code above in your browser using DataLab