InterpolatedPeakFunctionFromMatrixInitializeSpline Method |
Initializes the spline from a matrix representation of peak curves.
Namespace: Altaxo.Calc.FitFunctions.PeaksAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void InitializeSpline(
IReadOnlyList<double> peakPositionOrWidthValues,
IReadOnlyList<double> peakCurveXValues,
IROMatrix<double> peakCurvesYValues
)
Parameters
- peakPositionOrWidthValues IReadOnlyListDouble
- The peak positions of the curves.
- peakCurveXValues IReadOnlyListDouble
- The x values of the peak curves.
- peakCurvesYValues IROMatrixDouble
- The y values of the peak curves. Each curve is represented by one row of the matrix.
See Also