pr_truncnormal: Create an object representing truncated normal prior...

View source: R/priors.R

pr_truncnormalR Documentation

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)

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.

Value

An environment representing the specified prior, for internal use.


mcmcsae documentation built on April 12, 2025, 2:25 a.m.