The standard deviation of a sample can be computed using the following equation:
- Where s is the standard deviation
- is the deviation score
- N is the number of elements in the sample
To apply the formula, you will need to take the following step:
-
- Prepare a table with the first column being the scores (X)
- In the cell just below the list of scores, compute the sum of the scores (ΣX)
- Establish the number of elements in the sample (N)
- Compute the mean (
)
- Create a second column of Deviation Scores, where you subtract the mean from each score (X-
)
- Create a third column where you square the deviation scores
- In the cell just below the deviation scores, compute the sum
- Compute the degrees of freedom (N-1)
- Divide the sum of the squared deviation scores by the degrees of freedom to get the variance (
)
- Take the square root of the variance to get the standard deviation (s)
Last Modified: 06/03/2021