SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.signalprocessing.filter

Interface Summary
Filter This represents a filter for signal processing.
 

Class Summary
MovingAverage This class applies a linear filtering to a univariate time series using Moving Average estimation.
MovingAverageByExtension This implements a Moving Average filter with these properties both past and future observations are used in smoothing the head is prepended with the first element in the inputs the tail is appended with the last element in the inputs Note that both past as well as future values are used in generating the outputs.
 

Enum Summary
MovingAverage.Side the types of moving average filtering available
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.