NormalPrior | R Documentation |
Normal prior distribution for the parameter mu
NormalPrior(mu = 0, sigma = 1)
mu |
mean of prior distribution. |
sigma |
standard deviation of the prior distribution. |
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.
NormalPrior(mu = 0, sigma = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.