The phrase histogram skewed right describes a distribution whose bars are concentrated on the left (smaller values) with a longer tail stretching to the right (larger values). This is also called a positively skewed distribution.
Definition (what “skewed right” means)
A histogram is skewed right if the right tail is longer than the left tail: a small number of unusually large observations extend the distribution toward higher values.
- Tail direction determines skewness: the tail points to the right \(\Rightarrow\) right-skewed.
- Most data are on the lower end; a few high values appear far to the right.
How to interpret center and typical values
In a right-skewed histogram, the “typical” observation is often better represented by the median than the mean because the mean is sensitive to large values.
Mean–median relationship
The large observations in the right tail pull the mean to the right, so the standard pattern is:
This inequality is not a mathematical law for every possible dataset, but it is the expected behavior in typical right-skewed distributions.
Why the mean moves more than the median
The sample mean uses all values equally:
A few large \(x_i\) in the right tail increase the sum and therefore increase \(\bar{x}\). In contrast, the median depends primarily on the middle position(s) after sorting, so it is much less affected by extreme high values.
Visualization: a histogram skewed right
What right skew suggests about spread and outliers
- Spread to the right: variability is larger on the high-value side; the right tail can indicate rare but extreme outcomes.
- Possible high outliers: isolated bars far to the right may represent outliers, depending on context and binning.
- Robust summaries: median and interquartile range (IQR) often summarize a right-skewed distribution better than mean and standard deviation.
Common real-world situations with right-skewed histograms
- Income and wealth: many moderate values, a few extremely large values.
- Waiting times: most waits are short, but occasional long delays occur.
- Hospital length of stay: many patients leave quickly, a small fraction stays much longer.
- Counts with rare bursts: many small counts, occasional very large counts.
Practical checklist for interpretation
- Identify tail direction: tail to the right \(\Rightarrow\) histogram skewed right.
- Describe typical value: consider the median as a “typical” center.
- Compare mean and median: expect \(\bar{x}\) to be larger than the median.
- Comment on extremes: note whether a few large values may be outliers or meaningful rare events.
Summary
A histogram skewed right has a long tail toward larger values, indicating many smaller observations and a few large ones. Those large values tend to pull the mean to the right, so the mean is typically greater than the median, and robust summaries (median and IQR) are often preferred.