Click or drag to resize
sqx

ProbabilityUniformD_QDF Method

Function [float] UniformD_QDF([int] k, [int] MinValue, [int] MaxValue)
(Discrete Probability)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble UniformD_QDF(
	SqlInt32 k,
	SqlInt32 MinValue,
	SqlInt32 MaxValue
)

Parameters

k
Type: System.Data.SqlTypesSqlInt32
[int]
MinValue
Type: System.Data.SqlTypesSqlInt32
[int]
MaxValue
Type: System.Data.SqlTypesSqlInt32
[int]

Return Value

Type: SqlDouble
[float]
Remarks
Discrete Uniform tail distribution function.
Support: [MinValue,MaxValue], MinValue >= 0
See Also