Click or drag to resize

QuickLinearArbitraryBaseRegression(FuncDouble, Double, NullableDouble) Constructor

Initializes a new instance of the QuickLinearArbitraryBaseRegression class. Here, some parameters can be fixed to given values.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public QuickLinearArbitraryBaseRegression(
	Func<double, double>[] baseFunctions,
	double?[] parametersFixed
)

Parameters

baseFunctions  FuncDouble, Double
The base functions.
parametersFixed  NullableDouble
Array of fixed parameters. Must have the same length than baseFunctions. For each element that has a value, the parameter is considered fixed, and will not participate in the regression evaluation.
See Also