R/distributions.R
norm.Rd
Specifies a normal (Gaussian) distribution.
norm(mean, sd)
Numeric. Mean of the distribution.
Numeric. Standard deviation of the distribution.
A list specification for a normal distribution.
if (FALSE) { # \dontrun{ # Standard normal prior1 <- norm(0, 1) # Prior for log Rt prior2 <- norm(log(1.5), 0.2) } # }