Click or drag to resize

BSpline1DcreateApproxBSpline Method

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


Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static BSpline1D createApproxBSpline(
	IReadOnlyList<double> x,
	IReadOnlyList<double> y,
	int degree,
	int hp1,
	bool createEquallySpacedKnots = false
)

Parameters

x  IReadOnlyListDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.createApproxBSpline(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Int32,System.Boolean)"]

y  IReadOnlyListDouble

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.createApproxBSpline(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Int32,System.Boolean)"]

degree  Int32

[Missing <param name="degree"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.createApproxBSpline(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Int32,System.Boolean)"]

hp1  Int32

[Missing <param name="hp1"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.createApproxBSpline(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Int32,System.Boolean)"]

createEquallySpacedKnots  Boolean  (Optional)

[Missing <param name="createEquallySpacedKnots"/> documentation for "M:Altaxo.Calc.Interpolation.BSpline1D.createApproxBSpline(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Int32,System.Int32,System.Boolean)"]

Return Value

BSpline1D

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

See Also