Command Reference : Function Reference : Function Reference: C
  
 
@cpoisson
Poisson distribution cumulative probability.
Syntax: @cpoisson(x, m)
x: number
m: number,
Return: number
Computes the cumulative probability function
and
where is the integer floor of .
Examples
= @cpoisson(10, 10)
returns 0.58303....
Cross-references
See also @dpoisson, @qpoisson, and @rpoisson.