Syntax: poisson_dist(mean,x)
Description: The Poisson distribution with mean and x value.
Group: statistical_distributions
Note:
Example:
poisson_dist(3.5,x)
Also see: beta
Implemented in: LambdaPOISSON_DIST.java