Click or drag to resize

GeneralizedLogisticIncreasingWithNumberOfTerms 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 GeneralizedLogisticIncreasing WithNumberOfTerms(
	int numberOfTerms
)

Parameters

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

Return Value

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