This function gives access to a larger set of prior distributions in case the default choice is unsatisfactory.
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) )
mu | one of |
---|---|
phi | one of |
sigma2 | one of |
nu | one of |
rho | one of |
latent0_variance | either the character string |
beta | an |
Other priors:
sv_constant()