Click or drag to resize

PeakDescription Class

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

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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 propertyFirstFitPoint Index of the first fit point that was used.
Public propertyFirstFitPosition Left boundary in x-units of the x-range that was used to fit the peak.
Public propertyFitFunction Gets the fit function that was used to fit the peak.
Public propertyFitFunctionParameter Gets the complete fit function parameter values (may include parameters of all peaks that were fitted).
Public propertyLastFitPoint Index of the last fit point (inclusive) that was used.
Public propertyLastFitPosition Right boundary in x-units of the x-range that was used to fit the peak.
Public propertyNotes Gets notes, for instance, why a fit was not possible.
Public propertyPeakGroupNumber Gets the peak group number (when fitting in groups).
Public propertyPeakParameter Gets the fit parameter values of the peak.
Public propertyPeakParameterCovariances Gets the fit covariance matrix of the parameters of the peak.
Public propertyPositionAreaHeightFWHM Gets the position, the area, the height and the Full Width Half Maximum of the fitted peak.
Public propertySearchDescriptionThe description of the peak searching algorithm, see IPeakSearching.
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 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