Question 614107
Given that x has a poisson distribution of u =5 what is the probability that x=3
---
P(u,x) = [e^-u*u^x]/x!
----
P(5,3) = [e^-5*5^3]/3! = 0.1404
--
P(5,3) = poissonpdf(5,3) =  0.1404
===================
Cheers,
Stan H.
====================