Skip to content

Commit a0d225f

Browse files
committed
hypergeometric_pmf_generator
1 parent 025a270 commit a0d225f

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
@@ -3537,7 +3537,7 @@ cdef class Generator:
35373537
35383538
Notes
35393539
-----
3540-
The probability density for the Hypergeometric distribution is
3540+
The probability mass function (PMF) for the Hypergeometric distribution is
35413541
35423542
.. math:: P(x) = \\frac{\\binom{g}{x}\\binom{b}{n-x}}{\\binom{g+b}{n}},
35433543

0 commit comments

Comments
 (0)