 | ProbabilityTruncatedPoisson_CDF Method |
Function [float] TruncatedPoisson_CDF([int] k, [float] Lambda)
(Discrete Probability)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlDouble TruncatedPoisson_CDF(
SqlInt32 k,
SqlDouble Lambda
)
Parameters
- k
- Type: System.Data.SqlTypesSqlInt32
[int] - Lambda
- Type: System.Data.SqlTypesSqlDouble
[float]
Return Value
Type:
SqlDouble[float]
RemarksTruncated Poisson cumulative distribution function.
Support: [1,+∞)
See Also