Click or drag to resize

QuickNonlinearRegressionWrappedParametersDoNotAllowUsingDerivativesOfFitFunction Property

Gets or sets a value indicating whether or not it is allowed to use the derivatives of fit function.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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