We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Artificial Intelligence
- Probability & Statistics - Foundations
- Poisson Distribution #1
- Discussions
Poisson Distribution #1
Poisson Distribution #1
Sort by
recency
|
6 Discussions
|
Please Login in order to post a comment
The answer doesnt accept results using scipy, here's my code:
Python scipy made it easy:
Straight forward application of the Poisson Distribution formula
0.0668
P(x=5) should be zero (or infinitely small). Also, we are not given upper or lower bounds for this distribution (i.e. what is the standard deviation?)
Shouldn't we need to subtract the upper-tail probability X>=6?