Parameters
Double[]
x
Sample Points t, sorted ascendingly.
Double[]
y
Sample Values x(t), sorted ascendingly by x.
Type NevillePolynomialInterpolation
Namespace MathNet.Numerics.Interpolation
Interfaces IInterpolation
This algorithm supports differentiation, but doesn't support integration.
When working with equidistant or Chebyshev sample points it is recommended to use the barycentric algorithms specialized for these cases instead of this arbitrary Neville algorithm.
Double[]
xSample Points t, sorted ascendingly.
Double[]
ySample Values x(t), sorted ascendingly by x.
double
tPoint t to interpolate at.
double
Interpolated first derivative at point t.
double
tPoint t to interpolate at.
double
Interpolated second derivative at point t.
double
tPoint t to interpolate at.
double
Interpolated value x(t).