a_s0: standard deviation of alpha's normal distribution.
n0: sig2 inverse gamma shape parameter.
S0: sig2 inverse gamma location parameter.
v0: sig_eta inverse gamma shape parameter.
V0: sig_eta inverse gamma location parameter.
m0: mu normal's mean parameter.
s0: mu normals standard deviation.
a0: a0 beta's shape parameter.
b0: a0 beta's location parameter.
Returns
List containing the hyperparameters used to fit the model. The default parameters are the same of the simulation example of the paper.
Details
Considering the following priors:
alpha ~ N(mu0, s0)
sig2 ~ IG(n0/2, S0/2)
sig_eta ~ IG(v0/2, V0/2)
mu ~ N(m0, s0^2)
(phi+1)/2 ~ Beta(a0, b0)
References
Nakajima, Jouchi, and Mike West. "Bayesian analysis of latent threshold dynamic models." Journal of Business & Economic Statistics 31.2 (2013): 151-164.