QuickNonlinearRegressionDoNotAllowUsingDerivativesOfFitFunction Property |
Gets or sets a value indicating whether or not it is allowed to use the derivatives of fit function.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool DoNotAllowUsingDerivativesOfFitFunction { get; set; }
Property Value
Boolean
If true, numeric approximation of the derivatives is used, even if the fit function supports analytic derivatives.
See Also