Fit |
public FitFunctionDDWrapper( IFitFunction fitFunction, IReadOnlyList<double> parameters )
| Exception | Condition |
|---|---|
| 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 |
| ArgumentNullException | param |