Featured post
STATISTICS
Edwin Ogie Library
STATISTICS: Data Representation, Measures of Location & Dispersion
This e‑book covers:
1. Representation of Data: frequency distribution; histogram, bar chart, and pie chart.
2. Measures of Location: mean, mode, and median (ungrouped and grouped data) and cumulative frequency (using ogives).
3. Measures of Dispersion: range, mean deviation, variance, and standard deviation.
Introduction to Statistics
Statistics is the science of collecting, analyzing, presenting, and interpreting data. It plays a crucial role in many fields by enabling us to summarize and make sense of large amounts of information.
This e‑book focuses on the representation of data, measures of location, and measures of dispersion. We also learn how to use an ogive to find the median, quartiles, and percentiles.
Representation of Data: Frequency Distribution
A frequency distribution is a table that shows the number of times (frequency) that each value or range of values occurs in a data set.
Example Table:
| Class Interval | Frequency |
|---|---|
| 0 - 9 | 5 |
| 10 - 19 | 8 |
| 20 - 29 | 12 |
| 30 - 39 | 7 |
Frequency distribution tables help us to organize and interpret data easily.
Graphical Representation of Data
Data can be represented graphically in various forms:
- Histogram: A graph that uses bars to represent the frequency of data intervals.
- Bar Chart: Similar to a histogram but typically used for categorical data.
- Pie Chart: A circular chart divided into sectors, each representing a proportion of the whole.
Each graphical method provides a visual summary of the data.
Measures of Location
Measures of location describe the central tendency of a data set. They include:
- Mean: The arithmetic average of the data.
- Mode: The most frequently occurring value.
- Median: The middle value when the data is ordered.
For grouped data, these measures are calculated using class midpoints and frequencies.
Cumulative Frequency: A running total of frequencies, useful for drawing an ogive to determine the median, quartiles, and percentiles.
Measures of Dispersion
Measures of dispersion show how spread out the data are. They include:
- Range: Difference between the highest and lowest values.
- Mean Deviation: The average of the absolute differences from the mean.
- Variance: The average of the squared differences from the mean.
- Standard Deviation: The square root of the variance.
Ogive, Quartiles, and Percentiles
An ogive is a graph of the cumulative frequency distribution. It helps in finding the median, quartiles, and percentiles.
Example: Plot the cumulative frequency against the upper class boundaries to determine the median (50th percentile) and quartiles.
Summary and Key Concepts
- Frequency Distribution: A table showing frequencies of data intervals.
- Graphical Representations: Histograms, bar charts, and pie charts help visualize data.
- Measures of Location: Mean, mode, median, and cumulative frequency.
- Measures of Dispersion: Range, mean deviation, variance, and standard deviation.
- Ogive: A cumulative frequency graph used to determine percentiles.
Mastery of these statistical tools is essential for data analysis and decision-making.
Extended Discussion and Applications
Statistics is widely used in various fields, including business, economics, health, and social sciences. Understanding data representation, central tendency, and dispersion allows analysts to interpret trends and make informed decisions.
Applications include designing surveys, quality control in manufacturing, and public policy planning.
15 Worked Examples on Statistics (Solutions Hidden)
Example 1: Frequency Distribution Table
Question: Given the data: 12, 15, 12, 18, 20, 15, 15, 18, create a frequency distribution table.
Solution:
| Value | Frequency |
|---|---|
| 12 | 2 |
| 15 | 3 |
| 18 | 2 |
| 20 | 1 |
Example 2: Interpreting Frequency Distribution
Question: From the frequency table in Example 1, what is the mode of the data?
Solution:
The mode is the value with the highest frequency. Here, 15 appears 3 times, so the mode is 15.
Example 3: Drawing a Histogram
Question: Describe how you would construct a histogram from the frequency table in Example 1.
Solution:
Plot the values on the horizontal axis and frequency on the vertical axis. Draw bars for each value with heights corresponding to their frequencies.
Example 4: Constructing a Bar Chart
Question: Explain how a bar chart differs from a histogram using the frequency distribution from Example 1.
Solution:
A bar chart uses separate bars with gaps in between to represent categorical data. Although similar to a histogram, a bar chart is typically used for discrete categories rather than continuous intervals.
Example 5: Pie Chart Representation
Question: How would you represent the data from Example 1 in a pie chart?
Solution:
Calculate the percentage for each value (e.g., for 15: (3/8)*100 ≈ 37.5%). Draw a circle and divide it into sectors proportional to these percentages.
Example 6: Mean of Ungrouped Data
Question: Given the data: 5, 7, 8, 10, calculate the mean.
Solution:
Mean = (5+7+8+10) / 4 = 30 / 4 = 7.5.
Example 7: Median of Ungrouped Data
Question: Find the median of the data: 4, 8, 6, 10, 12.
Solution:
Order the data: 4, 6, 8, 10, 12. The median is the middle value: 8.
Example 8: Mean of Grouped Data
Question: Using the following grouped data, calculate the mean:
Class Interval
Frequency
0 - 9
4
10 - 19
6
20 - 29
5
Solution:
Calculate midpoints: 4.5, 14.5, 24.5.
Total frequency = 4+6+5 = 15.
Mean = (4×4.5 + 6×14.5 + 5×24.5) / 15 = (18 + 87 + 122.5) / 15 = 227.5/15 ≈ 15.17.
Example 9: Median from Cumulative Frequency
Question: Given the cumulative frequency table below, determine the median class interval.
Class Interval
Cumulative Frequency
0 - 9
5
10 - 19
12
20 - 29
20
Solution:
Total frequency = 20. Median is at the 10th value. The 10th value falls in the 10 - 19 interval.
Example 10: Calculating Range
Question: Given the data: 3, 7, 8, 12, 15, calculate the range.
Solution:
Range = Maximum - Minimum = 15 - 3 = 12.
Example 11: Mean Deviation
Question: For the data set: 4, 6, 8, calculate the mean deviation from the mean.
Solution:
Mean = (4+6+8)/3 = 6.
Deviations: |4-6|=2, |6-6|=0, |8-6|=2.
Mean deviation = (2+0+2)/3 ≈ 1.33.
Example 12: Variance of Ungrouped Data
Question: Find the variance of the data: 2, 4, 6.
Solution:
Mean = (2+4+6)/3 = 4.
Squared deviations: (2-4)²=4, (4-4)²=0, (6-4)²=4.
Variance = (4+0+4)/3 = 8/3 ≈ 2.67.
Example 13: Standard Deviation
Question: Calculate the standard deviation of the data: 3, 7, 11.
Solution:
Mean = (3+7+11)/3 = 7.
Variance = [(3-7)² + (7-7)² + (11-7)²] / 3 = (16+0+16)/3 = 32/3 ≈ 10.67.
Standard deviation = √(10.67) ≈ 3.27.
Example 14: Ogive and Quartiles
Question: Explain how an ogive is used to determine the first quartile (Q1) of a data set.
Solution:
Plot the cumulative frequency against the upper boundaries of the class intervals. The first quartile (Q1) is the value corresponding to 25% of the total frequency on the ogive.
Example 15: Finding the 90th Percentile Using an Ogive
Question: Describe how you would find the 90th percentile of a data set using an ogive.
Solution:
Determine 90% of the total frequency, then locate this value on the cumulative frequency axis. Read the corresponding value on the horizontal axis of the ogive; this value is the 90th percentile.
30 CBT JAMB Quiz on Statistics
Click the "Start Quiz" button to begin. You will have 15 minutes to answer 30 questions.
RSS Feed
Subscribe to our RSS feed for the latest updates on statistics lessons and quizzes:
Edwin Ogie Library - Statistics E-Book http://www.edwinogie-library.comLatest updates on data representation, measures of location and dispersion, and ogive analysis. New Lesson on Statistics http://www.edwinogie-library.com/statisticsExplore our comprehensive e‑book covering frequency distributions, graphs, measures of location and dispersion, and more.
- Get link
- X
- Other Apps
Comments
Post a Comment
We’d love to hear from you! Share your thoughts or questions below. Please keep comments positive and meaningful, Comments are welcome — we moderate for spam and civility; please be respectful.