You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The moment generating function of a Negative Binomial distribution is wrong (see 1.1 Discrete Distribution tables).
It should be the MGF of a Geometric distribution (which is indeed correct), raised to the r-th power.
Incorrect version:
Corrected version:
Cheers :)
The text was updated successfully, but these errors were encountered:
Hi,
The moment generating function of a Negative Binomial distribution is wrong (see 1.1 Discrete Distribution tables).
It should be the MGF of a Geometric distribution (which is indeed correct), raised to the r-th power.
Incorrect version:
e^s} \right)^r)
Corrected version:
e^s} \right)^r)
Cheers :)
The text was updated successfully, but these errors were encountered: