GeneralizedLogisticIncreasingWithOrderOfBackgroundPolynomial Method |
Creates a new instance with the provided order of the background polynomial.
Namespace: Altaxo.Calc.FitFunctions.TransitionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public GeneralizedLogisticIncreasing WithOrderOfBackgroundPolynomial(
int orderOfBackgroundPolynomial
)
Parameters
- orderOfBackgroundPolynomial Int32
- The order of the background polynomial. If set to -1, the background polynomial will be disabled.
Return Value
GeneralizedLogisticIncreasingNew instance with the background polynomial of the provided order.
See Also