Click or drag to resize

LogisticIncreasingWithNumberOfTerms 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 LogisticIncreasing WithNumberOfTerms(
	int numberOfTerms
)

Parameters

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

Return Value

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