Compute one draw of the AR(1) coefficient in a model with Gaussian innovations and time-dependent innovation variances. In particular, we use the sampler for the log-volatility AR(1) process with the parameter-expanded Polya-Gamma sampler. The sampler also applies to a multivariate case with independent components.
sampleAR1(h_yc, h_phi, h_sigma_eta_t, prior_dhs_phi = NULL)
p x 1
vector of sampled AR(1) coefficient(s)
the T x p
matrix of centered log-volatilities
(i.e., the log-vols minus the unconditional means dhs_mean
)
the p x 1
vector of previous AR(1) coefficient(s)
the T x p
matrix of log-vol innovation standard deviations
the parameters of the prior for the log-volatility AR(1) coefficient dhs_phi
;
either NULL
for uniform on [ -1,1 ] or a 2-dimensional vector of (shape1, shape2) for a Beta prior
on [(dhs_phi + 1)/2]