Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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