• + 0 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