Skewness — Everything you need to know about Skewness

Aayushmaan Jain
2 min readJun 19, 2021

Introduction to Skewness

Skewness is the measure of asymmetry of data distribution.
If the data is positively skewed, then we can interpret that there are more values which are greater than the mean than the values that are lesser than the mean
If the data is negatively skewed, then we can interpret that there are more values which are lesser than the mean than the values that are more than the mean
This table elaborates the difference between positively and negatively skewed data

Finding mode of different types of data series

Individual Series:

Skewness of individual series is given by the formula:

Where:

  1. Mean: Mean of the individual series
  2. Median: Median of the individual series
  3. Mode: Mode of the individual series

Discrete Series

Skewness of discrete series is given by the formula:

Where:

  1. Mean: Mean of the discrete series
  2. Median: Median of the discrete series
  3. Mode: Mode of the discrete series

Continous Series

Skewness of continuous series is given by the formula:

Where:

  1. Mean: Mean of the continuous series
  2. Median: Median of the continuous series
  3. Mode: Mode of the continuous series

Open Ended Intervals

Skewness of open ended intervals is given by the formula:

Where:

  1. Q1: First quartile
  2. Q2: Second quartile
  3. Q3: Third quartile

Python code for finding Skewness

--

--

Aayushmaan Jain

A data science enthusiast currently pursuing a bachelor's degree in data science