Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

freqdom (version 2.0.5)

filter.process: Convolute (filter) a multivariate time series using a time-domain filter

Description

This function applies a linear filter to some vector time series.

Usage

filter.process(X, A)

X %c% A

Value

A matrix. Row t corresponds to Yt.

Arguments

X

vector time series given in matrix form. Each row corresponds to a timepoint.

A

an object of class timedom.

Functions

  • filter.process(): Multivariate convolution (filter) in the time domain

  • X %c% A: Convenience operator for filter.process function

Details

Let [X1,,XT] be a T×d matrix corresponding to a vector series X1,,XT. This time series is transformed to the series Y1,,YT, where Yt=k=qpAkXtk,t{p+1,,Tq}. The index k of Ak is determined by the lags defined for the time domain object. When index tk falls outside the domain {1,,T} we set Xt=1Tk=1TXk.

See Also

timedom