To calculate standard deviation
1. Calculate mean of data set
2. Take mean away from each score in data set
3. Square each difference
4. Add together each of squared differences
5. Divide this by N-1 (number of scores in data set - 1)
6. Find square root of this value