Click or drag to resize

LogisticIncreasingWithOrderOfBackgroundPolynomial Method

Creates a new instance with the provided order of the background polynomial.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public LogisticIncreasing WithOrderOfBackgroundPolynomial(
	int orderOfBackgroundPolynomial
)

Parameters

orderOfBackgroundPolynomial  Int32
The order of the background polynomial. If set to -1, the background polynomial will be disabled.

Return Value

LogisticIncreasing
New instance with the background polynomial of the provided order.
See Also