Discrete distributions Flashcards

1
Q

Binomial distribution requirements

A

1) n identical trials
2) two possible outcomes, success or fail
3) probability of success is constant
4) n trials are independent

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

Binomial:
X~Bin( ? )

A

X~Bin(n,p)

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

E(X) Binomial?

A

np

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

Var(X) Binomial?

A

np(1-p)

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

Distribution?
A company manufactures fuses, and it is known that 6% of these is defective. A random sample of 10 fuses is
selected for inspection. What is the probability that exactly 8 fuses are manufactured without any defects?

A

Binomial

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

Geometric:
X~Geo( ? )

A

X~Geo(p)

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

E(X) Geometric?

A

1/p

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

Var(X) Geometric?

A

(1-p)/p^2

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

Distribution?
A fair die is rolled repeatedly until a number larger than 4 is observed, i.e., until either a 5 or a 6 is observed.
Calculate the probability that the die must be rolled 5 times before a 5 or a 6 is first observed.

A

Geometric

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

Negative Bin
X~Neg( ? )

A

X~Neg(r,p)

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

E(X) Neg Bin?

A

r/p

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

Var(X) Neg Bin?

A

(r(1-p))/p^2

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

Distribution?
A fair die is rolled repeatedly and the number of 6’s observed. Calculate the probability that the third 6 occurs on
the seventh roll

A

Negative Binomial

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

HyperGeometric
X~Hyp( ? )

A

X~Hyp(n,r,m)

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

E(X) HyperGeo?

A

(mr)/n

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

Var(X) HyperGeo?

A

(mr(n-r)(n-m))/(n^2(n-1))

17
Q

Distribution?
An urn is filled with 10 balls, where 3 are red and 7 are green. In a random sample of 4 balls, what is the probability
that exactly 3 green balls are selected? Let X = number of green balls in the sample of 4

A

HyperGeo

18
Q

Poisson
X~Poi( ? )

A

X~Poi(Lambda)

19
Q

E(X) poission?

A

Lambda

20
Q

Var(X) poisson?

A

Lambda

21
Q

Distribution?
A company manufactures rolls of wire. The production process has an average of 3.1 flaws per 1000m length of
wire, according to a Poisson process. Calculate the probability that there are 4 or 5 flaws in a 1000m length of
wire. Let X = number of flaws in a 1000m length of wire.

A

Poisson