Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Continuous Classes and Adjustment Factor: For graphical representation like Histograms, data must be in a continuous format. If classes are discontinuous (e.g., ), an adjustment factor is calculated as half the difference between the lower limit of a class and the upper limit of the previous class. Visually, this closes the 'gaps' between bars in a histogram by extending the boundaries by units (or the calculated factor) in both directions.
Histogram for Equal and Unequal Class Intervals: A Histogram consists of a set of adjacent rectangles where the base represents the class interval on the x-axis and the height represents the frequency on the y-axis. If class intervals are unequal, the heights of the rectangles must be adjusted using the 'Frequency Density' principle, where the height of a rectangle is proportional to the ratio of the frequency to the class width. Visually, a 'kink' or zig-zag line is drawn on the x-axis if the scale does not start from zero.
Finding Mode Graphically from a Histogram: The mode of a distribution can be estimated by identifying the modal class, which is the tallest rectangle in the histogram. By drawing two straight diagonal lines from the top corners of the tallest rectangle to the opposite top corners of the two immediate neighboring rectangles, the x-coordinate of the intersection point of these diagonal lines gives the Mode. This visual method represents the point of highest frequency density.
Frequency Polygon: This is a line graph formed by joining the mid-points (class marks) of the tops of the rectangles in a histogram with straight lines. To complete the polygon, the ends are extended to join the x-axis at the mid-points of imaginary classes preceding the first and succeeding the last given classes. Visually, it provides a 'shape' to the distribution and is useful for comparing two different datasets on the same axes.
Cumulative Frequency and the Ogive: An Ogive is a smooth, freehand 'S-shaped' curve obtained by plotting the upper limits of class intervals on the x-axis and their corresponding 'less than' cumulative frequencies on the y-axis. To start the curve on the x-axis, the lower limit of the first class is plotted with a cumulative frequency of zero. This curve visually represents how frequencies accumulate across the range of data.
Median and Quartiles from an Ogive: The Ogive is used to locate measures of central tendency and partition values. To find the Median, locate the value on the y-axis (where is total frequency), draw a horizontal line to meet the curve, and then drop a vertical line to the x-axis. The value on the x-axis is the Median. Similarly, the Lower Quartile () is found at and the Upper Quartile () is found at on the y-axis.
📐Formulae
💡Examples
Problem 1:
Draw a histogram for the following distribution and find the Mode graphically:
| Class | 0-10 | 10-20 | 20-30 | 30-40 | 40-50 |
|---|---|---|---|---|---|
| Freq | 5 | 12 | 20 | 15 | 8 |
Solution:
- Plot the class intervals on the x-axis.
- Plot frequencies on the y-axis (Scale: ).
- Construct rectangles for each class with heights and .
- Identify the modal class: (tallest rectangle, height ).
- Draw a line from the top-left corner of the rectangle to the top-left corner of the rectangle.
- Draw another line from the top-right corner of the rectangle to the top-right corner of the rectangle.
- Locate the intersection point of these two diagonal lines.
- Draw a perpendicular line from this intersection to the x-axis. The value on the x-axis is approximately .
.
Explanation:
The mode is found by examining the area of highest frequency. The intersection of the diagonal lines accounts for the influence of the frequencies of classes immediately preceding and following the modal class.
Problem 2:
Given the following frequency distribution, draw an Ogive and estimate the Median:
| Marks | 10-20 | 20-30 | 30-40 | 40-50 | 50-60 |
|---|---|---|---|---|---|
| Students | 4 | 9 | 15 | 10 | 2 |
Solution:
- Calculate Cumulative Frequencies ():
- Points to plot : .
- Include the starting point: .
- Plot these points on a graph and join them with a smooth freehand curve.
- Total frequency . Median position term.
- On the y-axis, find the value . Draw a horizontal line to the Ogive.
- From the intersection point on the Ogive, drop a vertical line to the x-axis. The value on the x-axis is the Median marks.
Explanation:
The Ogive represents the cumulative distribution. By finding the middle point of the total frequency () on the y-axis, we can trace back to the x-axis to find the value below which of the data lies.