Uses of Interface
dev.nm.dsp.univariate.operation.system.doubles.Filter
-
Packages that use Filter Package Description dev.nm.dsp.univariate.operation.system.doubles -
-
Uses of Filter in dev.nm.dsp.univariate.operation.system.doubles
Classes in dev.nm.dsp.univariate.operation.system.doubles that implement Filter Modifier and Type Class Description class
MovingAverage
This applies a linear filter to a univariate time series using the moving average estimation.class
MovingAverageByExtension
This implements a moving average filter with these properties: 1) both past and future observations are used in smoothing; 2) the head is prepended with the first element in the inputs (x_t = x_1 for t < 1); 3) the tail is appended with the last element in the inputs (x_t = x_n for t > n).
-