Home page for accesible maths 5 Models for discrete random variables

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

5.7 Negative Binomial random variables (not examinable)

Consider an experiment for which the random variable of interest, R, corresponds to the number of fails to occur before the kth success is obtained in a series of independent Bernoulli trials, each with probability of success being θ.

Here the sample space when k=2 is {SS,FSS,SFS,FFSS,FSFS,SFFS,}, and the induced sample space is {0,1,2,}. This is a slightly more general but similar to the geometric random variable case. It might appear the same as Binomial random variable, but the subtle difference is that the last trial must be a success.

For r=0,1,2,

p(r) = P(k-1 successes in first k+r-1 trials, and success on last)
= P(k-1 successes in first k+r-1 trials)×P( success on last)
= (k+r-1k-1)(1-θ)rθk-1×θ
= (k+r-1k-1)(1-θ)rθk.

It is possible to show that

E[R] = k(1-θ)θ
Var(R) = k(1-θ)θ2.

Note by setting k=1 these results are identical to the geometric pmf.