mix_hatk {mixAR} | R Documentation |
Compute component predictions for MixAR models
Description
Function and methods to compute component predictions for MixAR models
Usage
mix_hatk(model, x, index, xcond)
Arguments
model |
a model. |
x |
time series. |
index |
a vector of positive integers specifying the indices for which to compute the residuals, has a natural default. |
xcond |
the past values needed for the conditional distribution, a numeric vector of length at least the maximal AR order of the components. |
Methods
signature(model = "MixAR", x = "numeric", index = "numeric", xcond = "missing")
Author(s)
Georgi N. Boshnakov
See Also
class "MixAR"
[Package mixAR version 0.22.8 Index]