| 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.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic 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
See Also