Chapter 6 Flashcards
What is a probability distribution?
Fully describes the probability of any outcome in the same space.
What is a random variable?
A variable whose value depends on the outcome of a random event.
What does it mean if a variable is discrete?
It can only take certain numerical values.
What does it mean if a variable is random?
The outcome is not known until the experiment is carried out.
What is a discrete uniform distribution?
When all the probabilities of different outcomes in an experiment are the same (rolling a fair dice).
What does the sum of all the probabilities of all outcomes of an event add up to?
1
What is a probability mass function?
f(x) = P(X=x) = (some probability)
x = (certain values)
(When there are different probabilities for x it uses wiggly brackets. It’s just a way of presenting the probability data).
What would the probability mass function of a fair 6-sided dice look like?
P(X=x) = 1/6
x = 1,2,3,4,5,6
What is a cumulative probability?
The sum of the probabilities of all outcomes up to a particular value.
P(X ≤ x)
what is P(X ≥ x) in the form P(X ≤ x)?
P(X ≥ x) = 1 - P(X < x) = 1 - P(X ≤ x-1)
What is P(X < x) in the form P(X ≤ x)?
P(X < x) = P(X ≤ x-1)
wat is P(X > x) in the form P(X ≤ x)?
P(X > x) = 1- P(X ≤ x)
how would you work out P( x ≤ X ≤ y)
= P(X ≤ y) - P(X ≤ x-1)
What is the formula for the binomial distribution? in terms of X ~ B(n, p)
P(X = r) = (ⁿCᵣ)pʳ (1- p)ⁿ⁻ʳ
n = number of trials
r = successful outcomes
p = probability of success