mix_hatk: Compute component predictions for MixAR models

mix_hatkR 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"


GeoBosh/mixAR documentation built on May 9, 2022, 7:36 a.m.