Compute one draw of the T x 1
state variable mu
in a DLM using back-band substitution methods.
This model is equivalent to the Bayesian trend filtering (BTF) model, assuming appropriate
(shrinkage/sparsity) priors for the evolution errors.
sampleBTF(
y,
obs_sigma_t2,
evol_sigma_t2,
D = 1,
loc_obs = NULL,
chol0 = NULL,
prior_mean = NULL
)
T x 1
vector of simulated states
the T x 1
vector of time series observations
the T x 1
vector of observation error variances
the T x 1
vector of evolution error variances
the degree of differencing (one or two)
list of the row and column indices to fill in a band-sparse matrix
(optional) the m x m
matrix of initial Cholesky factorization;
if NULL, use the Matrix
package for sampling, otherwise use the spam
package
optional (default is NULL); numeric T x 1
vector specifying the prior mean of mu