 | ProbabilityPoisson_PPF Method |
Function [int] Poisson_PPF([float] F, [float] Lambda)
(Discrete Probability)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlInt32 Poisson_PPF(
SqlDouble F,
SqlDouble Lambda
)
Parameters
- F
- Type: System.Data.SqlTypesSqlDouble
[float] - Lambda
- Type: System.Data.SqlTypesSqlDouble
[float]
Return Value
Type:
SqlInt32[int]
RemarksPoisson percent point function.
NOTE: For sampling use (Lambda + 1).
See Also