How do you tell if a distribution is skewed left or right
A distribution is right‑skewed if its tail extends to the right (positive skew) and left‑skewed if the tail extends to the left (negative skew). You can tell by visual shape, by comparing mean and median, or by calculating a skewness statistic: positive values mean right‑skew, negative values mean left‑skew.
Statistics · Descriptive statistics
Skewness describes asymmetry in a frequency distribution. When most observations cluster on the left and a few large values stretch the right side, the shape is right‑skewed; the opposite pattern produces left‑skewness. Visual clues include a longer tail on one side and the location of the mode relative to the mean and median.
Numerical measures of skewness
The most common numeric indicator is the sample skewness ( = ). Pearson’s first coefficient uses the difference between mean and mode, while the second coefficient uses mean and median:
Compute sample skewness step‑by‑step
- 1Arrange the data and find the mean
and standard deviationx ˉ \bar{x} .s s - 2Calculate each deviation
and raise to the third power, then sum.x i − x ˉ x_i-\bar{x} - 3Divide the summed cubes by
and byn n as shown in the formula.s 3 s^3 - 4Interpret the sign of the resulting value.
Example: data = {4,5,7,8,9,12,30}. Mean
Interpretation of skewness signs
- Positive skewness → right‑skewed, mean > median > mode.
- Negative skewness → left‑skewed, mean < median < mode.
- Zero (or near zero) skewness → symmetric, mean ≈ median ≈ mode.
Typical skewness ranges for common shapes
| Shape | Skewness value |
|---|---|
| Right‑skewed | 0 |
| Left‑skewed | < 0 |
| Symmetric | ≈ 0 |
To decide quickly, compare mean and median first: if the mean exceeds the median, suspect right‑skew; if it is lower, suspect left‑skew. Then confirm with a calculated skewness statistic for precision. Remember that sample size influences stability; larger samples give more reliable skewness values.
Check yourself
If a data set has mean 78, median 70, and a calculated skewness of 0.9, what type of skew does it have?
Get this as a lesson built for you
Describe what you are studying and Lernex writes the lesson and the questions around it. Free, and it takes about a minute.
Try itNo account needed to try it.
What people ask next
- How do I calculate Pearson's second coefficient of skewness?Ask
- What is the difference between sample skewness and population skewness?Ask
- Can a histogram be misleading about skewness?Ask
- why do you divide by n-1 for sample variance
- when should you use the median instead of the mean
- what is the difference between standard deviation and standard error
- what does a p-value actually mean
