2- Statistics & OLS with matrices Flashcards

1
Q

How would you define a random variable?

A

A numerical summary of random outcomes

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

What is a cumulative probability distribution function?

A

Gives the probability that a discrete random variable is less than or equal to a certain outcome

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

What is a probability density function?

A

Probability distribution of a random variable

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

What are the 3 conditions a probability density function must satisfy?

A

-Nonnegative
-Integrate to 1 (sum of probs is 100%)
-Integral between 2 values equals probability of x being between the 2 values

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

What are moments?

A

Moments describe certain characteristics of a random variable and its probability function e.g. mean, variance

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

What is mean?

A

Central tendency of a variable’s density function

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

What is variance?

A

Measure of spread of a probability distribution

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

How can mean be expressed mathematically?

A

E(X) or integral of xf(x) between both infinities

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

2 ways variance can be expressed in terms of expected value?

A

E(X²) - E(X)²
E(xx’) - E(x)E(x)’

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

What is the beta OLS estimator in matrix form?

A

(X’X)⁻¹X’y

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

What is the OLS estimator in vector form?

A

x’y/x’x

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

What is var(x + y)?

A

var(x) + var(y) + 2cov(x,y)

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

What is cov(x,y) in terms of expected values?

A

E(xy’) - E(x)E(y)’

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

How do you know an expression is Fixed i.e. no longer random?

A

Expected values are fixed

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

If x has mean μ E(x)=μ, what is the mean of x/v E(x/v)?

A

μ/v

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

What is a key property for the OLS estimator to be unbiased?

A

E(u) = 0