How to Make a Histogram: Stats Homework Help

  • Context: High School 
  • Thread starter Thread starter mcknia07
  • Start date Start date
  • Tags Tags
    Histogram
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
mcknia07
Messages
284
Reaction score
7
I am trying to help my brother on his Stats homework, but for the life of me, I can't rememeber how to make a histogram. He has the answers to compare to, but is unsure how they got to them, as am I. It's been so long since I have done this stuff, I need a little refresher. Google is not helping so much like it normally does, lol.
 
Mathematics news on Phys.org


it's just a frequency chart. divide the x-axis into equally-spaced segments, and place a bar there. height of bar is number of data points that fall in that interval.
 


1. Determine how many bins you want to implement, for example, 10 bins: 1-10, 11-20, 21-30, 31-40, 41-50, 51-60, 61-70, 71-80, 81-90, 91-100.

2. Create a graph y vs x. y will be the number of times a number appears that belongs in either one of the bins. x will be the bin number starting with lowest number. (x values: 1, 11, 21, 31, 41, 51, 61, 71, 81, 91)

3. Count and fill out the graph.
 


Thanks everyone :) I think I understand it now.