Package peakml.math.filter

Interface Summary
Filter Interface for classes implementing a filter on a signal (a combination between x-values and y-values).
 

Class Summary
LoessFilter Implementation of a LOESS filter (also known as local regression) for smoothing signals.
SavitzkyGolayFilter Implementation of the Savitzky-Golay filter taken from Numerical Recipes in C (chapter 14.8, page 650).
 

Enum Summary
SavitzkyGolayFilter.Points Fixed definition of the number of data points to use for smoothing.