specify_priors {stochvol} | R Documentation |
Specify Prior Distributions for SV Models
Description
This function gives access to a larger set of prior distributions in case the default choice is unsatisfactory.
Usage
specify_priors(
mu = sv_normal(mean = 0, sd = 100),
phi = sv_beta(shape1 = 5, shape2 = 1.5),
sigma2 = sv_gamma(shape = 0.5, rate = 0.5),
nu = sv_infinity(),
rho = sv_constant(0),
latent0_variance = "stationary",
beta = sv_multinormal(mean = 0, sd = 10000, dim = 1)
)
Arguments
mu |
one of |
phi |
one of |
sigma2 |
one of |
nu |
one of |
rho |
one of |
latent0_variance |
either the character string |
beta |
an |
See Also
Other priors:
sv_constant()