You are viewing a single comment's thread. Return to all comments →
import math mean = 2.5 k = 5 p = pow(mean, k) * pow(math.e, -mean) / math.factorial(k) print(round(p, 3))
Seems like cookies are disabled on this browser, please enable them to open this website
Day 5: Poisson Distribution I
You are viewing a single comment's thread. Return to all comments →