2.5.1 Bernoulli Flashcards
What is the Bernoulli distribution?
A discrete probability distribution with only two possible outcomes: 0 (failure) and 1 (success).
What is the probability of success in a Bernoulli distribution?
It is denoted by ( p ), where ( P(X = 1) = p ).
What is the probability of failure in a Bernoulli distribution?
It is ( 1 - p ), where ( P(X = 0) = 1 - p ).
How do we denote a Bernoulli-distributed random variable mathematically?
( X sim ext{Bernoulli}(p) ), meaning ( X ) follows a Bernoulli distribution with probability ( p ).
What is the probability mass function (PMF) of a Bernoulli random variable?
- ( P(X = 1) = p )
- ( P(X = 0) = 1 - p )
What is the mean (expected value) of a Bernoulli random variable?
( E[X] = p ), which is the probability of success.
What is the variance of a Bernoulli random variable?
( ext{Var}(X) = p(1 - p) ).
What is the Bernoulli shortcut used for?
It helps quickly compute the variance of a random variable that takes only two possible values.
How do we compute the variance of a random variable that takes values ( a ) and ( b ) using the Bernoulli shortcut?
[
\text{Var}(X) = (b - a)^2 \cdot p(1 - p)
]