 | ProbabilityBernoulliD_QDF Method |
Function [float] BernoulliD_QDF([int] k, [float] p)
(Discrete Probability)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble BernoulliD_QDF(
SqlInt32 k,
SqlDouble p
)
Parameters
- k
- Type: System.Data.SqlTypesSqlInt32
[int] - p
- Type: System.Data.SqlTypesSqlDouble
[float]
Return Value
Type:
SqlDouble[float]
RemarksDiscrete Bernoulli tail distribution function.
Support: [0|1]
See Also