File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
galleries/examples/statistics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88distribution function (CDF) of a sample. We also show the theoretical CDF.
99
1010A 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
1313value. When ``True``, the bin heights are scaled such that the total area of
1414the 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
1616reverse the distribution.
1717
1818Since we're showing a normalized and cumulative histogram, these curves
You can’t perform that action at this time.
0 commit comments