IMSL C# Numerical Library

CsInterpolate Constructor (Double[], Double[])

Constructs a cubic spline that interpolates the given data points.

public CsInterpolate(
   double[] xData,
   double[] yData
);

Parameters

xData
A double array containing the x-coordinates of the data. Values must be distinct.
yData
A double array containing the y-coordinates of the data. The arrays xData and yData must have the same length.

See Also

CsInterpolate Class | Imsl.Math Namespace | CsInterpolate Constructor Overload List