ABSTRACT

Central tendency refers to the statistical measures used to identify the “center” or “typical” value of a dataset. These metrics provide a summary that represents the entire distribution with a single point.


1. Primary Measures

Mean

  • The man of a set of quantitative variables is given by:

The mean of is . What is ?

Median

  • Let the data points be arranged in non-decreasing order ( for all ). Then the median, , is:

The median of is . What is ?

Mode

  • The mode of data points is the value which appears most frequently

The mode of is . What is ?


2. Comparing Measures by Distribution Shape

The relationship between the mean, median, and mode changes based on the Shape of the distribution.

Distribution ShapeRelationship
Symmetric (Normal)Mean Median Mode
Right-Skewed (Positive)Mode Median Mean
Left-Skewed (Negative)Mean Median Mode

3. When to Use Which?

  • Use Mean when the data is symmetric and you need to account for every value in the set.
  • Use Median when you want to describe the “typical” experience in a skewed dataset (e.g., Household Income).
  • Use Mode when you are dealing with non-numerical categories (e.g., “What is the most popular car color?”).