Poisscdf
Definition:
computes the lower tail probabilities in given value
, associated with a Poisson distribution using the corresponding parameters in
.
The lower tailed probability:
/math-8ba22f47f618250faabb93469db58852.png)
Parameters:
- k (input,int)
- The integer which defines the required probabilities.
/math-3acdf0b0099210f9695d4958c9919492.png)
- lambda (input,double)
- The parameter
of the Poisson distribution./math-bffd0eceec084a63a6033b29702b1284.png)
- prob (output,double)
- The probability.