Click or drag to resize

BarycentricInterpolateRationalFloaterHormannSorted(Double, Double) Method

Create a barycentric rational interpolation without poles, using Mike Floater and Kai Hormann's Algorithm. The values are assumed to be sorted ascendingly by x.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Barycentric InterpolateRationalFloaterHormannSorted(
	double[] x,
	double[] y
)

Parameters

x  Double
Sample points (N), sorted ascendingly.
y  Double
Sample values (N), sorted ascendingly by x.

Return Value

Barycentric

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.Barycentric.InterpolateRationalFloaterHormannSorted(System.Double[],System.Double[])"]

See Also