Click or drag to resize

NonlinearFitAsInterpolation Class

Uses a non-linear fit as a interpolation. Initial parameters for the fit must be provided beforehand, thus this interpolation is limited to use cases for which approximate parameters are already known.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.InterpolationNonlinearFitAsInterpolation

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class NonlinearFitAsInterpolation : IInterpolationFunctionOptions, 
	IInterpolationCurveOptions

The NonlinearFitAsInterpolation type exposes the following members.

Constructors
 NameDescription
Public methodNonlinearFitAsInterpolationInitializes a new instance of the NonlinearFitAsInterpolation class
Public methodNonlinearFitAsInterpolation(IFitFunction, IReadOnlyListParameterSetElement)Initializes a new instance of the NonlinearFitAsInterpolation class
Public methodNonlinearFitAsInterpolation(IFitFunction, IReadOnlyListDouble)Initializes a new instance of the NonlinearFitAsInterpolation class
Top
Properties
 NameDescription
Public propertyCurveShape Gets the shape of the fit.
Public propertyParameters Gets the curve parameters for the CurveShape function.
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 methodInterpolate 
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