Click or drag to resize

BarycentricInterpolatePolynomialEquidistant(Double, Double, IEnumerableDouble) Method

Create a barycentric polynomial interpolation from a set of values related to linearly/equidistant spaced points within an interval.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Barycentric InterpolatePolynomialEquidistant(
	double leftBound,
	double rightBound,
	IEnumerable<double> y
)

Parameters

leftBound  Double

[Missing <param name="leftBound"/> documentation for "M:Altaxo.Calc.Interpolation.Barycentric.InterpolatePolynomialEquidistant(System.Double,System.Double,System.Collections.Generic.IEnumerable{System.Double})"]

rightBound  Double

[Missing <param name="rightBound"/> documentation for "M:Altaxo.Calc.Interpolation.Barycentric.InterpolatePolynomialEquidistant(System.Double,System.Double,System.Collections.Generic.IEnumerable{System.Double})"]

y  IEnumerableDouble

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Interpolation.Barycentric.InterpolatePolynomialEquidistant(System.Double,System.Double,System.Collections.Generic.IEnumerable{System.Double})"]

Return Value

Barycentric

[Missing <returns> documentation for "M:Altaxo.Calc.Interpolation.Barycentric.InterpolatePolynomialEquidistant(System.Double,System.Double,System.Collections.Generic.IEnumerable{System.Double})"]

See Also