Skip to content

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 (g1g_1 = 1n(xixˉ)3(1n(xixˉ)2)3/2\frac{\frac{1}{n}\sum (xix_i-\bar{x})^3}{\left(\frac{1}{n}\sum (xix_i-\bar{x})^2\right)^{3/2}}). Pearson’s first coefficient uses the difference between mean and mode, while the second coefficient uses mean and median: Skew2=3xˉx~s\text{Skew}_2 = 3\frac{\bar{x}-\tilde{x}}{s}. Positive results signal right‑skew, negative results left‑skew.

Compute sample skewness step‑by‑step

  1. 1Arrange the data and find the mean xˉ\bar{x} and standard deviation ss.
  2. 2Calculate each deviation xixˉx_i-\bar{x} and raise to the third power, then sum.
  3. 3Divide the summed cubes by nn and by s3s^3 as shown in the formula.
  4. 4Interpret the sign of the resulting value.

Example: data = {4,5,7,8,9,12,30}. Mean xˉ=11\bar{x}=11. Standard deviation s9.2s\approx9.2. Deviations cubed sum to 5,400. Skewness g1=5400/79.230.96g_1 = \frac{5400/7}{9.2^3}\approx0.96. Because the value is positive, the distribution is right‑skewed, matching the long tail created by the outlier 30.

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

ShapeSkewness 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 it

No account needed to try it.

What people ask next