Description Usage Arguments Details Value Examples
View source: R/AM_mix_hyperparams.R
Generate a configuration object that specifies a univariate Poisson mixture kernel, where users can specify the hyperparameters of the conjugate Gamma prior, i.e. the kernel is a Poisson(τ) and τ\sim Gamma(α_0,β_0). In AntMAN we assume the following parametrization of the Gamma density:
p(x\mid a,b )= \frac{b^a x^{a-1}}{Γ(a)} \exp\{ -bx \}, \quad x>0.
1 | AM_mix_hyperparams_unipois(alpha0, beta0)
|
alpha0 |
The shape hyperparameter α_0. |
beta0 |
The rate hyperparameter β_0. |
Note that by default, alpha0=1 and beta0=1.
An AM_mix_hyperparams
object. This is a configuration list to be used as mix_kernel_hyperparams
argument for AM_mcmc_fit
.
1 | AM_mix_hyperparams_unipois (alpha0=2, beta0=0.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.