Click or drag to resize

QuickNonlinearRegressionWrappedParameters Class

Allows a quick regression of one dependent variable in dependence on one independent variable, i.e. with a function R=>R.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.Regression.NonlinearQuickNonlinearRegressionWrappedParameters

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class QuickNonlinearRegressionWrappedParameters

The QuickNonlinearRegressionWrappedParameters type exposes the following members.

Constructors
 NameDescription
Public methodQuickNonlinearRegressionWrappedParameters Initializes a new instance of the quick nonlinear regression class.
Top
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 or not it is allowed to use the derivatives of fit function.
Public propertyFunctionTolerance The stopping threshold for the function value or L2 norm of the residuals.
Public propertyGradientTolerance The stopping threshold for infinity norm of the relative gradient value. The relative gradient is the gradient divided by the parameter value.
Public propertyInitialMu Gets or sets the initial mu value (sometimes also named lambda).
Public propertyMaximumNumberOfIterations The maximum number of iterations.
Public propertyMinimalRSSImprovement Gets or sets the minimal RSS (Chi²) improvement [0, 1). If after 8 iterations the Chi² improvement is smaller than this value, the evaluation is stopped.
Public propertyStepTolerance The stopping threshold for L2 norm of the change of the parameters.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFit(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, CancellationToken) Non-linear least square fitting by the Levenberg-Marquardt algorithm.
Public methodFit(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListBoolean, CancellationToken) Non-linear least square fitting by the Levenberg-Marquardt algorithm.
Public methodFit(IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListNullableDouble, IReadOnlyListNullableDouble, IReadOnlyListDouble, IReadOnlyListBoolean, CancellationToken) Non-linear least square fitting by the Levenberg-Marquardt algorithm.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also