Click or drag to resize

QuickNonlinearRegressionWrappedParametersDoNotAllowUsingDerivativesOfFitFunction Property

Gets or sets a value indicating whether it is allowed to use analytic derivatives provided by the fit function.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
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