Click or drag to resize

StableDistributionS0IsValidMu Method

Checks whether mu is a valid location parameter.

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

Parameters

mu  Double
The location parameter to validate.

Return Value

Boolean
if mu is finite; otherwise, .
See Also