Filter time series with MixAR filters, a generic function with no default method (currently).
mixFilter(x, coef, index, shift = 0, residual = FALSE, scale = 1)
a MixComp
object
time series
the filter coefficients
indices for which to calculate the filtered values.
optional shifts (intercept) terms.
If FALSE (default) calculate ``predictions'', if TRUE calculate ``residuals''.
optional scale factor(s), makes sense only when
residual=TRUE
, corresponds to scale
in the
specification of a MixAR model.
Georgi N. Boshnakov
signature(x = "ANY", coef = "ANY", index = "ANY")
This method simply prints an error message and stops.
signature(x = "numeric", coef = "raggedCoef", index = "numeric")
raghat1
mix_ek
mix_hatk