Click or drag to resize

LogisticIncreasingCreate_1_0 Method

Creates a new instance of the LogisticIncreasing class, with NumberOfTerms=1 and OrderOfBackgroundPolynomial=0.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IFitFunction Create_1_0()

Return Value

IFitFunction
New instance of the LogisticIncreasing class.
See Also