2- Statistics & OLS with matrices Flashcards
How would you define a random variable?
A numerical summary of random outcomes
What is a cumulative probability distribution function?
Gives the probability that a discrete random variable is less than or equal to a certain outcome
What is a probability density function?
Probability distribution of a random variable
What are the 3 conditions a probability density function must satisfy?
-Nonnegative
-Integrate to 1 (sum of probs is 100%)
-Integral between 2 values equals probability of x being between the 2 values
What are moments?
Moments describe certain characteristics of a random variable and its probability function e.g. mean, variance
What is mean?
Central tendency of a variable’s density function
What is variance?
Measure of spread of a probability distribution
How can mean be expressed mathematically?
E(X) or integral of xf(x) between both infinities
2 ways variance can be expressed in terms of expected value?
E(X²) - E(X)²
E(xx’) - E(x)E(x)’
What is the beta OLS estimator in matrix form?
(X’X)⁻¹X’y
What is the OLS estimator in vector form?
x’y/x’x
What is var(x + y)?
var(x) + var(y) + 2cov(x,y)
What is cov(x,y) in terms of expected values?
E(xy’) - E(x)E(y)’
How do you know an expression is Fixed i.e. no longer random?
Expected values are fixed
If x has mean μ E(x)=μ, what is the mean of x/v E(x/v)?
μ/v