Click or drag to resize

StableDistributionFellerIsValidLocation Method

Validates whether the provided location 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 IsValidLocation(
	double location
)

Parameters

location  Double
Location parameter.

Return Value

Boolean
if the location is finite; otherwise, .
See Also