NormalPrior {adestr}R Documentation

Normal prior distribution for the parameter mu

Description

Normal prior distribution for the parameter mu

Usage

NormalPrior(mu = 0, sigma = 1)

Arguments

mu

mean of prior distribution.

sigma

standard deviation of the prior distribution.

Value

an object of class NormalPrior. This object can be supplied as the argument mu of the evaluate_estimator function to calculate performance scores weighted by a prior.

Examples

NormalPrior(mu = 0, sigma = 1)

[Package adestr version 0.5.0 Index]