Introduction to Central Tendency and Dispersion

Imagine you are looking at the test scores of two different math classes. Both classes might have the same average score, but in one class, everyone got almost exactly the same mark, while in the other, some students aced it and others struggled significantly. How do we describe these differences mathematically? That is exactly what this chapter is about! We use Central Tendency to find the "center" of the data and Dispersion to see how spread out the data is.

1. Measures of Central Tendency

Central tendency is just a fancy way of saying "the average." It helps us identify a single value that represents the entire dataset. In the IB AI course, you need to know three main types:

The Mean (\(\bar{x}\))

The mean is the arithmetic average. You calculate it by adding all the values together and dividing by the total number of values.

Formula: \(\bar{x} = \frac{\sum x}{n}\)

Example: For the data \(3, 5, 8\), the mean is \(\frac{3 + 5 + 8}{3} = \frac{16}{3} \approx 5.33\).

The Median

The median is the middle value when the data is arranged in order from smallest to largest. If there is an even number of values, the median is the average of the two middle numbers.

Quick Tip: If you have \(n\) pieces of data, the median position is at \(\frac{n+1}{2}\).

The Mode and Modal Class

The mode is the value that appears most frequently. If you are looking at grouped data (data in intervals), we call the interval with the highest frequency the modal class.

Estimating the Mean from Grouped Data

Sometimes data is given in ranges (e.g., \(10 \le x < 20\)). Because we don't know the exact values, we estimate the mean by assuming every value in that range is exactly in the middle. This "middle" is called the mid-interval value.

Step-by-step:
1. Find the midpoint of each class interval.
2. Multiply each midpoint by its frequency (\(f \times x\)).
3. Add these products together (\(\sum fx\)).
4. Divide by the total frequency (\(\sum f\)).

Key Takeaway: The mean is sensitive to extreme values (outliers), while the median is more "robust" or resistant to them.

2. Measures of Dispersion

Dispersion tells us how "stretched" or "squeezed" our data is. A small dispersion means the data points are very close to the mean.

The Range

The simplest measure: Range = Maximum Value \(-\) Minimum Value. While easy to calculate, it only uses two data points and can be misleading if there is one crazy outlier!

Quartiles and the Interquartile Range (IQR)

To get a better picture of the spread, we divide the ordered data into four equal parts using quartiles:
- Lower Quartile (\(Q_1\)): The value \(25\%\) of the way through the data.
- Median (\(Q_2\)): The value \(50\%\) of the way through the data.
- Upper Quartile (\(Q_3\)): The value \(75\%\) of the way through the data.

The Interquartile Range (IQR) is the distance between the middle \(50\%\) of the data:
\(IQR = Q_3 - Q_1\)

Variance and Standard Deviation (\(\sigma\))

The standard deviation is the most common measure of spread in statistics. It tells us the "average distance" the data points are from the mean.

- Variance (\(\sigma^2\)): The average of the squared differences from the mean.
- Standard Deviation (\(\sigma\)): The square root of the variance.

Don't panic! In the AI course, you will almost always use your Graphic Display Calculator (GDC) to find these values. Look for \(\sigma x\) on your calculator's "1-Var Stats" screen.

Key Takeaway: A high standard deviation means the data is widely spread; a low standard deviation means the data is clustered tightly around the mean.

3. The Effect of Constant Changes

The IB loves to ask what happens to the mean and standard deviation when you change the data. Imagine a class where everyone gets an extra \(5\) bonus points on a test.

Adding or Subtracting a Constant (\(k\))

If you add \(k\) to every value in a dataset:
- The Mean increases by \(k\).
- The Median increases by \(k\).
- The Standard Deviation and IQR stay exactly the same (the spread hasn't changed, the whole "block" of data just shifted up).

Multiplying or Dividing by a Constant (\(k\))

If you multiply every value in a dataset by \(k\):
- The Mean is multiplied by \(k\).
- The Standard Deviation and IQR are also multiplied by \(|k|\). (The data is now more spread out or compressed).

4. Identifying Outliers

An outlier is a data point that is significantly different from the rest. In the IB curriculum, we use a specific mathematical "fence" to identify them:

A value is an outlier if:
- It is less than \(Q_1 - 1.5 \times IQR\)
- It is greater than \(Q_3 + 1.5 \times IQR\)

5. Calculator Skills (GDC)

Because technology is a requirement for Paper 1 and Paper 2, you must be comfortable using your GDC to calculate these values. For 1-variable data:

1. Enter your data into a list (usually called List 1). If you have frequencies, enter them in List 2.
2. Use the 1-Var Stats calculation function.
3. Identify the symbols:
- \(\bar{x}\) = Mean
- \(\sigma x\) = Population Standard Deviation
- \(n\) = Number of data points
- \(MinX, Q_1, Med, Q_3, MaxX\) = The five-number summary (useful for box plots, covered in the next chapter).

Common Mistake to Avoid: When using grouped data, students often forget to tell the calculator that the frequencies are in a separate list. Always check your "Frequency List" setting!

Summary Checklist

• Mean: Add all, divide by \(n\).
• Median: Middle value (ordered data).
• Mode: Most frequent.
• Range: \(Max - Min\).
• IQR: \(Q_3 - Q_1\).
• Standard Deviation: Average spread from the mean (use GDC).
• Constant Changes: Adding affects the mean but NOT the spread; multiplying affects both.