Click or drag to resize

Barycentric Constructor

Initializes a new instance of the Barycentric class

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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