Click or drag to resize

BulirschStoerRationalInterpolationInterpolate(IEnumerableDouble, IEnumerableDouble) Method

Create a Bulirsch-Stoer rational interpolation from an unsorted set of (x,y) value pairs.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static BulirschStoerRationalInterpolation Interpolate(
	IEnumerable<double> x,
	IEnumerable<double> y
)

Parameters

x  IEnumerableDouble

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

y  IEnumerableDouble

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

Return Value

BulirschStoerRationalInterpolation

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

See Also