This function applies a linear filter to some vector time series.
filter.process(X, A)X %c% A
A matrix. Row
vector time series given in matrix form. Each row corresponds to a timepoint.
an object of class timedom
.
filter.process()
: Multivariate convolution (filter) in the time domain
X %c% A
: Convenience operator for filter.process
function
Let
timedom