Click or drag to resize

ConwayMaxwellPoisson(Double, Double) Constructor

Initializes a new instance of the ConwayMaxwellPoisson class.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ConwayMaxwellPoisson(
	double lambda,
	double nu
)

Parameters

lambda  Double
The lambda (λ) parameter. Range: λ > 0.
nu  Double
The rate of decay (ν) parameter. Range: ν ≥ 0.
See Also