Click or drag to resize

StretchedExponentialDecayCreateKohlrauschDecay Method

Creates a Kohlrausch decay fit function with one exponential term.

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

Return Value

IFitFunction
A new StretchedExponentialDecay instance configured with one term.
See Also