Skip to content

Commit 33fc214

Browse files
committed
updated density to pmf in generator
1 parent 9e43697 commit 33fc214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/random/_generator.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3010,7 +3010,7 @@ cdef class Generator:
30103010
30113011
Notes
30123012
-----
3013-
The probability density for the binomial distribution is
3013+
The probability mass function (PMF) for the binomial distribution is
30143014
30153015
.. math:: P(N) = \\binom{n}{N}p^N(1-p)^{n-N},
30163016

0 commit comments

Comments
 (0)