Learn R Programming

isotracer (version 1.1.8)

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

Description

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

Usage

normal_p(mean, sd)

Value

A list defining the prior.

Arguments

mean

Mean of the untruncated normal.

sd

Standard deviation of the untruncated normal.

Examples

Run this code
normal_p(mean = 0, sd = 4)

Run the code above in your browser using DataLab