Peak |
public class PeakDescription : IEquatable<PeakDescription>
The PeakDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| PeakDescription | Initializes a new instance of the PeakDescription class |
| Name | Description | |
|---|---|---|
| FitFunction | Gets the fit function that was used to fit the peak. | |
| Notes | Gets notes, for instance why a fit was not possible. | |
| OriginalPeakIndex | Gets the original index of the peak. This is the index as the peak appears in the global parameter array. | |
| Parent | Gets the parent fit result that provides access to the shared global parameter and covariance arrays. | |
| PeakGroupNumber | Gets the peak group number (when fitting in groups). | |
| Position | Gets the position of this peak. | |
| SigmaSquare | Gets the chi-square sum divided by (number of data points - number of degrees of freedom + 1). | |
| SumChiSquare | Gets the chi-square value of the fit. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetParameterIndicesOfSpectrum | Gets the parameter indices of this peak for the spectrum specified by idxSpectrum. | |
| GetPeakParameterCovariancesForSpectrum | Gets the covariance matrix of the fitted peak parameters for a given spectrum. | |
| GetPeakParametersOfSpectrum | Gets the peak parameters of this peak for a given spectrum. | |
| GetPositionAreaHeightFWHMOfSpectrum | Gets the position, area, height, and full width at half maximum (FWHM) of the fitted peak for a given spectrum. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |