Click or drag to resize

BSpline1DOptionsInterpolate Method

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


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IInterpolationFunction Interpolate(
	IReadOnlyList<double> xvec,
	IReadOnlyList<double> yvec,
	IReadOnlyList<double>? yStdDev = null
)

Parameters

xvec  IReadOnlyListDouble

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

yvec  IReadOnlyListDouble

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

yStdDev  IReadOnlyListDouble  (Optional)

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

Return Value

IInterpolationFunction

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

Implements

IInterpolationFunctionOptionsInterpolate(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble)
See Also