UniformPrior {adestr} | R Documentation |
Uniform prior distribution for the parameter mu
UniformPrior(min = -1, max = 1)
min |
minimum of support interval. |
max |
maximum of support interval. |
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.
UniformPrior(min = -1, max = 1)