You are viewing a single comment's thread. Return to all comments →
#py m, std, n, z=500, 80, 100, 1.96 me=z*(std/n**.5) print(round(m-me, 2), round(m+me, 2), sep='\n')
Seems like cookies are disabled on this browser, please enable them to open this website
Day 6: The Central Limit Theorem III
You are viewing a single comment's thread. Return to all comments →