Chapter 8. Probability and Risk
§3 The Tyranny of the Average
In everyday language, we use the word “average” to describe what is “typical” or “normal.” However, in the logic of statistics, “average” is an umbrella term for three distinct measures of central tendency. As the polymath Sir Francis Galton explored in his work on distribution, these three measures can yield vastly different results from the same set of data. A Reasonable Person must identify which “average” is being used, as selecting one over the others is a common form of Slanting.
3.1 The Mean (The Arithmetic Average)
The Mean is calculated by adding all values in a set and dividing by the total number of entries.
-
-
The Logical Function: It provides a “center of gravity” for the data.
-
The Vulnerability: The mean is highly sensitive to outliers—extreme values that are far from the rest of the data.
-
The Deception: If a company has 98 employees making $30,000 and two executives making $5,000,000, the “Mean Salary” is over $129,000. Using the mean in this context is a Fallacy of Equivocation, making a low-paying company look like a high-paying one.
-
3.2 The Median (The “Middle” Value)
The Median is the exact middle point of a data set when arranged from lowest to highest. Half the numbers are above it, and half are below.
-
The Logical Function: It is “robust” against outliers. In the company example above, the median salary is $30,000.
-
Critical Defense: When looking at data with a high degree of inequality (like household income, housing prices, or wealth), the Median is almost always the more honest representation of the “typical” experience.
3.3 The Mode (The “Most Frequent” Value)
The Mode is simply the value that appears most often in a data set.
-
The Logical Function: It identifies the most “popular” or “common” result.
-
Example: If a shoe store says their “average” customer wears a size 9, they are using the mode. It doesn’t matter if there are a few customers with size 15; size 9 is the most frequent sale.
-
The Deception: A politician might claim the “average” tax cut is $1,000 (the mode), even if 90% of people received $0 and a few people received $10,000.
3.4 The Normal Distribution (The Bell Curve)
When data is “normally distributed,” the Mean, Median, and Mode all fall in the same place—the center of the curve.
-
-
The Philosophical Insight: Galton and later statisticians noted that many natural phenomena (height, IQ scores, measurement errors) follow this “Bell Curve.”
-
The Warning: In the modern world, many things (wealth, social media followers, viral hits) do not follow a normal distribution; they follow a Power Law. In these cases, the “average” (mean) becomes a useless and misleading metric.
-
§3 Summary Table: Which Average Should You Trust?
| Measure | Definition | Best Used For… | Vulnerability |
| Mean | Sum / Count | Symmetrical data with no extremes. | Heavily distorted by outliers. |
| Median | The “Middle” | Skewed data (Income, Home Prices). | Ignores the actual total value. |
| Mode | The “Most Frequent” | Identifying the most common category. | Can ignore the vast majority of data. |