Skip to contents

Prior half-cauchy distribution

Usage

half_cauchy_prior(mu, sigma)

Arguments

mu

numeric. Location.

sigma

numeric. Scale (>0).

Value

Object of class HalfCauchyPrior.

Examples

hcp <- half_cauchy_prior(1, 1)