IPeakFitting Type

Interface to peak searching methods.

Instance members

Instance member Description

this.Execute

Full Usage: this.Execute

Parameters:
    xArray : 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.

xArray : 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.