Lesson 5.2 Creating a Histogram
Reading
Reading sections are from the Introductory Statistics Textbook
- 2.1.3 Histograms (pages 51-54)
Lesson
Steps for creating a histogram
- Determine the Range: \(~~~Range = Maximum - Minimum\)
- Determine the number of bins
- Sample Size = n
- How many times do you need to double to reach n?
- Create the bins
- Bin Size: \(~~~Bin~Size = \frac{Range}{n}\)
- Starting point
- First bin starts at minimum
- Add the bin size to the minimum to get the start of the second bin
- Add the bin size to that to get the start of the third bin
- …
- Count your data
- Count how many datapoints in your dataset fit in each bin