Click or drag to resize

InterpolatedPeakFunctionFromMatrix Properties

The InterpolatedPeakFunctionFromMatrix type exposes the following members.

Properties
 NameDescription
Protected propertyAreaSpline Gets the interpolation function used to calculate area values.
Protected propertyFwhmSpline Gets the interpolation function used to calculate full width at half maximum (FWHM) values.
Protected propertyMaximalPositionOrWidth Gets the maximal peak position that can be evaluated.
Protected propertyMaximalX Gets the maximal x value that can be evaluated.
Protected propertyMinimalPositionOrWidth Gets the minimal peak position that can be evaluated.
Protected propertyMinimalX Gets the minimal x value that can be evaluated.
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.
Protected propertyNumberOfParametersPerPeak Gets the number of parameters per peak.
Public propertyNumberOfTerms Gets the number of peak terms.
Public propertyOrderOfBaselinePolynomial Gets the order of the baseline polynomial.
Public propertyParameterNamesForOnePeak Gets the parameter names for one peak.
Public propertyPropertyIsPeakWidth Gets a value indicating whether the additional peak property represents the peak width.
Protected propertySpline Gets the spline used to interpolate the lookup table.
Top
See Also