Description Usage Arguments Details Value Author(s) Examples
This function creates a hyper-prior density function.
Currently supported density function are Uniform, Gamma and Normal.
The resulting function is used during MCMC mcmc_bite
to estimate parameters of priors.
1 |
hpf |
name of a density function. Supported density functions are: Uniform, Gamma and Normal (abbreviations are not supported) |
hp.pars |
a vector of density function parameters |
... |
additional parameters that can be passed to a density function |
There are three currently implemented density function: Uniform, Gamma and Normal. Each of these densities requires two input parameters and hp.pars must be a vector of two values and cannot be left empty.
A hyper-prior density function (of class "function")
Anna Kostikova and Daniele Silvestro
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.