IPeakFitting
Interface to peak searching methods.
IPeakFittingResult
Interface to the results of peak searching algorithms.
PeakDescription
Description of a single peak.
PeakFitFunctions
PeakFittingBase
PeakFittingNone
PeakFittingSeparately
Executes area normalization : y' = (y-min)/(mean), in which min and mean are the minimal and the mean values of the array.
PeakFittingTogether
Fits all peaks that were found together in one single fitting function.
PeakFittingTogetherWithSeparateVariances
Fits all peaks that were found together in one single fitting function. Then, in order to get the variances for each single peak, each of the peaks it fitted again.