Click or drag to resize

MultipleSpectraPeakFittingResult Properties

The MultipleSpectraPeakFittingResult type exposes the following members.

Properties
 NameDescription
Public propertyCovariancesGlobal Gets the global covariance matrix of the fitted parameters.
Public propertyFitFunction Gets the fit function that was used.
Public propertyNumberOfBaselineParameters Gets the number of baseline polynomial parameters.
Public propertyNumberOfParametersPerPeak Gets the number of parameters per peak (for a single spectrum).
Public propertyNumberOfParametersPerPeakGlobal Gets the number of parameters per peak in the global parameter array.
Public propertyNumberOfPeaks Gets the number of peaks.
Public propertyNumberOfSpectra Gets the number of spectra that were fitted.
Public propertyParametersGlobal Gets the full parameter set, including all parameters for all peaks and spectra and the baseline parameters.
Public propertyPeakDescriptions Gets the fitted peak descriptions.
Public propertyStartIndicesOfSpectra Gets the start indices of each spectrum within XGlobal and YGlobal.
Public propertyXGlobal Gets the concatenated x-values of all spectra.
Public propertyYGlobal Gets the concatenated y-values of all spectra.
Top
See Also