Probability Flashcards
Define the population, a sample an event and a singleton.
population: set of all entities under study
sample: an element of the sample space: the set of all outcomes
event: subset of the sample space
singleton: an individual element of the sample space
Define the probability measure and give the three axioms
P : \Omega \to [0, 1]
P(Omega) = 1
P(A U B) = P(A) + P(B) if A n B = 0
For a finite sample space Ω, suppose that each singleton is equally likely. What is the probability of an event A?
A / # Omega
Compare the probability of a union of two events A and B to the individual probabilities for those events individually. What about intersections?
P(A U B) >= P(A) or P(B)
P(A n B) <= P(A) or P(B)
Give the formula for the probability of event A conditional on event B.
P(A|B) = P(A n B)/P(B)
State Bayes’ theorem. What is this useful for?
P(A|B) = P(B|A)P(A)/P(B)
This is useful for reversing conditionals
Define independence.
P(A|B) = P(A) i.e. P(A n B) = P(A)P(B)
What is a random variable?
A map X : \Omega -> IR subject to randomness
Give an example of a random variable and a variable that is not random.
Result of a dice throw.
The number of players on a football pitch
What is the probability a random variable X is in some subset S of the real numbers?
P(X \in S) = P({\omega \in Omega : X(\omega) \in S}
Give an example of a finite and an infinite discrete random variable.
Result of a dice throw.
random choice of integer
Define the CDF
F_X(z) = P(X <= z)
Define the PMF. What type of random variable is this used for?
f_X(z) = P(X = z)
This is for discrete random variables
Define the PDF. What type of random variable is this used for?
P(a <= z <= b) = \int_a^b dz f_X (z)
Give some examples of normally distributed random variables.
heights of females
test scores