 | ProbabilityUniformD_PMF Method |
Function [float] UniformD_PMF([int] k, [int] MinValue, [int] MaxValue)
(Discrete Probability)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble UniformD_PMF(
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]
RemarksDiscrete Uniform probability mass function.
Support: [MinValue,MaxValue], MinValue >= 0
See Also