Click or drag to resize

ChiDistributionIsValidN Method

Determines whether the specified value is valid for parameter N.

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

Parameters

value  Int32
The value to check.

Return Value

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