Click or drag to resize

StableDistributionFellerIsValidScale Method

Validates whether the provided scale value is within the supported range.

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

Parameters

scale  Double
Scaling parameter.

Return Value

Boolean
if scale is positive; otherwise, .
See Also