AP Statistics Notes Chapter 6 - Discrete, Binomial, and Geometric Random Variables

studied byStudied by 12 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 21

22 Terms

1
probability of success
The ________- call it p- remains the same for each observation.
New cards
2
probability distribution of X
The ________ lists the values and their probabilities.
New cards
3
variable of interest
The ________ is the number of trials required to obtain the first success.
New cards
4
pk The probabilities pi must satisfy two requirements
1
New cards
5
6.3
The Binomial Distributions A binomial probability distribution occurs when the following requirements are met
New cards
6
Each observation falls into one of just two categories
call them "success" or "failure."
New cards
7
The procedure has a fixed number of trials
we call this value n. 3
New cards
8
The observations must be independent
result of one does not affect another
New cards
9
The probability of success
call it p -remains the same for each observation
New cards
10
Notation for binomial probability distribution n denotes the number of fixed trials k denotes the number of successes in the n trials p denotes the probability of success 1
p denotes the probability of failure
New cards
11
1
binomcdf(n, p, k)
New cards
12
P(X  3) = 1
binomcdf(4, .8, 3)
New cards
13
1
binomcdf(n, p, k -1)
New cards
14
For n = 4, p = .8,   (4)(.8)  3.2 , which means we expect 3.2 makes out of 4 shots, on average 6.3
The Geometric Distributions A geometric probability distribution occurs when the following requirements are met
New cards
15
Each observation falls into one of just two categories
call them "success" or "failure."
New cards
16
The observations must be independent
result of one does not affect another
New cards
17
The probability of success
call it p -remains the same for each observation
New cards
18
As such, the geometric is also called a "waiting-time" distribution Notation for geometric probability distribution n denotes the number of trials required to obtain the first success p denotes the probability of success 1
p denotes the probability of failure
New cards
19
1
geometcdf(p, n)
New cards
20
P(X  3) = 1
geometcdf(.8, 3)
New cards
21
1
geometcdf(p, n-1)
New cards
22
P(X  3)= 1
geometcdf( .8, 2) Mean (expected value) of a Geometric Random Variable
New cards
robot