Skip to contents

Construct a Normal prior object for use in kb_priors_weight_nereo() and the priors argument of the kb_fit_*() functions.

Usage

kb_prior_normal(mean = 0, sd = 1)

Arguments

mean

A number giving the mean.

sd

A positive number giving the standard deviation.

Value

A kb_prior_normal object.

Examples

kb_prior_normal(mean = 0, sd = 2)
#> normal(mean = 0, sd = 2)