Click or drag to resize

BetaPrimeDistributionIsValidBeta Method

Determines whether the specified value is valid for parameter Beta.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsValidBeta(
	double value
)

Parameters

value  Double
The value to check.

Return Value

Boolean
if value is greater than 1.0; otherwise, .
See Also