We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82e8650 + b75adee commit 7c3ec42Copy full SHA for 7c3ec42
numpy/random/_generator.pyx
@@ -3010,7 +3010,7 @@ cdef class Generator:
3010
3011
Notes
3012
-----
3013
- The probability density for the binomial distribution is
+ The probability mass function (PMF) for the binomial distribution is
3014
3015
.. math:: P(N) = \\binom{n}{N}p^N(1-p)^{n-N},
3016
numpy/random/mtrand.pyx
@@ -3416,7 +3416,7 @@ cdef class RandomState:
3416
3417
3418
3419
3420
3421
3422
0 commit comments