Parameters
Double[]
x
Sample Points t, sorted ascendingly.
Double[]
y
Sample Values x(t), sorted ascendingly by x.
Type BulirschStoerRationalInterpolation
Namespace MathNet.Numerics.Interpolation
Interfaces IInterpolation
This algorithm supports neither differentiation nor integration.
Double[]
xSample Points t, sorted ascendingly.
Double[]
ySample Values x(t), sorted ascendingly by x.
double
tPoint t to interpolate at.
double
Interpolated value x(t).