Click or drag to resize

NonLinearFit2 Class

Levenberg - Marquard methods adapted to C# from C++ sources from Manolis Lourakis (see below).
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.RegressionNonLinearFit2

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

The NonLinearFit2 type exposes the following members.

Constructors
 NameDescription
Public methodNonLinearFit2Initializes a new instance of the NonLinearFit2 class
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLEVMAR_DER 
Public methodStatic memberLEVMAR_DIF 
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
Remarks
Adapted from the following C++ sources: "Levenberg - Marquardt non-linear minimization algorithm", Copyright (C) 2004 Manolis Lourakis (lourakis@ics.forth.gr), Institute of Computer Science, Foundation for Research and Technology - Hellas, Heraklion, Crete, Greece.
See Also