UniformPrior {adestr}R Documentation

Uniform prior distribution for the parameter mu

Description

Uniform prior distribution for the parameter mu

Usage

UniformPrior(min = -1, max = 1)

Arguments

min

minimum of support interval.

max

maximum of support interval.

Value

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

Examples

UniformPrior(min = -1, max = 1)

[Package adestr version 1.0.0 Index]