Probability Flashcards
(175 cards)
What is a sample space and how do you write it?
The set of all possible outcomes, eg.
throwing two dice: Ω = {(i, j) : 1 ≤ i, j ≤ 6}
tossing a coin: Ω = {H, T}
What is a subset of Ω (sample space) called?
An event
When are two events disjoint?
A ∩ B = ∅
When they cannot both occur
What is Stirling’s formula for the approximation of n!?
n! ∼()√2πn^(n+ 1/2)e^(−n)
What is the formula for the number of the arrangements of n objects, with repeats?
Eg,
a₁, …, a₁, a₂,…, a₂,…aₖ, …, aₖ
where a₁ is repeated m₁ times etc.
n!/(m₁!m₂!…m!)
What is the multinomial coefficient?
The coefficient of a₁ᵐ¹….aₖᵐᵏ
in (a₁ + … + aₖ)^n where m1 + … + mk = n
nC(m₁m₂…mₖ)
- How many distinct non-negative integer-valued solutions of the equation
x₁ + x₂ + · · · + xₘ = n
are there?
(n+m-1)Cn
What is Vandermonde’s identity?
For k, m, n ≥ 0
(m+n)Ck = ᵏΣⱼ₌₀(mCj)(nC(k-j))
mCj = 0 for j>m
Prove Vandermonde’s identity
Suppose we choose a committee consisting of k people from a group of m men and n women.
There are (m+n)Ck
ways of doing this which is the left-hand side.
Now the number of men in the committee is some j ∈ {0, 1, . . . , k} and then it contains k − j women.
The number of ways of choosing the j men is mCj
and for each such choice there are nC(k-j)
choices for
the women who make up the rest of the committee. So there are mCj * nC(k-j)
committees with exactly j
men and summing over j we get that the total number of committees is given by the right-hand side
A probability space is a triple (Ω, F, P)
(Fancy F and P).
What do these symbols mean?
- Ω is the sample space
- F is a collection of subsets of Ω, called events, satisfying axioms F1–F3
- P is a probability measure, which is a function P : F → [0, 1] satisfying axioms P1–P3
What is the probability of the union of two disjoint events?
eg, P(A ∪ B)
P(A ∪ B) = P (A) + P (B)
What are the axioms on F (a collection of subsets of Ω)?
F1: ∅ ∈ F.
F2: If A ∈ F, then also Aᶜ ∈ F.
F3: If {Ai, i ∈ I} is a finite or countably infinite collection of members of F, then ∪ᵢ∈ᵢ Aᵢ ∈ F
What are the axioms of P, where P is a function from F to R?
P1: For all A ∈ F, P(A) ≥ 0. P2: P(Ω) = 1 P3: If {Ai, i ∈ I} is a finite or countably infinite collection of members of F, and Ai ∩ Aj = ∅ for i ≠ j, then P(∪ᵢ∈ᵢ Aᵢ) = Σi∈I P(Ai)
When Ω is finite or countably infinite, what do we usually take F to be?
We normally
take F to be the set of all subsets of Ω (the power set of Ω)
Suppose that (Ω, F, P) is a probability space and that A, B ∈ F If A ⊆ B then P (A) ≤
A ⊆ B then P (A) ≤ P (B)
Prove that P (A’) = 1 − P (A) using the probability axioms
Since A ∪ A’ = Ω and A ∩ A’ = ∅, by P3, P (Ω) = P (A) + P (A’). By P2, P (Ω) = 1 and so P(A) + P (A’) = 1, which entails the required result
Prove A ⊆ B then P (A) ≤ P (B) using the probability axioms
Since A ⊆ B, we have B = A ∪ (B ∩ A’). Since B ∩ Ac ⊆ A’, it must be disjoint from A. So by P3, P(B) = P(A) + P(B ∩ A’). Since by P1, P(B ∩ A’) ≥ 0, we thus have P (B) ≥ P(A)`
Conditional Probability
What is the probability of A given B?
P(A|B) = P(A ∩ B)/P(B)
Let (Ω, F, P) be a probability space and let B ∈ F satisfy P(B) > 0. Define a new function Q : F → R by Q(A) = P(A|B)
Is (Ω, F, Q) a probability space?
Prove your result
Yes
Proof pg 12
When are events A and B independent?
Events A and B are independent if P(A ∩ B) = P(A)P(B)
More generally, a family of events A = {Aᵢ : i ∈ I} is independent if…
P(∩ᵢ∈ⱼ Aᵢ) = Πᵢ∈ⱼ P(Aᵢ)
for all finite subsets J of I
When is a family of events pairwise independent?
A family A of events is pairwise independent if P(Aᵢ ∩ Aⱼ ) = P(Aᵢ)P(Aⱼ ) whenever i ≠ j.
Does Pairwise Independence imply independence?
NO!!!!
Given A and B are independent, are A and B’, and A’ and B’ independent?
Both A and B' and A' and B' are independent