Statistics is more than Math: Why most people Learn Statistics Wrong

Once descriptive statistics helps us answer the question “What happened?”, the next step is understanding how it does that. This is where various descriptive statistical measures come into play. Think of these measures as different lenses for looking at the same dataset

  1. Measure of Central Tendency
  2. Measure of Spread
  3. Measure of Shape

Measure of Central Tendency

One of the first concepts I explain to anyone learning statistics is central tendency because it answers a simple but important question: “What is the typical value in this dataset?” Instead of examining every individual observation, a measure of central tendency summarizes the entire dataset with a single representative value. This makes it much easier to understand and compare data.

In descriptive statistics, measures of central tendency—also called measures of location—identify the center of a dataset. The three most common measures are Mean, Median, and Mode. Each describes the “middle” of the data in a different way, and the most appropriate measure depends on the type and distribution of the data. Throughout my quality engineering and Lean Six Sigma projects, these measures have always been my starting point because they provide a quick snapshot of process performance before moving on to more detailed analysis.

Click this YouTube video link for detailed understanding.

Mean

The mean, commonly known as the average, is the most widely used measure of central tendency. It is calculated by adding all the values in a dataset and dividing the total by the number of observations. The result represents the central or typical value of the data.

The mean is useful because it includes every value in the dataset. But it can be affected strongly by unusually high or low values. Say for examples we have n values of data having individual values as A1, A2, A3….An . Then mean or arithmetic mean is calculated as A1+ A2+ A3+….An/ n.

Assume the following data set :  10,20,30,20,40,20,10

Sum = 10+20+30+20+40+20+10 = 150 ; N= 7

Mean = 150/7 = 21.42

The mean of these data is 21.42

Median

The median is the middle value when the data is arranged in ascending or descending order. If there is an odd number of values, the median is the middle one. If there is an even number of values, the median is the average of the two middle values. The median is especially useful when data is skewed or contains extreme values. First thing , we need to arrange the data in ascending order.

– If number of value is ODD, then the median is the middle value when arranged in ascending order.

– Is number of value is EVEN, the median is the average of two middle value when arranged in ascending order.

Assume the following data set :  10,20,30,25,40,35,10

Arranging in ascending order : 10, 10, 20, 25, 30, 35, 40

Median is 25 (Since number of value is “Odd”)

Lets take another example when data set is “Even”

Assume the following data set :  10,20,30,25,40,35,10, 20

Arranging in ascending order : 10, 10, 20, 20, 25, 30, 35, 40

Median is 20+25/2= 22.5 (Since number of value is “Even”)

Mode

The mode is the most frequently occurring value. In some datasets there is one mode, in others there may be more than one, and sometimes there is no repeated value at all. The mode is especially useful for categorical data, such as favorite subject, preferred mobile brand, or most common blood group. Most frequent occurring value in a set of data values

Assume the following data set : 10, 20, 30, 20, 40, 20,10

Most frequent occurring value =20

Measures of Dispersion

Knowing the center of the data is helpful, but it is not enough. Two datasets can have the same average and still be very different. That is why descriptive statistics also uses measures of dispersion, sometimes called measures of spread or variability. Measure of Spread is also known by another name “Measure of Dispersion“. It defines how the data is spread or scattered.

Assume the following data set :  49, 50, 58, 58, 60, 62, 66, 68, 70, 72

Average = 61.3

Range: R = max – min. = >          = 72- 49 = 23

Variance and standard deviation provide a deeper view. Variance measures how far values tend to lie from the mean. Standard deviation is the square root of variance and is often easier to interpret because it is in the same unit as the data.

Variance

The standard deviation is simply the positive square root of the variance.

Standard Deviation

The standard deviation is simply the positive square root of the variance. A lower standard deviation means values are clustered close to the average. A higher standard deviation means values are more spread out.

Interquartile Range :

Measures of Shape

Measures of shape describe how the data is distributed. Measure of Shape is further categorized in to two types : Symmetry and Modality

Skewness

Skewness measures the asymmetry of a dataset or probability distribution. A skewness value of 0 indicates a perfectly symmetric distribution. If the distribution has a longer tail on the right, it is called positively skewed (right-skewed). If the longer tail is on the left, it is called negatively skewed (left-skewed). Although skewness can theoretically take any value, values close to 0 indicate a nearly symmetric distribution, while larger positive or negative values indicate greater asymmetry.

Kurtosis

Kurtosis describes the overall shape of a distribution by showing whether the data has heavier or lighter tails compared to a normal distribution. In simple terms, it indicates how likely the dataset is to contain extreme values or outliers. Under Pearson’s definition, a normal distribution has a kurtosis value of 3. Based on this measure, distributions are classified into three types: Mesokurtic (normal), Leptokurtic (heavier tails), and Platykurtic (lighter tails).

Modality

How Inferential Statistics Works

Frequently Asked Questions (FAQs)

I hope this blog helped in understanding the basic concept in a simplified manner, watch out for I hope this blog helped in understanding the basic concept in a simplified manner, watch out for more such stuff in the future.



Published: July 10, 2021
Last Updated: July 17, 2026

Found this helpful ? Share it with your network

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top