You are viewing a single comment's thread. Return to all comments →
from math import factorial as fc e, l, k = 2.71828, 2.5, 5 print(f'{(l**k * e**-l) / fc(k):.3f}')
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 →