BarycentricInterpolatePolynomialEquidistantSorted Method |
Create a barycentric polynomial interpolation from a set of (x,y) value pairs with equidistant x, sorted ascendingly by x.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Barycentric InterpolatePolynomialEquidistantSorted(
double[] x,
double[] y
)
Parameters
- x Double
- The x-values.
- y Double
- The y-values.
Return Value
BarycentricThe barycentric interpolator.
See Also