Filter time series with MixAR filters
mixFilter.RdFilter 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 toscalein the specification of a MixAR model.