Syntax: poisson_prob(int k, double mean)
Description: Returns the sum of the first k terms of the Poisson distribution.First agument can be a vector.
Group: statistics_probability
Note:
Example:
Also see: normal_dist
Implemented in: LambdaPOISSON_PROB.java