6.2 Picturing the Distribution
Given a set of n values x1, x2,
..., xn from a random sample, how can we graphically picture
their distribution?
Histogram: bar graph for data from random sample
-
divide values into categories (ranges), usually of equal width
-
determine the number of values which lie in each category (frequencies)
or the percentage of the total which lie in each category (relative
frequencies)
-
histogram is bar graph of frequencies or relative frequencies
example:
Q: how many categories should be used?
A: depends; textbook gives some guidelines
Notes:
-
histogram gives an approximation to density function f(x) for the entire
population
-
can use to estimate a few probabilities (those involving our categories)
example:
Use the first histogram above to estimate the probability that a student
selected at random will have a height of 65 to 68 inches.
Just use the percentages from the bars in the histogram for 65-66 and
67-68 inches; get
P(65 <= X <= 68) will equal approximately
.04 + .08 = .12
Previous section Next
section