Skip to contents

Prior half-normal distribution

Usage

half_normal_prior(mu, sigma)

Arguments

mu

numeric. Location.

sigma

numeric. Scale (>0).

Value

Object of class HalfNormalPrior.

Examples

hcp <- half_normal_prior(1, 1)