Skip to content

Commit 857ea0e

Browse files
committed
hypergeometric_pmf_mtrand
1 parent a0d225f commit 857ea0e

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
@@ -3908,7 +3908,7 @@ cdef class RandomState:
39083908
39093909
Notes
39103910
-----
3911-
The probability density for the Hypergeometric distribution is
3911+
The probability mass function (PMF) for the Hypergeometric distribution is
39123912
39133913
.. math:: P(x) = \\frac{\\binom{g}{x}\\binom{b}{n-x}}{\\binom{g+b}{n}},
39143914

0 commit comments

Comments
 (0)