You are viewing a single comment's thread. Return to all comments →
SD is constant and stays almost the same
x = np.random.normal(loc = 45, scale = 10, size = 500) x1 =[x+10 for x in x] np.std(x1) = 10
Seems like cookies are disabled on this browser, please enable them to open this website
Standard Deviation Puzzles - 5
You are viewing a single comment's thread. Return to all comments →
SD is constant and stays almost the same