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.3448.0 (4.8.3448.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 Gets the parent fit result that provides access to the shared global parameter and covariance arrays.
Public propertyPeakGroupNumber Gets the peak group number (when fitting in groups).
Public propertyPosition Gets the position of this peak.
Public propertySigmaSquare Gets the chi-square sum 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 for the spectrum specified by idxSpectrum.
Public methodGetPeakParameterCovariancesForSpectrum Gets the covariance matrix of the fitted peak parameters for a given spectrum.
Public methodGetPeakParametersOfSpectrum Gets the peak parameters of this peak for a given spectrum.
Public methodGetPositionAreaHeightFWHMOfSpectrum Gets the position, area, height, and full width at half maximum (FWHM) of the fitted peak for a given spectrum.
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