Click or drag to resize

FitFunctionDDWrapper Constructor

Initializes a new instance of the FitFunctionDDWrapper class.

Namespace: Altaxo.Calc.FitFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FitFunctionDDWrapper(
	IFitFunction fitFunction,
	IReadOnlyList<double> parameters
)

Parameters

fitFunction  IFitFunction
The fit function.
parameters  IReadOnlyListDouble
The parameters.
Exceptions
ExceptionCondition
ArgumentException Fit function has to be immutable - f or Fit function must have only one independent variable - f or Fit function must have only one dependent variable - f or Number of provided parameters is {param.Count}, but {f.NumberOfParameters} are expected - param
ArgumentNullExceptionparam
See Also