Midterm Flashcards

1
Q

What is a probability model?

A

sample space Ω
collection of event F
probability measure P

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can you say if A1, A2, … , An are pairwise disjoint?

A

P(A1 U A2 U … U A3) = P(A1) + P(A2) + … + P(An)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you find P(A)

A

P(A) = #A / #Ω

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is F?

A

all possible subsets of Ω

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is P({w})

A

1 / #Ω

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the binomial coefficient?

A

number of possibilities to choose k objects from n if the order is irrelevant
(n k) = n! / k!(n-k)!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a discrete sample space?

A

Sample space with a finite or countably infinite number of outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a continuous sample space?

A

A sample space with uncountably many outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the properties of complements?

A

A U Ac = Ω
P(A) + P(Ac) = 1
P(A) = 1 - P(Ac)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does monoticity says?

A

A included in B –> P(A) <= P(B)
P(B) = P(A) + P(B∩Ac)

else
P(B) = P(A∩B) + P(Ac∩B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the inclusion exclusion formula?

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a random variable?

A

A random variable is a function from Ω–>R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a probability mass function?

A

The probability distribution for discrete random variables

P(k) = P(X=k)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When can X be called degenerate?

A

if there exists b with P(X∈b)=1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is conditional probability? What if Ω is finite and every outcome has the same probability?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the multiplication rule?

A

2 events:
P(A∩B) = P(A)P(B | A)
3 events:
P(A∩B∩C)= P(A)
P(B | A)*P(C | A∩B)

17
Q

What is the law of total probability?

A
{B1,...,Bn} partition of Ω,
if Bi pairwise disjoint 
and U(from i=1 to n) of Bi = Ω
then
P(A) = Σ (from i=1 to n) of P(A∩Bi) =  Σ (from i=1 to n) of P(Bi)*P(A | Bi)
18
Q

What is Bayes’ Formula

A
If P(A), P(B), P(Bc) >0, then
P(B | A) = P(A∩B) / P(A) = P(B)*P(A | B) / P(A∩B)+P(A∩Bc)
and P(A∩B) = P(B)*P(A | B)
and P(A∩Bc) = P(Bc)*P(A | Bc)
19
Q

When are two events independent? What does it imply?

A

When P(A∩B) = P(A)*P(B)
also,
Ac and B, A and Bc, Ac and Bc are independent

20
Q

When are three sets A, B and C independent?

A
If
P(A∩B) = P(A) * P(B)
P(A∩C) = P(A) * P(C)
P(B∩C) = P(B) * P(C)
P(A∩B∩C) = P(A) * P(B) * P(C)
21
Q

What is P(A | B) equal to if A and B are independent?

A

P(A | B) = P(A) * P(B) / P(B) = P(A)

P(B | A) = P(B)

22
Q

When are A1, A2, … , An conditionally independent given B?

A

if for any k∈{2,…,n} and 1<=i1<=i2<=…<=ik<=n

P(Ai1∩Ai2∩…∩Aik | B) = P(Ai1 | B) * P(Ai2 | B) * … * P(Aik | B)

23
Q

If A1,…,An independent, what can you say about B1,…,Bk, which are constructed from Ais st two different Bjs do not use the same Ais?

A

B1,…,Bk are also independent

24
Q

What is a probability density function?

A

The probability distribution of a continuous random variable

P(X<=b) = ∫(-oo to b) f(x) dx

25
Q

How do you find the density function from the cumulative distribution function?

A

If F is continuous and F’ exists then

f(x) = F’(x)

26
Q

How do you find P(a

A

P(a

27
Q

What is the Expectation?

A

discrete: E(g(x)) = Σ(k) g(k)P(X=k)
continuous: E(g(x)) = ∫(-oo to oo) g(x)f(x) dx

28
Q

What is the nth moment of the random variable x?

A

expectation E(x^n)

29
Q

What is the median of a random variable x?

A

any real value m st P(X>=m) >= 1/2 and P(X<=m) >= 1/2

30
Q

what is the pth quantile of a random variable x?

A

any real value x st P(X>=x) >= 1-p and P(X<=x) >= p

31
Q

What are the variance and the standard deviation of a random variable x?

A
Var(X) = E(X^2) - (E(X))^2
stdev = sqrt(Var(X))

if Var(X) = 0 then P(X=a) = 1