Click or drag to resize

PoissonDistributionIsValidMu Method

Determines whether the specified mean value is valid.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsValidMu(
	double mu
)

Parameters

mu  Double
The mean value to validate.

Return Value

Boolean
if mu is within the valid range; otherwise, .
See Also