Skip to content

Commit 848950e

Browse files
committed
poisson_pmf_generator
1 parent 857ea0e commit 848950e

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
@@ -3282,7 +3282,7 @@ cdef class Generator:
32823282
32833283
Notes
32843284
-----
3285-
The Poisson distribution
3285+
The probability mass function (PMF) of Poisson distribution is
32863286
32873287
.. math:: f(k; \\lambda)=\\frac{\\lambda^k e^{-\\lambda}}{k!}
32883288

0 commit comments

Comments
 (0)