negative binomial random variable
X is a negative binomial random variable with parameters r and p if
fX(x)=(r+x-1x)pr(1-p)x, x={0,1,…}
Parameters:
-
⋆
r>0
-
⋆
p∈[0,1]
Syntax:
X∼NegBin(r,p)
Notes:
-
1.
If r∈ℕ, X represents the number of failed Bernoulli trials before the rth success. Note that if r=1 the variable is a geometric random variable
.
-
2.
E[X]=r1-pp
-
3.
Var[X]=r1-pp2
-
4.
MX(t)=(p1-(1-p)et)r
Title | negative binomial random variable |
---|---|
Canonical name | NegativeBinomialRandomVariable |
Date of creation | 2013-03-22 11:54:15 |
Last modified on | 2013-03-22 11:54:15 |
Owner | bgins (4516) |
Last modified by | bgins (4516) |
Numerical id | 9 |
Author | bgins (4516) |
Entry type | Definition |
Classification | msc 62E15 |
Classification | msc 18E05 |
Classification | msc 18-00 |
Synonym | negative binomial distribution |