Learn R Programming

mcmcsae (version 0.7.8)

pr_truncnormal: Create an object representing truncated normal prior distributions

Description

Create an object representing truncated normal prior distributions

Usage

pr_truncnormal(mean = 0, precision = 1, lower = 0, upper = Inf)

Value

An environment representing the specified prior, for internal use.

Arguments

mean

scalar or vector mean parameter.

precision

scalar, vector or matrix precision parameter.

lower

lower limit of the truncated interval.

upper

lower limit of the truncated interval.