March 7, 2020
STANDARD DEVIATION
The standard deviation tells us the spread of the data.
The larger the standard deviation, the more spread out our data is from the center.
The smaller the standard deviation, the more the data is clustered around the mean.
We can find the standard deviation of a dataset using the NumPy function np.std( )