2.7.1 Geometric Flashcards
(10 cards)
What is a geometric distribution?
A discrete probability distribution that models the number of independent Bernoulli trials needed to get the first success.
What are the key assumptions of a geometric distribution?
- Each trial has only two outcomes (success or failure).
- The probability of success stays the same for every trial.
- The trials are independent.
- The process continues until the first success occurs.
How do we denote that a random variable ( X ) follows a geometric distribution?
( X sim ext{Geometric}(p) ), where ( p ) is the probability of success on each trial.
What is the probability that the first success happens on the ( k )-th trial?
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 does the geometric distribution differ from the binomial distribution?
- 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.
What is the geometric survival function which indicates the probability that the first success happens after ( k ) trials?
P(X > k) = (1 - p)^k
What is the expected value of a geometric r.v.?
E[X] =1/p
What is the variance of a geometric distribution?
(1-p)/p^2
What does the memoryless property of the geometric distribution state?
How do the PMF, mean, and variance change in the failure defintion of a geometric r.v.?
since y = x - 1 or failures= successes - 1