cheatsheet
cheatsheet
cheatsheet
E(y|x) = β0 + β1 x1 + ... + βk xk
(a) The OLS parameters βb0 , βb1 are chosen to minimise the sum of squared residuals:
N
X N
X N
X
min SSR = min b2i = min
u (yi − ybi )2 = min (yi − βb0 − βb1 xi )2
β
b0 ,β
b1 β
b0 ,β
b1
i=1 β
b0 ,β
b1
i=1 β
b0 ,β
b1
i=1
(b) The formula for the OLS estimators in the univariate case is given by:
PN
i=1 (yi − y)(xi − x) sample covariance(x, y)
βb1 = PN = , βb0 = y − βb1 x
i=1 (xi − x)
2 sample variance(x)
(f) Distribution of the OLS estimator. Under MLR.1 through MLR.6, conditional on the sample values of the indepen-
dent variables, the OLS is normally distributed: βbj ∼ N ormal(βj , V ar(βbj )). Therefore, (βbj −βj )/sd(βbj ) ∼ N ormal(0, 1).
5. Statistical Inference
(a) t-statistic. t(βbj ) = (βbj − βj )/se(βbj )
(b) Under MLR.1 through MLR.6, the t-statistic follows a t-distribution with (n-k-1) degrees of freedom t(βbj ) = (βbj −
βj )/se(βbj ) ∼ tn−k−1 where n is the number of observations and k is the number of regressors.
(c) The p-value is the probability of observing a value more extreme than the observed test statistics under the null-
hypothesis.
(SSRR −SSRU R ) n−k−1
(d) F-test. F = SSRU R × q where q is the number of parameters set to zero under the null (i.e. number of
restrictions).
(e) Confidence intervals. Under MLR.1-MLR.6, the 95% confidence interval for β is β̂ ± c97.5% · se(β̂), where c97.5% is the
97.5th percentile in a tn−k−1 distribution
6. Regression Diagnostics
7. Event studies
(a) Abnormal return. AR = R - E[R]
1
PN
(b) Average abnormal return. ARτ = N i=1 ARi,τ
Pτ2
(c) Cumulative average abnormal return. CAR(τ1 , τ2 ) = τ =τ1 ARτ