LogisticDecreasingWithNumberOfTerms Method |
Creates a new instance with the provided number of logistic step terms.
Namespace: Altaxo.Calc.FitFunctions.TransitionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LogisticDecreasing WithNumberOfTerms(
int numberOfTerms
)
Parameters
- numberOfTerms Int32
- The number of Llogistic step terms (should be greater than or equal to 1).
Return Value
LogisticDecreasingNew instance with the provided number of logistic step terms.
See Also