Topic 1: Stats & Maths Background Flashcards

1
Q

What is a discrete random variable?

A

A random variable that can take on a finite, or a countable infinite set of values, with associated propabilities such that:

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

What are the rules for probability distributions?

A
  1. All probabilities lie between 0 and 1.
  2. The null set is assigned the probability 0. The full set is assigned 1.
  3. The probability assigned toi an event that is the union of two disjoint events is the sum of the probabilities assigned to those disjoint events.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a CDF?

A

Cumulative distribution function.

Often denoted F(x), the value at any point is the probabilities that P(X <= x) where X is the random variable.

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

What is a PDF?

A

A probability density function.

A function such that:

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

How are PDF’s related to CDF’s?

A

For the PDF, denoted by f(x). (see below).

This is conditional on the CDF being differentiable.

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

What would you expect the CDF and PDF graphs for a normal distribution to look like?

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

How can the following be calculated?

A

Where F(x) is the CDF of X.

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

What is the first moment of a random variable?

A

It’s expectation (the mean of the population).

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

How can the expectation of a continous random variable be calculated?

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

What are higher moments of a random variable?

A

Expectations of the random variable raised to a higher power.

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

What is the formula for calculating the nth moment of a continous random variable X?

A

Where f(x) is the pdf of X.

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

What is a centered, or central moment? How is it calculated for a CRV?

A

Rather then taking the value of a variable to some power, the difference between that value and the mean is taken to some power.

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

What is the significance of the second central moment?

A

It is the variance of the the random variable, denoted

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

Define the CDF of a bivariate distribution

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

How could the CDF of x1 and x2 be calculated if they are both statistically independent?

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

How can conditional probabilities be defined?

A

P

17
Q

What is the formula for conditional density?

A

Where x2 != 0

** denominator should be fX() **

18
Q

What is a conditional expectation?

A

E(X1 | x2)

The expected value of X1, given X2 = x2

Or E(X1 | X2),

Which is a function showing the expected value of X1 given some value of X2

19
Q

What are some of the properties of conditional expectations, E(X1 | X2), where X2 is a random variable, not a particular value.

A
  1. Law of Iterated Expectations:

E(E(X1 | X2 ) ) = E(X)

2.

E(X2 | X2) = X2,

E(X22 | X2) = X2

3.

E(X1 h(X2) | X2) = h(X2) E(X1 | X2) for a deterministic function h

4.

From (3), when E(X1 | X2) = 0,

E(X1h(X2)) = 0

20
Q

Why is it that E(X1h(X2)) = 0 when E(X1 | X2) = 0

A
21
Q

Show the result of the following expression:

A
22
Q

Show the result of the following Expression:

A
23
Q

Show by example how matrix multiplication is conducted.

A

Look at the rows and columns of the first and second matricies respectively, with each element of C, Cij being the matrix multiplication of row i and column j.