Learning Objectives

By the end of this lesson, learners should be able to:

  • Organize raw data into structured frequency distributions, tables, and visual charts.

  • Compute and interpret measures of central tendency (mean, median, mode).

  • Calculate and interpret measures of dispersion (range, variance, standard deviation, coefficient of variation).

  • Evaluate statistical summaries to solve practical business problems.

  • Compare business unit performance and consistency using descriptive statistical metrics.


Purpose of Descriptive Statistics

Descriptive statistics transform large volumes of raw, unstructured data into concise, meaningful summaries. Executive management rarely evaluates individual raw transactions; instead, they rely on aggregated statistical metrics to understand operational patterns and baseline performance.


Frequency Distributions

A frequency distribution categorizes quantitative data into mutually exclusive intervals (classes) to display the count or frequency of observations within each range.

Example: Daily Customer Visits

Customer Volume Range Frequency (Days)
50–59 3
60–69 5
70–79 8
80–89 6
90–99 3

Insight: The frequency distribution illustrates central concentration, showing that customer traffic peaks in the 70–79 customer range.


Measures of Central Tendency

Central tendency metrics identify the single central value that best represents an entire dataset.

  • Mean (Arithmetic Average):

    • Definition: The sum of all values divided by the total number of observations:

      $$\mu = \frac{\sum X_i}{N}$$
    • Business Application: Calculating average monthly revenue, average employee salary, or mean order value.

  • Median (Middle Value):

    • Definition: The exact midpoint value when data is sorted in ascending or descending order. If the dataset contains an even number of observations, it is the average of the two middle values.

    • Business Application: Evaluating household income or real estate prices, where extreme outliers skew the arithmetic mean.

  • Mode (Most Frequent Value):

    • Definition: The value or category that appears with the highest frequency in a dataset.

    • Business Application: Identifying top-selling inventory stock keeping units (SKUs), apparel sizes, or preferred customer payment methods.


Business Example: Mean vs. Median Impact

Monthly Branch Sales Data (KES): 100, 120, 130, 140, 510

  • Mean Calculation:

    $$\text{Mean} = \frac{100 + 120 + 130 + 140 + 510}{5} = \text{KES } 200$$
  • Median Calculation:

    $$\text{Median} = \text{KES } 130 \quad (\text{the exact middle observation})$$

Interpretation: The single high sales outlier ($\text{KES } 510$) severely inflates the arithmetic mean ($\text{KES } 200$), making it unrepresentative of typical branch performance. The median ($\text{KES } 130$) provides a more realistic measure of baseline operational revenue.


Measures of Dispersion

Dispersion metrics quantify the degree of spread, variability, or volatility within a dataset around its central value.

Metric Formula / Calculation Business Meaning
Range $\text{Maximum Value} – \text{Minimum Value}$ Captures the total spread between extreme values; highly sensitive to outliers.
Variance ($\sigma^2$ or $s^2$) Average of squared deviations from the mean: $\frac{\sum (X_i – \mu)^2}{N}$ Quantifies squared dispersion; provides mathematical foundation for advanced inference.
Standard Deviation ($\sigma$ or $s$) Square root of the variance: $\sqrt{\text{Variance}}$ Measures average distance of observations from the mean in original units. Low value indicates consistency; high value indicates volatility.
Coefficient of Variation (CV) $\text{CV} = \left(\frac{\text{Standard Deviation}}{\text{Mean}}\right) \times 100$ Standardized relative dispersion expressed as a percentage; enables comparison across different scales or units.

Business Interpretation: Consistency Analysis

A quality control manager compares production defect rates between two manufacturing facilities:

  • Factory A: Mean defects = 50 per day, Standard Deviation = 2 units.

  • Factory B: Mean defects = 50 per day, Standard Deviation = 12 units.

Conclusion: While both plants share the same average defect count, Factory A exhibits a significantly lower standard deviation, indicating more stable, consistent, and predictable manufacturing performance.


Data Visualization

Visual representation translates tabular data into interpretable graphics for rapid decision-making:

  • Bar Charts: Compares discrete categorical groups or counts.

  • Histograms: Displays continuous numerical distributions and frequency density.

  • Pie Charts: Represents proportional shares of a categorical whole.

  • Line Charts: Tracks continuous metrics over time to spot operational trends.

  • Box Plots (Box-and-Whisker): Displays five-number summaries (minimum, $Q_1$, median, $Q_3$, maximum) and identifies extreme statistical outliers.


Learning Materials / Reference Materials

Textbooks

  • Newbold, P., Carlson, W. L., & Thorne, B. Statistics for Business and Economics.

Online Resources


Lesson Summary

Descriptive statistics provide essential tools for summarizing complex business data through measures of central tendency and dispersion. By evaluating both central location and variation, managers gain a comprehensive understanding of performance patterns, identify operational risks, and effectively compare business units.