normal_p: Define a truncated normal prior (on [0;+Inf])

View source: R/ui_priors.R

normal_pR Documentation

Define a truncated normal prior (on [0;+Inf])

Description

Define a truncated normal prior (on [0;+Inf])

Usage

normal_p(mean, sd)

Arguments

mean

Mean of the untruncated normal.

sd

Standard deviation of the untruncated normal.

Value

A list defining the prior.

Examples

normal_p(mean = 0, sd = 4)


isotracer documentation built on Sept. 22, 2023, 1:07 a.m.