Summary of Statistics
Measures of Central Tendency
- Mean: Average of all observations.
- Median: Middle value that divides the data into two halves.
- Mode: Most frequently occurring value in the dataset.
Finding Mean
- Example 1: Mean heartbeats per minute for women.
- Example 2: Mean daily expenditure on food.
- Example 3: Mean concentration of SO₂ in air.
Finding Median
-
Formula:Median = l + (n/2 - cf) * h / fWhere:
- l = lower limit of median class
- n = total number of observations
- cf = cumulative frequency of class preceding median class
- f = frequency of median class
- h = class size
Finding Mode
-
Formula:Mode = l + [(f1 - f0) / (2f1 - f0 - f2)] * hWhere:
- l = lower limit of modal class
- f1 = frequency of modal class
- f0 = frequency of class preceding modal class
- f2 = frequency of class succeeding modal class
- h = class size
Cumulative Frequency
- Definition: The total frequency accumulated up to a certain point in the dataset.
- Example: Cumulative frequency table for marks obtained by students.
Common Pitfalls
- Mean can be skewed by extreme values.
- Median is preferred in skewed distributions.
- Mode is useful for identifying the most common value but may not represent the data well if there are multiple modes.
Tips
- Always check the distribution shape before choosing a measure of central tendency.
- Use cumulative frequency for finding medians in grouped data.