You are viewing a single comment's thread. Return to all comments →
The answer doesnt accept results using scipy, here's my code:
import math res = (2.5**5)*math.exp(-2.5)/math.factorial(5) print(res)
Seems like cookies are disabled on this browser, please enable them to open this website
Poisson Distribution #1
You are viewing a single comment's thread. Return to all comments →
The answer doesnt accept results using scipy, here's my code: