The meaning of xi depends on how your data are presented.
1) Raw (Ungrouped) Data
xi is the i-th observation in your list. Example: For data {7, 9, 12, 15}: x1=7, x2=9, x3=12, x4=15.
2) Discrete Frequency Table
The xi are the distinct values, each paired with a frequency fi.
Value xi | 2 | 3 | 5 |
Frequency fi | 4 | 6 | 2 |
Here, x1=2, x2=3, x3=5.
3) Grouped (Continuous) Frequency Table
xi is the class mark (midpoint) of the i-th class.
xi = (lower class boundary + upper class boundary) / 2
Example classes: 10–20, 20–30, 30–40 ⇒ x1=15, x2=25, x3=35.
For open-ended classes (e.g., “40 & above”), estimate the midpoint using the same class width as previous classes or a justified assumption.
Why You Need xi
Frequently used in formulas such as the mean of grouped data: x̄ = (∑ fi xi) / (∑ fi).