Click or drag to resize

AkimaCubicSplineInterpolate Method

Interpolates a curve using abcissa x and ordinate y.

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

Parameters

xvec  IReadOnlyListDouble
The vector of abscissa values.
yvec  IReadOnlyListDouble
The vector of ordinate values.

Implements

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