Package adams.data.spectrumsmoothing
-
Class Summary Class Description LOWESSBased A LOWESS based smoothing algorithm.
For more information on LOWESS see:
WikiPedia.SavitzkyGolayBased A Savitzky-Golay based smoothing algorithm.
It uses a Savitzky-Golay filter with derivative order 0 and adding of mass-spec data turned on.
For more information on Savitzky-Golay see:
A.SlidingWindow Uses a sliding window for determining the median/average inside the window.