Skip to content

Commit b75adee

Browse files
committed
updated_pmf_mtrand
1 parent 33fc214 commit b75adee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/mtrand.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3416,7 +3416,7 @@ cdef class RandomState:
34163416
34173417
Notes
34183418
-----
3419-
The probability density for the binomial distribution is
3419+
The probability mass function (PMF) for the binomial distribution is
34203420
34213421
.. math:: P(N) = \\binom{n}{N}p^N(1-p)^{n-N},
34223422

0 commit comments

Comments
 (0)