Package adams.data.spectrumbaseline
-
Class Summary Class Description LinearRegressionBased A simple linear regression based baseline correction scheme.
Fits a line through the data using linear regression and then removes this line from the data to correct the baseline.LOWESSBased A baseline correction scheme that uses LOWESS smoothing to determine the baseline.
For more information see:
WikiPedia.SavitzkyGolayBased A baseline correction scheme that uses SavitzkyGolay smoothing to determine the baseline.
For more information see:
A.