Click or drag to resize

StretchedExponentialGrowthCreateFitFunction Method

Creates a stretched exponential growth fit function with one term.

Namespace: Altaxo.Calc.FitFunctions.General
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static IFitFunction CreateFitFunction()

Return Value

IFitFunction
A new StretchedExponentialGrowth instance.
See Also