Probability Flashcards

1
Q

Define the population, a sample an event and a singleton.

A

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

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

Define the probability measure and give the three axioms

A

P : \Omega \to [0, 1]
P(Omega) = 1
P(A U B) = P(A) + P(B) if A n B = 0

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

For a finite sample space Ω, suppose that each singleton is equally likely. What is the probability of an event A?

A

A / # Omega

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

Compare the probability of a union of two events A and B to the individual probabilities for those events individually. What about intersections?

A

P(A U B) >= P(A) or P(B)

P(A n B) <= P(A) or P(B)

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

Give the formula for the probability of event A conditional on event B.

A

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

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

State Bayes’ theorem. What is this useful for?

A

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

This is useful for reversing conditionals

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

Define independence.

A

P(A|B) = P(A) i.e. P(A n B) = P(A)P(B)

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

What is a random variable?

A

A map X : \Omega -> IR subject to randomness

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

Give an example of a random variable and a variable that is not random.

A

Result of a dice throw.

The number of players on a football pitch

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

What is the probability a random variable X is in some subset S of the real numbers?

A

P(X \in S) = P({\omega \in Omega : X(\omega) \in S}

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

Give an example of a finite and an infinite discrete random variable.

A

Result of a dice throw.

random choice of integer

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

Define the CDF

A

F_X(z) = P(X <= z)

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

Define the PMF. What type of random variable is this used for?

A

f_X(z) = P(X = z)

This is for discrete random variables

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

Define the PDF. What type of random variable is this used for?

A

P(a <= z <= b) = \int_a^b dz f_X (z)

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

Give some examples of normally distributed random variables.

A

heights of females

test scores

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

Give some examples of Poisson distributed random variables.

A

goals in football matches

number of bones a person has broken

17
Q

Define the joint PMF/PDF for two random variables X and Y.

A

P(X \in [a,b], y \in [c,d]) = \int_a^b \int_c^d dz1 dz2 f_(X, Y) (z1, z2)

18
Q

How does this simplify if X and Y are independent?

A

f_(X,Y)(z1,z2) = f_X(z1)f_Y(z2)

19
Q

What is the PMF/PDF for a random variable X conditional on another random variable Y?

A

P(X \in [a,b] | Y \in [c,d]) = \int a^b dz f_(X|Y \in [c,d])

20
Q

Define the expectation of a discrete and a continuous random variable.

A
E[X] = \sum_x x f_X(x)
E[X} = \int_-infty^infty x f_X (x)
21
Q

What is the expectation of a function of a random variable?

A

E[g(X)] = \int_(-\infty)^in\fty g(x) f_X(x)

22
Q

What is the variance of a random variable and what does it measure?

A

var(X) = E[(X-E[X])^2]

measures expected squared deviation from the expectation

23
Q

What is the covariance between two random variables X and Y? What does it measure?

A

cov(X,Y) = E[(X-E[X])(Y-E[Y])]

measures the extent to which the two variables are linearly related

24
Q

Why can the covariance sometimes be hard to interpret.

A

It is dependent on the scale of X and Y

25
Q

Define the correlation between two random variables X and Y.

A

corr(X,Y) = cov(X,Y) / \sqrt(var(X)var(Y))

26
Q

Define the conditional expectation for a random variable X conditional on Y in the case that they are discrete and continuous.

A

E[X|Y] = \int_(-\infty)^(\infty) dx x f_(X|Y) (x)

27
Q

State the law of large numbers and the central limit theorem

A

Given a large enough sample size, the sample mean tends toward the population expectation.
CLT states that, in the limit N\to\infty, the sample mean is normally distributed, centred at the expectation and with vanishing variance