Time Series Convolution Filters
Applies a convolution filter to a univariate time series.
cfilter(x, filter, sides, circular)
x |
A |
filter |
A |
sides |
An |
circular |
A |
This is a port of the cfilter function harnessed by the filter function in stats. It is about 5-7 times faster than R's base function. The benchmark was done on iMac Late 2013 using vecLib as the BLAS.
A column vec
that contains the results of the filtering process.
R Core Team and JJB
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.