Filter time series with MixAR filters
mixFilter.Rd
Filter time series with MixAR filters, a generic function with no default method (currently).
Arguments
- x
time series
- coef
the filter coefficients
- index
indices for which to calculate the filtered values.
- shift
optional shifts (intercept) terms.
- residual
If FALSE (default) calculate “predictions”, if TRUE calculate “residuals”.
- scale
optional scale factor(s), makes sense only when
residual=TRUE
, corresponds toscale
in the specification of a MixAR model.