Year 1 Chapter 6: Statistical Distributions Flashcards
What is a probability distribution?
The probability of any outcome in a sample space.
What do the sum of probabilities of all outcomes of an event add up to?
1.
When can you model X with a binomial distribution?
If there are a fixed number of trials “n”.
If there are two possible outcomes (success or failure).
If there is a fixed probability of success “p”
If the trials are independent of each other.
What is the probability mass function given by if a random variable X has a binomial distribution?
P(X = r) = (nCr)(p^r)(1 - p)^(n - r)
How would you calculate the probability that X is greater than 5?
X > 5
= 1 - P(X ≤ 5)
How would you calculate the probability that X is no more than 3?
X ≤ P(X ≤ 3)
How would you calculate the probability that X is at least 7?
X ≥ 7
= 1 - P(X ≤ 6)
How would you calculate the probability that X is at most 8?
X ≤ 8
= P(X ≤ 8)
How would you calculate the probability that X is fewer than 10?
X < 10
= P(X ≤ 9)
What is an easy way to remember <, >, ≤, ≥ conversions?
When X > x, 1 - P(X ≤ x)
When X ≥ x, 1 - P(X ≤ x-1)
When X < x, P(X ≤ x-1)
How do you represent a probability mass function?
. . . . . . . . . { 1/8 . . . . x = 0, 3
P(X = x) = { 3/8 . . . . x = 1, 2
. . . . . . . . . { 0 . . . . . .otherwise