 | ProbabilityGeometricShifted_QDF Method |
Function [float] GeometricShifted_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 GeometricShifted_QDF(
SqlInt32 k,
SqlDouble P
)
Parameters
- k
- Type: System.Data.SqlTypesSqlInt32
[int] - P
- Type: System.Data.SqlTypesSqlDouble
[float]
Return Value
Type:
SqlDouble[float]
RemarksGeometric Shifted tail distribution function.
Support: [1,+∞)
See Also