Chapter 16: Probability Models Flashcards
1
Q
Bernoulli Trials (Binomial)
A
- Only two possible outcomes (binary): success/failure
- Probability of success is the same on every trial and is denoted by p; probability of failure is denoted by q=1-p
- Each trials of a random process is independent; Bernoulli trials are based on a single trial
2
Q
Binomial Distribution Conditions
A
Binary - success/fail
Independent trials
Number of trials is fixed (n)
Same probability of success (p)
3
Q
Binomial Random Variable
A
Random variable X = the number of successes in a binomial setting
4
Q
Binomial Distribution
A
The probability distribution of a binomial random variable X
5
Q
Binompdf By-Hand Formula
A
P(X=x) = nCxp^x(1-p)^(n-x)