Chapter 16: Probability Models Flashcards

1
Q

Bernoulli Trials (Binomial)

A
  1. Only two possible outcomes (binary): success/failure
  2. Probability of success is the same on every trial and is denoted by p; probability of failure is denoted by q=1-p
  3. Each trials of a random process is independent; Bernoulli trials are based on a single trial
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Binomial Distribution Conditions

A

Binary - success/fail
Independent trials
Number of trials is fixed (n)
Same probability of success (p)

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

Binomial Random Variable

A

Random variable X = the number of successes in a binomial setting

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

Binomial Distribution

A

The probability distribution of a binomial random variable X

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

Binompdf By-Hand Formula

A

P(X=x) = nCxp^x(1-p)^(n-x)

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