Click or drag to resize

QuickLinearArbitraryBaseRegression(ActionDouble, VectorDouble, Int32) Constructor

Initializes a new instance of the QuickLinearArbitraryBaseRegression class.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public QuickLinearArbitraryBaseRegression(
	Action<double, Vector<double>> calculateBase,
	int numberOfBaseFunctions
)

Parameters

calculateBase  ActionDouble, VectorDouble
An action that calculates the base functions. First argument is the x value. The second argument is a vector that will receive the base function values.
numberOfBaseFunctions  Int32
The number of base functions.
See Also