2.7.1 Geometric Flashcards

(10 cards)

1
Q

What is a geometric distribution?

A

A discrete probability distribution that models the number of independent Bernoulli trials needed to get the first success.

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

What are the key assumptions of a geometric distribution?

A
  1. Each trial has only two outcomes (success or failure).
  2. The probability of success stays the same for every trial.
  3. The trials are independent.
  4. The process continues until the first success occurs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do we denote that a random variable ( X ) follows a geometric distribution?

A

( X sim ext{Geometric}(p) ), where ( p ) is the probability of success on each trial.

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

What is the probability that the first success happens on the ( k )-th trial?

A

P(X = k) = (1 - p)^{k - 1} p
This means that the first ( k - 1 ) trials must all be failures, followed by a success.

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

How does the geometric distribution differ from the binomial distribution?

A
  • The binomial distribution models the number of successes in a fixed number of trials.
  • The geometric distribution models the number of trials until the first success.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the geometric survival function which indicates the probability that the first success happens after ( k ) trials?

A

P(X > k) = (1 - p)^k

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

What is the expected value of a geometric r.v.?

A

E[X] =1/p

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

What is the variance of a geometric distribution?

A

(1-p)/p^2

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

What does the memoryless property of the geometric distribution state?

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

How do the PMF, mean, and variance change in the failure defintion of a geometric r.v.?

A

since y = x - 1 or failures= successes - 1

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