Click or drag to resize

StableDistributionFellerIsValidGamma Method

Validates whether the provided gamma value is within the supported range for the given alpha.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static bool IsValidGamma(
	double alpha,
	double gamma
)

Parameters

alpha  Double
Distribution parameter alpha.
gamma  Double
Distribution parameter gamma.

Return Value

Boolean
if gamma is valid for the specified alpha; otherwise, .
See Also