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 | ||
PeakGroupNumber | Gets the peak group number (when fitting in groups). | |
Position | Gets the position of this peak. | |
SigmaSquare | Gets the sum of chi square, 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 and for the spectrum given in the argument. | |
GetPeakParameterCovariancesForSpectrum | Gets the fit covariance matrix of the parameters of the peak. | |
GetPeakParametersOfSpectrum | Gets the peak parameters of this peak for a given spectrum. | |
GetPositionAreaHeightFWHMOfSpectrum | Gets the position, the area, the height and the Full Width Half Maximum of the fitted peak. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |