Click or drag to resize

SmoothingCubicSplineBaseInterpolate(IReadOnlyListDouble, IReadOnlyListDouble) Method

Evaluates either a cross validated cubic spline (if ErrorStandardDeviation is negative, or a smoothing cubic spline (if ErrorStandardDeviation is greater than or equal to zero).

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Interpolate(
	IReadOnlyList<double> x,
	IReadOnlyList<double> y
)

Parameters

x  IReadOnlyListDouble
The abscissae values.
y  IReadOnlyListDouble
The ordinate values.

Implements

IInterpolationCurveInterpolate(IReadOnlyListDouble, IReadOnlyListDouble)
IInterpolationCurveInterpolate(IReadOnlyListDouble, IReadOnlyListDouble)
See Also