Probability Flashcards
Define a sample space
For an experiment, the sample space is the set of all outcomes
Define an event
A subset of the sample space
Define equally likely for a finite sample space
P(A) = |A|/|Ω| for all A
Define a permutation
The number of ways to order disinguishable objects. For n objects, there are n! different ways.
Define the binomial coefficient
The number of orderings of m of one object and n - m of another is the binomial coefficient, which is equal to n!/[(m!)(n-m)!]
Define a probability space
A triple (Ω, F, P) where Ω is the sample space, F is a collection of events (subsets of Ω) and P is a function from F to the real numbers
Give the axioms of F
F1: Ω ∈ F
F2: If A ∈ F, then A complement ∈ F
F3 if Ai ∈ F for all i ≥ 1, then the union of Ai for i to infinity ∈ F
Give the axioms of P
P1: P(A) ≥ 0 for A in F
P2: P(Ω) = 1
P3: If Ai ∈ F for i ≥ 1and all Ai and Aj are disjoint for all i ≠ j, then the probability of the union of the individual events = the sum of the probabilities of the individual events.
Define conditional probability
The conditional probability of A given B is: P(A|B) = P(A∩B)/P(B)
Define a partition
{B_1, B_2, …} partitions Ω if Ω = U(B_i) and (B_i)n(B_j) = {} whenever i ≠ j.
Give the law of total probability
For a partition of Ω: B1, B2, … with PBi) > 0 for each i > 0, P(A) = P(A|Bi)xP(Bi), summed from i to n.
Give Bayes’ Theorem
For a partition of Ω: B1, B2, … with PBi) > 0 for each i > 0, then:
P(Bk|A) = P(A|Bk)xP(Bk)/P(A)
Define independence of two events
A and B are independent if P(A∩B) = P(A)P(B)
Define independence of a family of events
A family {Ai,i∈I} of events is independent if P[n(i∈J)Ai] = Product of Ai for all i∈J for all finite subsets J of I
Define a discrete random variable
A discrete random variable X on a probability space is a function X:Ω->R where:
Im(X) {X(ω),ω∈Ω}a is a countable set
For each X in R, {ω∈Ω:X(ω)=x} is in F
Define the probability mass function
The function R->[0,1]
Define the Bernoulli distribution
X~Ber(p) if P(X=1) = p and P(X=0) = 1 - p
Define the Binomial distribution
X~Bin(n,p) if P(X=k) = nCk.p^k.(1-p)^(n-k) for all k from 0 to n.
Define the Geometric distribution
X~Geom(p) if P(X=k) = p(1-p)^(k-1) for k>1.
Define the Uniform distribution
On a finite set {x1,x2,x3,…,xn} P(X=xi)= 1/n for i = 1, 2, 3, …, n