You are viewing a single comment's thread. Return to all comments →
data_point = 90.25 / 100 # convert to meter mean = 0.675 stdev = 0.065 z_score = (data_point - mean) /stdev round(z_score, 2)
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Standard Deviation Puzzles #2
You are viewing a single comment's thread. Return to all comments →