Skip to content

Commit 4e81317

Browse files
committed
zipf_pmf_mtrand
1 parent db30736 commit 4e81317

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
@@ -3744,7 +3744,7 @@ cdef class RandomState:
37443744
37453745
Notes
37463746
-----
3747-
The probability density for the Zipf distribution is
3747+
The probability mass function (PMF) for the Zipf distribution is
37483748
37493749
.. math:: p(k) = \\frac{k^{-a}}{\\zeta(a)},
37503750

0 commit comments

Comments
 (0)