Module 2 Descriptive
Module 2 Descriptive
BUSINESS ADMINISTRATION
LEARNING
MODULE 2
√
1+ −3
Descriptive Statistics ρ :=
2
Reviewed by:
Programme Title Masters of Commerce & Business Administration
Reviewed by
LEARNING MODULE 2 MCA 807 - Statistical Methods
Instructional Hours: 4
Ð Module Overview
In this module, you will learn how to effectively summarize and present data using measures
of central tendency and dispersion, and how to select the best measures for summarizing
business data.
Learning Activities
READING TASKS
Read the following Lecture notes and attempt the tasks that follows
1. Data organization
Data organization involves systematically arranging data to facilitate efficient analysis, inter-
pretation, and decision-making. Proper data organization is crucial in business and economics
because it enables accurate insights, supports strategic decisions, and improves overall oper-
ational efficiency
1.1.1. Tabulation
Data tabulation is the process of systematically organizing raw data into a tabular format (rows
and columns) to make it easier to read, analyze, and interpret. It transforms complex data sets
into manageable summaries that highlight key information, making it easier to draw insights
and support decision-making in business and economic contexts. Below are some data tables
that are common in business field.
1. Frequency Distribution Tables: summarizes the data points by counting the frequency
(the number of times) each distinct value or category appears. This method helps sim-
plify large datasets by condensing them into a more manageable form that shows the
distribution of the data.
(a) Frequency table for ungrouped data frequency table for discrete or ungrouped
data organizes raw data into a table that displays the number of occurrences (fre-
quency) of each distinct value. This type of table is particularly useful for summa-
rizing and analyzing small datasets where each data point is distinct and does not
require grouping into intervals.
ő Example 1:
Consider a dataset representing the number of products sold by a small
business in a week:
Data: 4, 6, 4, 8, 6, 6, 4, 7, 8, 7, 6, 4, 8, 4, 7
Unique Values: 4, 6, 7, 8
Frequencies: 4 appears 6 times, 6 appears 4 times, 7 appears 3 times and
8 appears 3 times.
(b) Frequency table for grouped data Consider a survey conducted to understand the
age demographics of a company’s customer base. The collected data is categorized
into different age groups, and the number of customers in each group is counted.
• The age group ”25-34” has the highest number of customers (80), indicating this
is the most common age range among the customers surveyed.
• The age group ”65+” has the fewest customers (15), suggesting fewer older cus-
tomers engage with the business.
• Class-limits: The maximum and minimum values of a class-interval are called
upper classlimit and lower class-limit respectively. For example “18-24” , 18 is
the lower class limit, and 24 is the upper class limit
• Class boundaries are the true limits of a class interval in a grouped frequency
distribution. There can sometimes be a gap between the upper limit of one class
and the lower limit of the next. From Table 1 below, 19 in the first class and 20
in the second class, which makes it challenging to place values like 19.6. Class
boundaries fill these gaps, making sure that every potential data value is included
in a class and that all data points are accurately counted. They are particularly
crucial when working with continuous data.
1
Lower Class Boundary = Lower class limit − ×d
2
1
Upper Class Boundary = Lower class limit + ×d
2
where d is the common difference between the upper class limit of a class inter-
val and the lower class limit of the next higher class interval.
d = 25 − 24 = 1
1
– Lower Class Boundary for 18 - 24:10 − × 1 = 18 − 0.5 = 17.5
2
1
– Upper Class Boundary for 18 - 24: 19 + × 1 = 24 + 0.5 = 24.5
2
k = 1 + 3.322 log(n)
ő Example 2:
Using the following data set:
22, 25, 30, 34, 38, 22, 24, 27, 29, 31, 33, 35, 39, 28, 22, 24, 26, 32,
36, 23, 27, 28, 29, 21, 37, 30, 22, 33, 29, 34
• Range: = 39 − 21 = 18
• Number of Classes (k): = 1 + 3.322 log(30) ≈ 6
18
• Class Width (h): = =3
6
Class Interval Class Boundaries Frequency Relative Frequency Cumulative Freq
21 - 23 20.5 - 23.5 6 0.20 6
24 - 26 23.5 - 26.5 4 0.13 10
27 - 29 26.5 - 29.5 7 0.23 17
30 - 32 29.5 - 32.5 4 0.13 21
33 - 35 32.5 - 35.5 5 0.17 26
36 - 39 35.5 - 39.5 4 0.13 30
• The cells of the table show the frequency of observations that fall into each combina-
tion of row and column categories.
ő Example 3:
Consider a dataset that includes information on customer satisfaction and pur-
chase type. The variables are:
• Customer Satisfaction: Satisfied, Neutral, Unsatisfied
• Purchase Type: Online, In-Store
The two-way table will summarize the number of customers falling into each
combination of these categories.
Two-Way Table
Customer Satisfaction Online In-Store Total
Satisfied 12 8 20
Neutral 5 2 7
Unsatisfied 3 0 3
Total 20 10 30
ç Watch the video (0.00min to 3.34 min) then attempt the quiz
that follows
Link to the Video
You can watch the following video lectures to learn how to create frequency tables and cross
tabulations in R and SPSS.
Central Tendency refers to statistical measures that identify a single value representing the
center or typical value of a dataset. The most common measures of central tendency are
the mean, median, and mode. These measures provide a summary of the data by identifying
the most representative value, allowing businesses and analysts to understand the ”average”
behavior or characteristics within a dataset.
2.0.1. Mean
The mean, often referred to as the arithmetic average, is a measure of central tendency that
represents the average value of a data set. It is widely used in business and economics to
summarize data and make informed decisions.
The mean is calculated by summing all the values in a data set and then dividing by the number
of values. It provides a central value around which the data points are distributed.
Formula:
n
1∑
Mean(x) = xi
n i=1
where:
n
∑
xi = Sum of all data points
i=1
ő Example 4:
Calculate the mean of the following sales figures for a company over 5 months:
$25,000, $30,000, $22,000, $30,000, $28,000.
Solution:
25, 000 + 30, 000 + 22, 000 + 30, 000 + 28, 000 135, 000
Mean(x) = =
5 5
The mean of grouped data is calculated when data is organized into intervals (or classes)
rather than individual values. This is common in business applications where data is collected
in ranges, such as sales revenue, production output, or employee salaries.
The formula for the mean of grouped data is:
∑k
i=1 fi · xi
Mean(x) = ∑k
i=1 fi
where:
• fi = Frequency of the ith class (the number of data points within each class)
• xi = Midpoint of the ith class (calculated as the average of the lower and upper boundaries
of the class)
• k = Number of classes
ő Example 5:
Consider a company that tracks the number of sales transactions within different
revenue ranges over a month. The data is grouped into the following intervals:
Revenue Range ($) Number of Transactions (Frequency)
10,000 - 19,999 5
20,000 - 29,999 8
30,000 - 39,999 12
40,000 - 49,999 7
50,000 - 59,999 3
Solution:
First, calculate the midpoint (xi ) for each revenue range and then calculate the prod-
uct of the frequency and the midpoint for each class:
Revenue Range ($) Frequency (fi ) Midpoint (xi ) Product (fi · xi )
10,000 - 19,999 5 15,000 75,000
20,000 - 29,999 8 25,000 200,000
30,000 - 39,999 12 35,000 420,000
40,000 - 49,999 7 45,000 315,000
50,000 - 59,999 3 55,000 165,000
Sum the products and the frequencies:
k
∑
fi · xi = 75, 000 + 200, 000 + 420, 000 + 315, 000 + 165, 000 = 1, 175, 000
i=1
k
∑
fi = 5 + 8 + 12 + 7 + 3 = 35
i=1
2.0.2. Median
The median is a measure of central tendency that represents the middle value in a data set
when the values are arranged in ascending or descending order. Unlike the mean, the median
is not affected by extreme values (outliers), making it a robust measure for skewed distribu-
tions. It is widely used in various fields, including business, economics, and social sciences, to
summarize data.
The median is particularly useful in situations where the data is skewed or contains outliers.
For example, in income data where a few individuals may have exceptionally high incomes,
the median provides a better representation of the central tendency than the mean.
ő
[Link] Example
Example 6: of Observations)
(Odd Number
Consider the following data set representing the monthly sales (in thousands of dol-
lars) of a small business over seven months:
Solution:
1. Arrange the data in ascending order: 20, 22, 25, 27, 28, 30, 35.
2. The number of observations n = 7 (which is odd), so the median is the middle
value:
Median = 27 (fourth value in the ordered data)
Thus, the median sales value is $27,000.
2
where n is the number of observations.
ő Example 7:
Consider the following data set representing the weekly production units of a factory
over six weeks:
120, 115, 130, 125, 110, 140
Solution:
1. Arrange the data in ascending order: 110, 115, 120, 125, 130, 140.
2. The number of observations n = 6 (which is even), so the median is the average
of the third and fourth values:
120 + 125 245
Median = = = 122.5
2 2
Thus, the median production units are 122.5.
For grouped data, the median is calculated using the following formula:
(n )
2
−F
Median = L + ×c
f
where:
• L = Lower boundary of the median class
• n = Total number of observations
• F = Cumulative frequency of the class before the median class
ő Example 8:
Consider a company that categorizes employee salaries into intervals as follows:
Salary Range ($) Number of Employees
20,000 - 29,999 5
30,000 - 39,999 8
40,000 - 49,999 12
50,000 - 59,999 7
60,000 - 69,999 3
Solution:
1. The total number of employees n = 35.
2. The cumulative frequency just before the median class is 13 (from the first two
classes).
3. The median class is 40, 000 − 49, 999, with L = 40, 000, f = 12, and class
width c = 10, 000.
Using the formula:
( )
35
− 13
Median = 40, 000 + 2 × 10, 000
12
( )
17.5 − 13
Median = 40, 000 + × 10, 000
12
( )
4.5
Median = 40, 000 + × 10, 000 = 40, 000 + 3, 750 = 43, 750
12
Thus, the median salary is $43,750.
2.0.3. Mode
The mode is a measure of central tendency that identifies the most frequently occurring value
in a data set. Unlike the mean and median, which focus on the central point of the data,
the mode highlights the value that appears most often. The mode is particularly useful for
categorical data, where the most common category is of interest.
The mode is an important measure when analyzing data sets that have values repeating. It
provides insights into the most common or popular items, which is crucial in fields like busi-
ness, marketing, and social sciences. For example, in retail, the mode can indicate the most
sold product, which helps in inventory management.
The mode is simply the value that occurs most frequently in a data set.
Steps:
1. List all the values in the data set.
2. Count the frequency of each value.
3. Identify the value with the highest frequency.
Example (Ungrouped Data)
ő Example 9:
Consider the following data set representing the number of units sold of different
products:
10, 15, 15, 20, 25, 15, 30, 25, 20
Solution:
1. The value 15 appears three times, more than any other value.
2. Therefore, the mode is 15.
Thus, the mode of the data set is 15 units.
For grouped data, the mode is the class with the highest frequency. If the data is continuous,
the mode can be estimated using the following formula:
( )
fm − f1
Mode = L + ×c
(fm − f1 ) + (fm − f2 )
where:
• L = Lower boundary of the modal class
• fm = Frequency of the modal class
• f1 = Frequency of the class before the modal class
• f2 = Frequency of the class after the modal class
• c = Class interval width
ő Example 10:
Consider a company that has categorized the number of items produced daily into
intervals as follows:
Number of Items Produced Frequency
50 - 59 5
60 - 69 12
70 - 79 20
80 - 89 15
90 - 99 8
Solution:
1. The modal class is 70 − 79, as it has the highest frequency of 20.
2. The class width c = 10.
3. The lower boundary of the modal class L = 70.
4. The frequency of the modal class fm = 20.
5. The frequency of the class before the modal class f1 = 12.
6. The frequency of the class after the modal class f2 = 15.
Using the formula:
( )
20 − 12
Mode = 70 + × 10
(20 − 12) + (20 − 15)
( ) ( )
8 8
Mode = 70 + × 10 = 70 + × 10
8+5 13
3. Measures of Variability
A measure of variability is a statistic that summarizes how much the values in a dataset are
spread out. It answers the question: how dispersed are the data points? While measures
of central tendency describe a typical or average value, measures of variability indicate how
far the data points generally lie from this central value. Variability is considered within the
context of a distribution of values. Low variability suggests that the data points are closely
clustered around the central value, while high variability indicates that they are more widely
spread out.
In statistical terms, the concepts of variability, dispersion, and spread are used interchange-
ably to describe the range of a distribution. Just as there are various ways to measure central
tendency, there are several methods to measure variability. This section will explain the com-
mon measures of variability, including the range, interquartile range, variance, and standard
deviation, helping you decide which is most appropriate for your data.
To understand variability, condesider a study where you are investigating the amounts of time
spent on phones daily by different groups of people. Using simple random samples, you col-
lect data from 3 groups:
• Sample A: high school students,
• Sample B: college students,
• Sample C: adult full-time employees.
Source: [Link]
All three of your samples have the same average phone use, at 195 minutes or 3 hours and
15 minutes. This is the x-axis value where the peak of the curves are.
However each sample has different spreads. Sample A has the largest variability while Sam-
ple C has the smallest variability.
3.1. Range
The range measures the extent of your data by determining the difference between the small-
est and largest values in the dataset. It is the simplest measure of variability to compute.
To calculate the range, subtract the smallest value from the largest value in the dataset.
ő Example 11:
Consider the following 8 data points from Sample A (in minutes):
The largest value (H) is 324, and the smallest value (L) is 72.
The range R is calculated as:
R = H − L = 324 − 72 = 252
The interquartile range (IQR) measures the spread of the central portion of your data distribu-
tion. For any ordered dataset, the interquartile range covers the middle 50% of the values. The
first quartile (Q1) includes the lowest 25% of values, while the fourth quartile (Q4) includes
the highest 25%.
The interquartile range is determined by subtracting the first quartile (Q1) from the third quar-
tile (Q3), providing the range of the middle half of the data.
ő Example 12:
To determine the interquartile range for a dataset of 8 values, you first identify the
positions of Q1 and Q3. Multiply the number of data points (8) by 0.25 to find the
25th percentile (Q1) and by 0.75 to find the 75th percentile (Q3).
Q1 position: 0.25 × 8 = 2
Q3 position: 0.75 × 8 = 6
Q1 corresponds to the value in the 2nd position, which is 110, and Q3 corresponds to
the value in the 6th position, which is 287. The interquartile range IQR is calculated
as:
IQR = Q3 − Q1 = 287 − 110 = 177
Therefore, the interquartile range of this dataset is 177 minutes.
Unlike the range, the interquartile range is less sensitive to outliers, as it focuses on the central
portion of the data, avoiding extreme values.
Standard deviation is a measure of the dispersion or spread of data points around the mean.
It quantifies how much individual data points in a dataset differ from the average value. A
low standard deviation indicates that data points are close to the mean, while a high standard
Formula
ő Example 13:
Consider a dataset representing the ages of 5 employees: 28, 32, 35, 40, 45.
• Step 1: Calculate the mean:
28 + 32 + 35 + 40 + 45
µ= = 36
5
• Step 2: Subtract the mean from each data point:
When dealing with grouped data, the calculation of standard deviation is slightly different as
the data is organized into classes with frequencies. The standard deviation for grouped data
provides a measure of the spread or dispersion of the data points around the mean, considering
the frequency of each class.
Formula
For grouped data, the standard deviation (denoted by s) is calculated using the formula:
√∑
fi (xi − x̄)2
s= ∑
fi
where:
• fi is the frequency of the i-th class.
• xi is the midpoint of the i-th class.
1. Determine the Class Midpoints: For each class interval, calculate the midpoint xi as the
average of the lower and upper class boundaries.
2. Calculate the Mean: Compute the mean x̄ using the formula:
∑
fi xi
x̄ = ∑
fi
3. Compute the Deviation for Each Class: Subtract the mean x̄ from each class midpoint
xi to find the deviation.
4. Square the Deviations: Square each deviation to eliminate negative values.
5. Multiply by the Class Frequency: Multiply the squared deviations by the corresponding
class frequency fi .
6. Sum the Results: Sum these values across all classes. ∑
7. Divide by the Total Frequency: Divide by the total frequency fi .
8. Take the Square Root: Finally, take the square root of the result to obtain the standard
deviation.
ő Example 14:
Consider the following grouped data representing the test scores of students:
Class Interval fi xi xi − x̄ (xi − x̄)2 fi (xi − x̄)2
10-20 3 15 -26.25 689.06 2067.19
20-30 7 25 -16.25 264.06 1848.42
30-40 15 35 -6.25 39.06 585.94
40-50 10 45 3.75 14.06 140.63
50-60 5 55 13.75 189.06 945.31
Total 40 5587.5
• Step 1: Determine the Class Midpoints:
5587.5
Variance s2 = = 139.69
40
• Step 7: Take the Square Root to Find Standard Deviation:
√
s = 139.69 ≈ 11.82
Thus, the standard deviation for this grouped data is approximately 11.82.
Choosing the right descriptive measures is essential for accurately summarizing and interpret-
ing data. By considering the type of data and the specific goals of your analysis, you can select
the most appropriate measures to draw meaningful conclusions. The following tables outline
how to select appropriate measures based on the type of data and the goals of your analysis.
Measures of Central Tendency
Data Type Recommended Measure Description
Nominal Mode Most frequent category
Ordinal Median Middle value in ordered data
Interval/Ratio Mean Arithmetic average
Skewed Interval/Ratio Median Less affected by outliers
Measures of Dispersion
Data Type Recommended Measure Description
Nominal/Ordinal Range Difference between max and min values
Skewed Interval/Ratio Interquartile Range (IQR) Spread of the middle 50% of data
Interval/Ratio Variance Average squared deviation from the mean
Interval/Ratio Standard Deviation Square root of variance
Choosing Descriptive Measures Based on Analysis Goals
Analysis Goal Recommended Measures Description
Summarizing Data Mean and SD (Normal Data) Standard summary for symmetric data
Summarizing Data Median and IQR (Skewed Data) Robust summary for skewed data
Comparing Groups Mean and SD Compare central tendency and spread
Comparing Groups Median and Range/IQR Compare central tendency for ordinal data
Detecting Outliers Range, IQR, SD Identify and evaluate outliers
QUIZ/QUESTIONS
A retail store is analyzing the relationship between the type of purchase (Online or In-Store)
and the customer’s response to a recent marketing campaign (Positive, Neutral, or Negative).
The store has collected data from 50 customers, and their responses are as follows: (Note:
The response for each customer is separated by semicolon )
Data: Online, Positive; In-Store, Neutral; Online, Negative; Online, Positive; In-Store, Posi-
tive; Online, Neutral; In-Store, Negative; Online, Positive; In-Store, Positive; Online, Neutral;
In-Store, Neutral; Online, Negative; In-Store, Positive; Online, Positive; In-Store, Negative; On-
line, Neutral; In-Store, Positive; Online, Positive; In-Store, Neutral; Online, Positive; In-Store,
Positive; Online, Negative; In-Store, Neutral; Online, Neutral; In-Store, Negative; Online, Posi-
tive; In-Store, Neutral; Online, Negative; In-Store, Positive; Online, Positive; In-Store, Positive;
Online, Neutral; In-Store, Positive; Online, Negative; In-Store, Neutral; Online, Positive; In-
Store, Positive; Online, Neutral; In-Store, Negative; Online, Positive; In-Store, Neutral; Online,
Positive; In-Store, Positive; Online, Negative; In-Store, Neutral
Tasks: Construct a two-way table to display the frequencies of the responses (Positive, Neu-
tral, Negative) based on the type of purchase (Online, In-Store).
1. A company tracks the monthly sales (in thousands of dollars) for its five sales represen-
tatives over a six-month period: $50, $45, $60, $55, $40, and $50. What is the mean
monthly sales?
A) $50,000
B) $48,000
C) $52,000
D) $47,000
Correct Answer: A) $50,000
2. The quarterly profits (in thousands of dollars) of a small business over four quarters are
$80, $100, $90, and $70. What is the mean profit per quarter?
A) $85,000
B) $90,000
C) $80,000
D) $75,000
Correct Answer: A) $85,000
3. A retail store recorded the number of units sold for a product over seven days: 12, 15,
10, 20, 18, 10, and 14. What is the median number of units sold?
A) 12
B) 14
C) 15
D) 10
Correct Answer: B) 14
4. A company’s revenue (in thousands of dollars) over five months is as follows: $25, $30,
$22, $28, and $30. What is the median revenue?
A) $25,000
B) $28,000
C) $30,000
D) $22,000
Correct Answer: B) $28,000
5. A restaurant owner tracks the number of customers visiting each day over a week: 45,
50, 60, 55, 50, 60, and 50. What is the mode of the customer visits?
A) 45
B) 50
C) 55
D) 60
Correct Answer: B) 50
6. A company has five product lines with the following sales figures (in units): 100, 150,
120, 150, and 130. What is the mode of the sales figures?
A) 100
B) 120
C) 130
D) 150
Correct Answer: D) 150
1. Given the data set: 5, 8, 12, 15, 18, calculate the standard deviation.
2. Explain how outliers can affect the standard deviation of a data set.
3. Why is the standard deviation considered a better measure of dispersion compared to
the range?
4. Calculate the standard deviation for the following grouped data:
1. Statistics for Business and Economics (13th ed.). (2017). McClave, J. T., & Sincich, T.
Pearson. (Chapters: Statistics, Data, & Statistical Thinking and Methods for Describing
Sets of Data)
2. Mind on Statistics (5th ed.). (2015). Utts, J. M., & Heckard, R. F. Cengage Learning.
3. On the ”probable error” of a coefficient of correlation deduced from a small sample.
(1921). Fisher, R. A. Metron, 1(1), 3-32. [Link]
11818031
4. Exploratory data analysis. (1977). Tukey, J. W. Addison-Wesley.
5. Descriptive Statistics. (2021). Statistics How To. Retrieved from [Link]
com/descriptive-statistics/
6. Descriptive statistics. (2021). Khan Academy. Retrieved from [Link]
org/math/statistics-probability/describing-relationships-quantitative-data
1. A retail company is analyzing the sales performance of two different product categories
over the last quarter. The sales data for each category is highly skewed due to a few
extreme values.
(a) Which measure of central tendency (mean, median, or mode) would be most ap-
propriate for summarizing the typical sales performance of each product category?
Justify your choice.
(b) In addition to the central tendency, which measure of dispersion (range, interquar-
tile range, or standard deviation) would best complement your chosen central ten-
dency measure to describe the sales distribution? Explain why.
2. An economist is studying the income distribution of two different regions. Region A has
a normal income distribution, while Region B has an income distribution with significant
outliers due to a few very high-income individuals.
(a) For Region A, recommend and justify the most suitable measures of central ten-
dency and dispersion.
(b) For Region B, recommend and justify the most suitable measures of central ten-
dency and dispersion, considering the presence of outliers.
3. A marketing analyst has collected data on customer preferences for three different prod-
ucts (Product A, Product B, and Product C) across two regions (Region X and Region Y).
The data set includes the number of customers who prefer each product in both regions.
Customer Preferences Data:
• Region X:
Descriptive statistics help you summarize and understand data distributions. With knowledge
of mean, median, range, and standard deviation, you’re well-equipped to interpret data and
prepare for effective data visualization.
WHAT’S NEXT?
Next topic will focus on presenting data visually through charts and graphs, which will en-
hance our ability to identify patterns and communicate insights effectively. By combining our
statistical knowledge with visualization techniques, we can better interpret data and convey
our findings in a more accessible and impactful way.