Click or drag to resize

FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline Class

A fit function that wrapps a peak fitting function intended for one spectrum so that is can be used to fit the peaks of multiple spectra simultaneously, sharing the peak parameters position, width, and other shape parameters among the spectra, but not sharing the peak amplitude parameters and the baseline parameters.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraFitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline : IFitFunction, 
	IFitFunctionWithDerivative

The FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline type exposes the following members.

Constructors
 NameDescription
Public methodFitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline Initializes a new instance of the FitFunctionMultipleSpectraSeparatePeakHeightsSeparateBaseline class.
Top
Properties
 NameDescription
Public propertyNumberOfDependentVariables Number of dependent variables (i.e. y, in Altaxo this is commonly called v (like value)).
Public propertyNumberOfIndependentVariables Number of independent variables (i.e. x).
Public propertyNumberOfParameters Number of parameters of this fit function.
Top
Methods
 NameDescription
Public methodDefaultParameterValueNot implemented.
Public methodDefaultVarianceScalingNot implemented.
Public methodDependentVariableNameNot implemented.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluate(Double, Double, Double)Not implemented.
Public methodEvaluate(IROMatrixDouble, IReadOnlyListDouble, IVectorDouble, IReadOnlyListBoolean) Evaluates the function values at multiple x-points.
Public methodEvaluateDerivative This evaluates the gradient of the function with respect to the parameters.
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetParameterBoundariesHardLimitNot implemented.
Public methodGetParameterBoundariesSoftLimitNot implemented.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndependentVariableNameNot implemented.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodParameterNameNot implemented.
Public methodSetAllPeakParametersExceptFirstPeakToFixed Sets all peak parameters except that for the first peak to fixed.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventChanged Occurs when the fit function changed, including number or name of parameters, independent variables, dependent variables, or the scaling.
Top
Fields
 NameDescription
Public field_underlyingFitFunction 
Top
See Also