pr_truncnormal {mcmcsae} | R 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.
[Package mcmcsae version 0.7.8 Index]