Click or drag to resize

GeneralizedLogisticDecreasingWithNumberOfTerms Method

Creates a new instance with the provided number of logistic step terms.

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

Parameters

numberOfTerms  Int32
The number of Llogistic step terms (should be greater than or equal to 1).

Return Value

GeneralizedLogisticDecreasing
New instance with the provided number of logistic step terms.
See Also