Chapter 16: Probability Models Flashcards

(13 cards)

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
6
Q

Mean Of A Binomial Random Variable

A

μ=np

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

Standard Deviation Of A Binomial Random Variable

A

σ=squareroot(np[1-p])

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

Normal Model Approximation Of Binomial Model

A

A normal model N(μ,σ) would be appropriate to approximate a binomial model B(μ,σ) if and only if np≥10 and nq≥10 (np = # of successes, nq = # of failures)

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

Geometric Distribution Conditions

A

Binary - success/failure
Independent trials of the same random process
First success
Same probability of success (p)

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

Mean Of A Geometric Random Variable

A

μ=1/p

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

Standard Deviation Of A Geometric Random Variable

A

σ=(squareroot[1-p])/p

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

Binomial Mean Interpretation

A

“After many, many trials the average # of [success context] out of [n] is [μX].”

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

Binomial Standard Deviation Interpretation

A

“The number of [success context] out of [n] typically varies by [σX] from the mean of [μX].”

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