Probability Flashcards
The set of all possible outcomes is what?
The sample space Ω
Possible results of an experiment are called what?
Outcomes
What is an event?
A subset of the sample space
What does probability express?
How likely an event is
Three basic properties of probabilities
0 =< P(A) =< 1 for all events A
P(Ω) = 1
If events A and B have no outcomes in common, the probability of either is P(A) + P(B)
What is the complement of A in sample set theory?
Not A
What is the intersection of A and B in sample set theory?
Both A and B
What is the union of A and B in sample set theory?
Either A or B
What does it mean for two events to be mutually exclusive?
A intersect B = 0
What does P(A’) equal?
P(A’) = 1 - P(A)
What does P(A union B) equal?
P(A union B) = P(A) + P(B) - P(A intersect B)
How would the conditional probability of A given that B be denoted?
P(A|B)
What does P(A|B) equal?
P(A intersect B)/P(B)
Multiplication rule
P(A intersect B) = P(A|B)P(B) = P(B|A)P(A)
When are two events A and B independent?
P(A intersect B) = P(A)P(B)
Bayes’ theorem
P(A|B) = P(B|A)P(A)/P(B)
What is the difference between permutations and combinations?
Permutations are order-specific
Combinations are groups where the ordering doesn’t matter
What does nPr equal?
nPr = n!/(n-r)!
What does nCr equal?
n!/((n-r)!r!)
What is the mean of a discrete random variable?
⟨X⟩ = Sum of (x(j) P(X=x(j))) between N and j=1
What is the variance of a discrete random variable?
var(X) = ⟨(X - ⟨X⟩)^2⟩ = Sum of ((x(j) - ⟨X⟩)^2 P(X=x(j)))
For the binomial distribution B(n, p), what is P(X=r) equal to?
P(X=r) = nCr p^r (1-p)^(n-r)
What is the mean of B(n, p) equal to?
mean of B(n, p) = np
What is the variance of B(n, p) equal to?
var(B(n, p)) = np(1-p)