Click or drag to resize

GeneralizedLogisticDecreasing(Int32, Int32) Constructor

Initializes a new instance of the GeneralizedLogisticDecreasing class.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GeneralizedLogisticDecreasing(
	int numberOfTerms,
	int orderOfBackgroundPolynomial
)

Parameters

numberOfTerms  Int32
The number of terms.
orderOfBackgroundPolynomial  Int32
The order of background polynomial.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Order of background polynomial has to be greater than or equal to zero, or -1 in order to deactivate it. or Number of step terms has to be greater than or equal to 1
See Also