Click or drag to resize

FitFunctionToScalarFunctionDDWrapper(IFitFunction, Int32, Int32, Double) Constructor

Initializes a new instance of the FitFunctionToScalarFunctionDDWrapper class.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FitFunctionToScalarFunctionDDWrapper(
	IFitFunction? fitFunction,
	int dependentVariable,
	int independentVariable,
	double[] parameter
)

Parameters

fitFunction  IFitFunction
The wrapped fit function.
dependentVariable  Int32
The dependent variable index.
independentVariable  Int32
The independent variable index.
parameter  Double
The parameter values.
See Also