Measures of Central Tendency

Avinash Navlani
3 min readFeb 15, 2021

Central tendency stands for summary values in the data. It represents the central value for the whole dataset. It provides a single value instead of multiple values that are helpful to understand the system. For example, the average monthly sale is a good indicator of sales for any product.

Let's discuss the following central tendency measures.

  • Mean: Mean or arithmetic average is the ratio of the sum of observations to the total number of observations. for example, the mean of 6, 3, and 9 is (6+3+9)/3 = 18/3 = 6
  • Median: Median is the middle value of the entire data. It divides the whole data into two parts. It is also called as 50th percentile. The median value will not be affected by outliers because it is the “middle” value of all data points. For example, the median of 6, 3, and 9. The ascending order of values is (3, 6, 9). 6 is the middle value.
  • Mode: Mode is the highest frequency value in the entire data set. Data can have more than one mode such as Uni-modal, Bi-modal, and Multi-modal. For example, The mode of {1,2,2,1,1,3,1,2,4,4} is 1 because it occurred maximum times(4 times) in the given list.

Here are some key points about central tendency measures:

  • Outliers will affect only the mean value of the data and less affect the median or mode value of data.
  • The median value is useful for skewed data such as income data.
  • The mean value is useful for symmetric data because, in the…

--

--

Avinash Navlani

Sr Data Scientist| Analytics Consulting | Data Science Communicator | Helping Clients to Improve Products & Services with Data