Multiple |
public class MultipleSpectraPeakFittingResult
The MultipleSpectraPeakFittingResult type exposes the following members.
| Name | Description | |
|---|---|---|
| MultipleSpectraPeakFittingResult | Initializes a new instance of the MultipleSpectraPeakFittingResult class |
| Name | Description | |
|---|---|---|
| CovariancesGlobal | Gets the global covariance matrix of the fitted parameters. | |
| FitFunction | Gets the fit function that was used. | |
| NumberOfBaselineParameters | Gets the number of baseline polynomial parameters. | |
| NumberOfParametersPerPeak | Gets the number of parameters per peak (for a single spectrum). | |
| NumberOfParametersPerPeakGlobal | Gets the number of parameters per peak in the global parameter array. | |
| NumberOfPeaks | Gets the number of peaks. | |
| NumberOfSpectra | Gets the number of spectra that were fitted. | |
| ParametersGlobal | Gets the full parameter set, including all parameters for all peaks and spectra and the baseline parameters. | |
| PeakDescriptions | Gets the fitted peak descriptions. | |
| StartIndicesOfSpectra | Gets the start indices of each spectrum within XGlobal and YGlobal. | |
| XGlobal | Gets the concatenated x-values of all spectra. | |
| YGlobal | Gets the concatenated y-values of all spectra. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetBaselineParametersForSpectrum | Gets the baseline parameters for one spectrum. | |
| GetFullParameterSetForSpectrum | Gets the full parameter set for one spectrum. This includes all peak parameters and the baseline parameters. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetParametersForOnePeakInclusiveBaselineForSpectrum | Gets the parameters for one peak of one spectrum, including the baseline parameters. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |