Fit |
public FitFunctionDDWrapper( IFitFunction fitFunction, IReadOnlyList<double> parameters )
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if the fit function is not immutable, does not have exactly one independent variable or one dependent variable, or if the number of provided parameters does not match the function's expected number. |
| ArgumentNullException | Thrown if fitFunction or parameters is null. |