R/ui_priors.R
normal_p.Rd
Define a truncated normal prior (on [0;+Inf])
normal_p(mean, sd)
Mean of the untruncated normal.
Standard deviation of the untruncated normal.
A list defining the prior.
normal_p(mean = 0, sd = 4) #> trun_normal(mean=0,sd=4)