What are histograms, frequency polygons, and ogives? These are graphical representations of frequency distributions that help visualize data patterns.
1. Histogram: A histogram is a bar graph where:
- Bars are drawn without gaps (touching each other)
- Width of each bar = class width
- Height of each bar = frequency of that class
- The x-axis shows class boundaries, y-axis shows frequency
2. Frequency Polygon: A frequency polygon is a line graph created by:
- Plotting points at class midpoints with heights equal to frequencies
- Joining these points with straight lines
- Adding two extra points at the ends (with zero frequency) to close the polygon
3. Ogive (Cumulative Frequency Curve): An ogive is a smooth curve drawn using cumulative frequencies:
- Less than ogive: Plot upper limits vs less than cumulative frequency, then join with a smooth curve
- Greater than ogive: Plot lower limits vs greater than cumulative frequency, then join with a smooth curve
Finding median from ogives: The x-coordinate of the intersection of the less than and greater than ogives gives the median.