1. Limitations of Mean Deviation
While mean deviation provides a good measure of spread, it uses absolute values (e.g., ). This makes it algebraically cumbersome for more advanced statistical analysis because functions involving absolute values are not easily differentiable. To overcome this, statisticians prefer a method that removes negative signs by squaring the deviations. This approach leads to the concepts of Variance and Standard Deviation. 💡
2. Variance
Variance, denoted by (sigma squared), is defined as the average of the squared deviations from the mean. It provides a measure of how far a set of numbers is spread out from their average value.
- A small variance indicates that the data points are tightly clustered around the mean, implying high consistency.
- A large variance indicates that the data points are spread out over a wider range, implying low consistency.
A. Variance for Ungrouped Data
For a set of n observations with mean :
Example: Find the variance of the data set {2, 4, 6, 8}.
- Find the Mean: .
- Find the Squared Deviations:
- Calculate Variance: .
B. Variance for Grouped Data
For a frequency distribution with N total observations:
3. Standard Deviation
The variance is measured in squared units (e.g., if your data is in meters, the variance is in meters squared). This makes it difficult to interpret in the context of the original data. To solve this, we take the square root of the variance.
Standard Deviation, denoted by , is the positive square root of the variance. It is the most common and important measure of dispersion because it is expressed in the same units as the data.
Example: For the data set {2, 4, 6, 8} from the previous example, the variance was . Therefore, the standard deviation is . This means that, on average, the data points are about 2.236 units away from the mean of 5.
4. Shortcut Formula for Variance
Calculating each deviation can be tedious if the mean is not a whole number. A more convenient computational formula can be used instead:
In simpler terms: Variance = (Mean of the squares) - (Square of the mean).
Example (using the same ungrouped data {2, 4, 6, 8}):
- Find the Square of the Mean: We know , so .
- Find the Mean of the Squares:
- Squares of data (): , , , .
- Sum of squares: .
- Mean of squares: .
- Apply the Formula: . This matches our previous result.
5. Step-Deviation Method for Variance
For grouped data where the mid-points () are equally spaced, this method simplifies calculations significantly.
Let 'a' be an assumed mean (usually the middle ), and 'h' be the class size. We define a new variable . The formula for variance becomes:
Example: Find the variance for the data:
| 3 | 8 | 13 | 18 | 23 | |
|---|---|---|---|---|---|
| 7 | 10 | 15 | 10 | 6 |
- Setup: Here, the class size is . Let's pick the assumed mean . The total frequency is .
- Calculation Table:
| 3 | 7 | -2 | -14 | 4 | 28 |
| 8 | 10 | -1 | -10 | 1 | 10 |
| 13 | 15 | 0 | 0 | 0 | 0 |
| 18 | 10 | 1 | 10 | 1 | 10 |
| 23 | 6 | 2 | 12 | 4 | 24 |
| N=48 |
Apply the Formula: .
The standard deviation would be .