Midterm Flashcards
What is a probability model?
sample space Ω
collection of event F
probability measure P
What can you say if A1, A2, … , An are pairwise disjoint?
P(A1 U A2 U … U A3) = P(A1) + P(A2) + … + P(An)
How can you find P(A)
P(A) = #A / #Ω
What is F?
all possible subsets of Ω
what is P({w})
1 / #Ω
What is the binomial coefficient?
number of possibilities to choose k objects from n if the order is irrelevant
(n k) = n! / k!(n-k)!
What is a discrete sample space?
Sample space with a finite or countably infinite number of outcomes
What is a continuous sample space?
A sample space with uncountably many outcomes
What are the properties of complements?
A U Ac = Ω
P(A) + P(Ac) = 1
P(A) = 1 - P(Ac)
What does monoticity says?
A included in B –> P(A) <= P(B)
P(B) = P(A) + P(B∩Ac)
else
P(B) = P(A∩B) + P(Ac∩B)
What is the inclusion exclusion formula?
P(AUB) = P(A) + P(B) - P(A∩B)
for 3 events:
P(AUBUC) = P(A) + P(B) +P(C) - P(A∩B) - P(A∩C) - P(B∩C) + P(A∩B∩C)
What is a random variable?
A random variable is a function from Ω–>R
What is a probability mass function?
The probability distribution for discrete random variables
P(k) = P(X=k)
When can X be called degenerate?
if there exists b with P(X∈b)=1
What is conditional probability? What if Ω is finite and every outcome has the same probability?
P(A | B) = P(A∩B) / P(B)
P(A1 U A2 | B) = P(A1 | B) + P(A2 | B) - P(A1∩A2 | B)
then
P(A | B)= P(A∩B) / P(B) = #A∩B / #B