Lecture 1 (intro) Flashcards
Multiple linear regression model
y = β₀ + β₁x₁ + β₂x₂ + ε
Uses multiple independent variables to predict the value of a variable
ARMA (Autoregressive Moving Average) model
Xt = φ₁Xt-1 + Zt + θ₁Zt-1
Uses time series data to predict future trends
ADL (Autoregressive Distributed Lag) Model
Yt = β₀ + β₁Yt-1 + δ₁Xt + εt
Captures relationship between a dependent variable Y and multiple independent variables (X) across different time lags
e.g. combination of ARMA and linear
GARCH (Generalized Autoregressive Conditional Heteroscedasticity)
σ²t = ω + α₁ε²t-1 + β₁σ²t-1
Capture the variance of time series data
Quantile regression models
Estimate quantile regressions e.g. 10th percentile
Cross section data
Sample of data taken from an individual at a given point in time
Time series data
observations on variables over time
Panel data
Time series for each cross-sectional member
Covariance