Skip to content

Commit 6e4bb20

Browse files
committed
poisson_pmf_mtrand
1 parent 848950e commit 6e4bb20

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
@@ -3656,7 +3656,7 @@ cdef class RandomState:
36563656
36573657
Notes
36583658
-----
3659-
The Poisson distribution
3659+
The probability mass function (PMF) of Poisson distribution is
36603660
36613661
.. math:: f(k; \\lambda)=\\frac{\\lambda^k e^{-\\lambda}}{k!}
36623662

0 commit comments

Comments
 (0)