Learn R Programming

adestr (version 1.0.0)

UniformPrior: Uniform prior distribution for the parameter mu

Description

Uniform prior distribution for the parameter mu

Usage

UniformPrior(min = -1, max = 1)

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.

Arguments

min

minimum of support interval.

max

maximum of support interval.

Examples

Run this code
UniformPrior(min = -1, max = 1)

Run the code above in your browser using DataLab