File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
distribution function (CDF) of a sample. We also show the theoretical CDF.
9
9
10
10
A couple of other options to the ``hist`` function are demonstrated. Namely, we
11
- use the *normed * parameter to normalize the histogram and a couple of different
12
- options to the *cumulative* parameter. The *normed * parameter takes a boolean
11
+ use the *density * parameter to normalize the histogram and a couple of different
12
+ options to the *cumulative* parameter. The *density * parameter takes a boolean
13
13
value. When ``True``, the bin heights are scaled such that the total area of
14
14
the histogram is 1. The *cumulative* keyword argument is a little more nuanced.
15
- Like *normed *, you can pass it True or False, but you can also pass it -1 to
15
+ Like *density *, you can pass it True or False, but you can also pass it -1 to
16
16
reverse the distribution.
17
17
18
18
Since we're showing a normalized and cumulative histogram, these curves
You can’t perform that action at this time.
0 commit comments