2.8.1 Negative Binomial Flashcards

(9 cards)

1
Q

what does the negative binomial distribution measure?

A

The negative binomial distribution is a discrete distribution of the number of independent Bernoulli trials it takes to get a specified number of “successes’’ to occur.

Negative Binomial(r,p) where r is the desired number of successes and p is the probability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

which distribution does the negative binomial generalize?

A

the negative binomial distribution generalizes the geometric distribution; from counting “trials” until the first “success”, we generalize to the r-th “success”. Stated differently, when r=1, the negative binomial distribution becomes a geometric distribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the relationship between the negative binomial and geometric distributions?

A

the negative binomial is the sum of r independent geometric distributions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the PMF of the negative binomial distribution (trials version)?

A

p(x) = c(x-1,r-1) * p^r * (1-p)^x-r

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the argument represent in the trials version?

A

The trial number on which the r-th success occurs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is ( \binom{x-1}{r-1} ) used in the PMF?

A

It counts the ways to get ( r-1 ) successes in the first ( x-1 ) trials, before the final success at trial ( x ).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the mean and variance of a negative binomial random variable (trials version)?

A

E(X) = r/p
Var(X) = r((1-p) / (p^2))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the alternate version of the negative binomial?

A

It count failures instead of trails.

p(y) = c(y+r-1,y) * p^r * (1-p)^y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the mean and variance for the failure-count version?

A

E(Y) = r(1/p - 1)
Var(Y) = r((1-p) / p^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly