Function and methods to compute component predictions for MixAR models
mix_hatk(model, x, index, xcond)
a model.
time series.
a vector of positive integers specifying the indices for which to compute the residuals, has a natural default.
the past values needed for the conditional distribution, a numeric vector of length at least the maximal AR order of the components.
Georgi N. Boshnakov
signature(model = "MixAR", x = "numeric", index = "numeric",
xcond = "missing")
class "MixAR"