Click or drag to resize

QuickNonlinearRegressionWrappedParameters Properties

The QuickNonlinearRegressionWrappedParameters type exposes the following members.

Properties
 NameDescription
Public propertyAccuracyOrderOfNumericalDerivatives Gets or sets the accuracy order of numerical derivatives (1..6). Default is 1.
Public propertyDoNotAllowUsingDerivativesOfFitFunction Gets or sets a value indicating whether it is allowed to use analytic derivatives provided by the fit function.
Public propertyFunctionTolerance Gets or sets the stopping threshold for the function value or the L2 norm of the residuals.
Public propertyGradientTolerance Gets or sets the stopping threshold for the infinity norm of the relative gradient.
Public propertyInitialMu Gets or sets the initial mu value (sometimes also named lambda).
Public propertyMaximumNumberOfIterations Gets or sets the maximum number of iterations.
Public propertyMinimalRSSImprovement Gets or sets the minimal RSS (Chi²) improvement in the interval [0, 1).
Public propertyStepTolerance Gets or sets the stopping threshold for the L2 norm of the change of the parameters.
Top
See Also