Thursday 17 August 2017

Histograms

Histogram: a graphical display of data using bars of different heights.

Histogram
It is similar to a Bar Chart, but a histogram groups numbers into ranges
And you decide what ranges to use!

orange orchard

Example: Height of Orange Trees

You measure the height of every tree in the orchard in centimeters (cm)
The heights vary from 100 cm to 340 cm
You decide to put the results into groups of 50 cm:
  • The 100 to just below 150 cm range,
  • The 150 to just below 200 cm range,
  • etc...
So a tree that is 260 cm tall is added to the "250-300" range.
And here is the result:
histogram heights
You can see (for example) that there are 30 trees from 150 cm to just below 200 cm tall

The horizontal axis is continuous like a number linehistogram x axis

puppy

Example: How much is that puppy growing?

Each month you measure how much weight your pup has gained and get these results:
0.5, 0.5, 0.3, −0.2, 1.6, 0, 0.1, 0.1, 0.6, 0.4
They vary from −0.2 (the pup lost weight that month) to 1.6
Put in order from lowest to highest weight gain:
−0.2, 0, 0.1, 0.1, 0.3, 0.4, 0.5, 0.5, 0.6, 1.6
You decide to put the results into groups of 0.5:
  • The −0.5 to just below 0 range,
  • The 0 to just below 0.5 range,
  • etc...
And here is the result:
histogram weight change
(There are no values from 1 to just below 1.5, but we still show the space.)
The range of each bar is also called the Class Interval
In the example above each class interval is 0.5

No comments:

Post a Comment