Collecting and Organising Data
In statistics, collecting and organizing data is essential for analysis. Frequency tables are used to display how often each value occurs in a dataset. To create a frequency table, follow these steps:
- Collect your data.
- Identify the unique values.
- Count the occurrences of each value.
- Present the counts in a table format.
Bar charts are useful for visualizing categorical data. Each category is represented by a bar, with the height indicating the frequency. When drawing a bar chart:
- Ensure bars are of equal width.
- Leave spaces between bars.
Histograms are similar to bar charts but are used for continuous data. The bars touch each other to show the data's distribution. To draw a histogram:
- Divide the data into intervals.
- Count the frequency for each interval.
- Draw bars for each interval without gaps.
Pie charts represent data as slices of a circle, showing proportions. To create a pie chart:
- Calculate the total frequency.
- Determine the angle for each category using the formula: (Frequency/Total Frequency) x 360°.
Frequency polygons connect the midpoints of the top of bars in a histogram with a line, providing a clear view of trends.
Key points to remember
- Frequency tables show how often values occur in data.
- Bar charts visualize categorical data with bars.
- Histograms represent continuous data with touching bars.
- Pie charts display proportions of categories as slices.
- Frequency polygons connect midpoints of histogram bars.
Worked example
Question: Collect data on the number of books read by students in a class: 3, 5, 3, 4, 6, 5, 4. Create a frequency table and a bar chart.
Answer: Frequency Table: | Books Read | Frequency | |------------|-----------| | 3 | 2 | | 4 | 2 | | 5 | 2 | | 6 | 1 |
Bar Chart:
- Bars for 3, 4, 5 each height 2, bar for 6 height 1.