File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3282,7 +3282,7 @@ cdef class Generator:
3282
3282
3283
3283
Notes
3284
3284
-----
3285
- The Poisson distribution
3285
+ The probability mass function (PMF) of Poisson distribution is
3286
3286
3287
3287
.. math:: f(k; \\ lambda)=\\ frac{\\ lambda^k e^{-\\ lambda}}{k!}
3288
3288
@@ -3372,7 +3372,7 @@ cdef class Generator:
3372
3372
3373
3373
Notes
3374
3374
-----
3375
- The probability density for the Zipf distribution is
3375
+ The probability mass function (PMF) for the Zipf distribution is
3376
3376
3377
3377
.. math:: p(k) = \\ frac{k^{-a}}{\\ zeta(a)},
3378
3378
@@ -3537,7 +3537,7 @@ cdef class Generator:
3537
3537
3538
3538
Notes
3539
3539
-----
3540
- The probability density for the Hypergeometric distribution is
3540
+ The probability mass function (PMF) for the Hypergeometric distribution is
3541
3541
3542
3542
.. math:: P(x) = \\ frac{\\ binom{g}{x}\\ binom{b}{n-x}}{\\ binom{g+b}{n}},
3543
3543
Original file line number Diff line number Diff line change @@ -3656,7 +3656,7 @@ cdef class RandomState:
3656
3656
3657
3657
Notes
3658
3658
-----
3659
- The Poisson distribution
3659
+ The probability mass function (PMF) of Poisson distribution is
3660
3660
3661
3661
.. math:: f(k; \\ lambda)=\\ frac{\\ lambda^k e^{-\\ lambda}}{k!}
3662
3662
@@ -3744,7 +3744,7 @@ cdef class RandomState:
3744
3744
3745
3745
Notes
3746
3746
-----
3747
- The probability density for the Zipf distribution is
3747
+ The probability mass function (PMF) for the Zipf distribution is
3748
3748
3749
3749
.. math:: p(k) = \\ frac{k^{-a}}{\\ zeta(a)},
3750
3750
@@ -3908,7 +3908,7 @@ cdef class RandomState:
3908
3908
3909
3909
Notes
3910
3910
-----
3911
- The probability density for the Hypergeometric distribution is
3911
+ The probability mass function (PMF) for the Hypergeometric distribution is
3912
3912
3913
3913
.. math:: P(x) = \\ frac{\\ binom{g}{x}\\ binom{b}{n-x}}{\\ binom{g+b}{n}},
3914
3914
You can’t perform that action at this time.
0 commit comments