Interface to peak searching methods.
Instance member | Description |
Full Usage:
this.Execute
Parameters:
float[]
-
The array of x-values.
yArray : float[]
-
The array of y-values.
peakDescriptions : IEnumerable<PeakDescription>
-
Description of the peaks (output of peak searching algorithms, see IPeakSearching).
Returns: IPeakFittingResult
The results of the peak fitting.
Modifiers: abstract |
Executes the normalization algorithm.
|