Click or drag to resize

PeakDescription Class

Description of a single peak.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraPeakDescription

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class PeakDescription : IEquatable<PeakDescription>

The PeakDescription type exposes the following members.

Constructors
 NameDescription
Public methodPeakDescriptionInitializes a new instance of the PeakDescription class
Top
Properties
 NameDescription
Public propertyFitFunction Gets the fit function that was used to fit the peak.
Public propertyNotes Gets notes, for instance, why a fit was not possible.
Public propertyOriginalPeakIndex Gets the original index of the peak. This is the index as the peak appears in the global parameter array.
Public propertyParent 
Public propertyPeakGroupNumber Gets the peak group number (when fitting in groups).
Public propertyPosition Gets the position of this peak.
Public propertySigmaSquare Gets the sum of chi square, divided by (number of data points - number of degrees of freedom + 1)
Public propertySumChiSquare Gets the chi square value of the fit.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetParameterIndicesOfSpectrum Gets the parameter indices of this peak and for the spectrum given in the argument.
Public methodGetPeakParameterCovariancesForSpectrum Gets the fit covariance matrix of the parameters of the peak.
Public methodGetPeakParametersOfSpectrum Gets the peak parameters of this peak for a given spectrum.
Public methodGetPositionAreaHeightFWHMOfSpectrum Gets the position, the area, the height and the Full Width Half Maximum of the fitted peak.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also