Click or drag to resize

LogisticDecreasingWithNumberOfTerms 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 LogisticDecreasing WithNumberOfTerms(
	int numberOfTerms
)

Parameters

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

Return Value

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