Interpolated |
The InterpolatedPeakFunctionFrom2DTable type exposes the following members.
| Name | Description | |
|---|---|---|
| AreaSpline |
Gets the interpolation function used to calculate area values.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| FwhmSpline |
Gets the interpolation function used to calculate full width at half maximum (FWHM) values.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| GroupNumberOfParticipatingColumns | Gets the column group number used to select the participating columns within the table. | |
| MaximalPositionOrWidth |
Gets the maximal peak position that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| MaximalX |
Gets the maximal x value that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| MinimalPositionOrWidth |
Gets the minimal peak position that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| MinimalX |
Gets the minimal x value that can be evaluated.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| NameOfPropertyForPeakPositionOrWidth | Gets the name of the property column that stores the peak position values or peak width value for each participating column. The exact meaning depends on the value of PropertyIsPeakWidth: if true, the property column is expected to store peak width values; if false, the property column is expected to store peak position values. | |
| NumberOfDependentVariables |
Number of dependent variables (i.e. y, in Altaxo this is commonly called v (like value)).
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| NumberOfIndependentVariables |
Number of independent variables (i.e. x).
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| NumberOfParameters |
Number of parameters of this fit function.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| NumberOfParametersPerPeak |
Gets the number of parameters per peak.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| NumberOfTerms |
Gets the number of peak terms.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| OrderOfBaselinePolynomial |
Gets the order of the baseline polynomial.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| ParameterNamesForOnePeak |
Gets the parameter names for one peak.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| PropertyIsPeakWidth |
Gets a value indicating whether the additional peak property represents the peak width.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| Spline |
Gets the spline used to interpolate the lookup table.
(Inherited from InterpolatedPeakFunctionFromMatrix) | |
| TableName | Gets the name of the data table that contains the peak curves and any associated metadata. |