Click or drag to resize

CauchyAmplitude(Int32, Int32) Constructor

Initializes a new instance with the specified number of terms and baseline polynomial order.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public CauchyAmplitude(
	int numberOfTerms,
	int orderOfBackgroundPolynomial
)

Parameters

numberOfTerms  Int32
Number of peak terms.
orderOfBackgroundPolynomial  Int32
Order of the baseline polynomial.
See Also