Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic Barycentric(
	double[] x,
	double[] y,
	double[] w
)
Parameters
- x  Double
 - Sample points (N), sorted ascendingly.
 - y  Double
 - Sample values (N), sorted ascendingly by x.
 - w  Double
 - Barycentric weights (N), sorted ascendingly by x.
 
See Also