Click or drag to resize

FitElementFitFunctionSupportsDerivative Property

Gets a value indicating whether the fit function supports derivatives w.r.t. the parameters. This is the case if the fit function implements IFitFunctionWithDerivative.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool FitFunctionSupportsDerivative { get; }

Property Value

Boolean
See Also