Empirical Methods in Finance Final Midterm Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/94

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering empirical methods in finance, econometrics concepts, regression interpretations, endogeneity, fixed effects, and qualitative choice models.

Last updated 7:08 PM on 9/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

95 Terms

1
New cards

Population, Sample, Parameter & Statistic

Population = full group; sample = observed subset. A parameter describes the population; a statistic is computed from the sample.

2
New cards

Cross-Sectional, Time-Series & Panel Data

Cross-section: many units at one time. Time series: variables over time. Panel: the same units observed repeatedly over time.

3
New cards

Random Variable & Distribution

A random variable has outcomes determined partly by chance. Its probability distribution describes possible values and their probabilities.

4
New cards

Expected Value, Variance & Standard Deviation

Expected value is the probability-weighted mean. Variance measures squared dispersion; standard deviation is its square root in the variable's units.

5
New cards

Covariance, Correlation & Independence

Covariance/correlation measure linear co-movement. Independence implies zero covariance, but zero covariance does not generally imply independence.

6
New cards

Conditional Probability & Conditional Mean

Conditional probability updates probabilities given information. E(y∣X)E(y|X) is the expected value of yy for given XX and is central to regression interpretation.

7
New cards

Normality in Regression

Normality of the error is not required for OLS unbiasedness. It supports exact small-sample t/Ft/F inference; large-sample inference can rely on asymptotics.

8
New cards

Regression Model, Error Term & Ceteris Paribus

A regression relates yiy_i to explanatory variables XiX_i. The error uiu_i contains unobserved determinants of yiy_i. A slope coefficient is interpreted ceteris paribus: holding the other included regressors fixed.

9
New cards

OLS

OLS chooses β^0\hat{\beta}_0 and β^1\hat{\beta}_1 to minimize the sum of squared residuals, ∑u^i2\sum \hat{u}_i^2, where u^i=yi−y^i\hat{u}_i = y_i - \hat{y}_i. Under the classical assumptions, OLS is BLUE.

10
New cards

Unbiasedness, Consistency, Efficiency & BLUE

Unbiased: E(β^)=βE(\hat{\beta})=\beta. Consistent: β^\hat{\beta} converges to β\beta as NN grows. Efficient: smallest variance in the relevant class. BLUE = Best Linear Unbiased Estimator.

11
New cards

CLRM Assumptions for BLUE

Lecture notation: [A1] linear in parameters; [A2] random sampling; [A3] sample variation/no perfect collinearity; [A4] E(ui∣Xi)=0E(u_i|X_i)=0; [A5] Var(ui∣Xi)=σ2Var(u_i|X_i)= \sigma^2. Under [A1]-[A5], OLS is BLUE.

12
New cards

Zero Conditional Mean

E(ui∣Xi)=0E(u_i|X_i)=0 means the regressors are unrelated to the expected unobserved determinants in uiu_i. It is the key assumption for unbiased OLS estimates.

13
New cards

Endogeneity

A regressor xx is endogenous when Cov(x,u)≠0Cov(x,u) \neq 0. OLS is then generally biased/inconsistent and β^1\hat{\beta}_1 cannot be given a causal interpretation.

14
New cards

No Perfect Collinearity

No regressor can be an exact linear combination of the others. Otherwise separate coefficients cannot be estimated.

15
New cards

Multicollinearity

Strong but imperfect correlation among regressors does not bias OLS; it raises standard errors and makes individual effects less precisely estimated.

16
New cards

Homoskedasticity vs. Heteroskedasticity

Homoskedasticity means constant error variance. Heteroskedasticity leaves OLS coefficients unchanged but makes conventional standard errors unreliable.

17
New cards

Heteroskedasticity-Robust Standard Errors

Robust SEs correct inference under heteroskedasticity. They change SEs, tt-statistics and CIs, but not the OLS coefficient estimates.

18
New cards

Breusch-Pagan Test

Tests whether error variance is systematically related to regressors. A small pp-value provides evidence of heteroskedasticity.

19
New cards

OLS Standard Error

The standard error measures uncertainty/precision of an estimated coefficient. Smaller SE means a more precisely estimated coefficient.

20
New cards

R-squared

Share of sample variation in yy explained by the regression. High R-squared means better in-sample fit, not causality or an unbiased model.

21
New cards

Adjusted R-squared

Penalizes adding regressors that do not improve fit enough. Unlike R-squared, it can fall when a variable is added.

22
New cards

Data Scaling

Rescaling yy rescales coefficients and SEs together; rescaling xx inversely rescales its coefficient and SE. Relevant tt-statistics remain unchanged.

23
New cards

Level-Level Interpretation

For yi=β0+β1xi+uiy_i = \beta_0 + \beta_1 x_i + u_i, a one-unit increase in xx is associated with a β1\beta_1-unit change in yy, ceteris paribus.

24
New cards

Log-Level Interpretation

For ln⁡(yi)=β0+β1xi+ui\ln(y_i) = \beta_0 + \beta_1 x_i + u_i, a one-unit increase in xx is associated with approximately 100β1%100\beta_1\% change in yy, ceteris paribus.

25
New cards

Level-Log Interpretation

For yi=β0+β1ln⁡(xi)+uiy_i = \beta_0 + \beta_1 \ln(x_i) + u_i, a 1%1\% increase in xx is associated with approximately β1/100\beta_1/100 units change in yy.

26
New cards

Log-Log Interpretation / Elasticity

For ln⁡(yi)=β0+β1ln⁡(xi)+ui\ln(y_i) = \beta_0 + \beta_1 \ln(x_i) + u_i, β1\beta_1 is an elasticity: a 1%1\% increase in xx is associated with a β1%\beta_1\% change in yy.

27
New cards

Percentage vs. Percentage-Point Change

10%10\% to 11%11\% is +1+1 percentage point but a +10%+10\% relative change. Keep these interpretations distinct.

28
New cards

Dummy Variable & Reference Category

A dummy coefficient compares D=1D=1 with the omitted/reference group D=0D=0, holding other regressors fixed.

29
New cards

Dummy Variable in a Log-y Model

With ln⁡(y)\ln(y) as the dependent variable, a dummy coefficient β1\beta_1 is approximately a 100β1%100\beta_1\% difference; the exact percentage difference is 100[exp⁡(β1)−1]%100[\exp(\beta_1)-1]\%.

30
New cards

Interaction Term

An interaction means one variable's effect depends on another. With x1x2x_1 x_2, the partial effect of x1x_1 depends on x2x_2.

31
New cards

Dummy x Continuous Interaction

With D×xD \times x, the interaction coefficient gives the difference in the slope of xx between D=1D=1 and D=0D=0; the dummy can also shift the intercept.

32
New cards

Quadratic Term

With y=β0+β1x+β2x2+uy = \beta_0 + \beta_1 x + \beta_2 x^2 + u, the marginal effect of xx is β1+2β2x\beta_1 + 2\beta_2 x. The effect therefore depends on the value of xx.

33
New cards

Turning Point in a Quadratic Model

The turning point of y=β0+β1x+β2x2+uy = \beta_0 + \beta_1 x + \beta_2 x^2 + u occurs where β1+2β2x=0\beta_1 + 2\beta_2 x = 0. It is where the fitted relationship changes direction.

34
New cards

Standardized Coefficient

Expresses an effect in standard-deviation units. In bivariate OLS, the standardized slope equals the correlation between xx and yy.

35
New cards

Statistical vs. Economic Significance

Statistical significance concerns evidence/precision. Economic significance concerns the sign and economically meaningful size of the effect.

36
New cards

t-Test & t-Statistic

For H0:β=β0H_0: \beta=\beta_0, the t-statistic is t=(β^−β0)/se(β^)t = (\hat{\beta}-\beta_0)/se(\hat{\beta}). It measures how many estimated standard errors β^\hat{\beta} lies from the null value.

37
New cards

One-Sided vs. Two-Sided Tests

Two-sided tests allow deviations in either direction; one-sided tests ask whether the parameter is specifically above or below the null.

38
New cards

p-Value

Assuming H0H_0 is true, the p-value measures how extreme the observed evidence is. Reject H0H_0 when pp is below the chosen significance level.

39
New cards

Fail to Reject H0

An insignificant result means insufficient evidence against H0H_0. It does not prove H0H_0 or prove the true effect is zero.

40
New cards

Confidence Interval

A confidence interval reports parameter values compatible with the data at a chosen confidence level; wider intervals mean less precision.

41
New cards

F-Test / Joint Significance

Tests multiple coefficient restrictions jointly. A small pp-value means the restrictions are jointly inconsistent with the data.

42
New cards

Restricted vs. Unrestricted Model

The restricted model imposes H0H_0; the unrestricted model does not. An F-test asks whether imposing the restrictions worsens fit sufficiently.

43
New cards

Omitted Variable Bias (OVB)

OVB occurs when an omitted determinant of yy is correlated with an included regressor, causing the included coefficient to absorb part of its effect.

44
New cards

Direction of OVB

Bias direction depends on the omitted variable's effect on yy and its relation with the included xx. Same signs imply upward bias; opposite signs downward.

45
New cards

Omitting Relevant vs. Including Irrelevant Variables

Omitting a relevant correlated variable can bias coefficients. Including an irrelevant variable does not create bias but can reduce precision.

46
New cards

Main Sources of Endogeneity

Main sources: omitted variables, simultaneity/reverse causality, and measurement error in an explanatory variable.

47
New cards

Simultaneity / Reverse Causality

xx affects yy while yy also affects xx. This creates correlation between xx and uu and makes OLS endogenous.

48
New cards

Measurement Error in x

Classical measurement error in an explanatory variable causes endogeneity and typically attenuates the OLS slope toward zero.

49
New cards

Measurement Error in y

Classical measurement error in yy does not bias OLS slopes if unrelated to XX, but it increases noise and reduces precision.

50
New cards

Ramsey RESET

A general functional-form check using nonlinear functions of fitted values. Rejection suggests the model's functional form may be misspecified.

51
New cards

Causal Inference

Causal inference asks what would happen to yy if xx were changed, not merely whether xx and yy are correlated.

52
New cards

Instrumental Variables (IV)

IV uses an instrument zz to identify the causal effect β1\beta_1 of an endogenous regressor xx in yi=β0+β1xi+uiy_i = \beta_0 + \beta_1 x_i + u_i.

53
New cards

IV Relevance

Instrument relevance: Cov(z,x)≠0Cov(z,x) \neq 0. The instrument must predict the endogenous regressor xx.

54
New cards

IV Exogeneity / Exclusion Logic

Instrument exogeneity: Cov(z,u)=0Cov(z,u) = 0. The instrument must be unrelated to the unobserved determinants in uu; this is difficult to verify directly because uu is unobserved.

55
New cards

First Stage & Weak Instruments

First stage: xi=π0+π1zi+vix_i = \pi_0 + \pi_1 z_i + v_i. Relevance requires π1≠0\pi_1 \neq 0; the lecture uses the rule of thumb F≥10F \ge 10. Weak instruments make IV estimates unreliable.

56
New cards

2SLS Interpretation

2SLS: first predict xx from zz (and exogenous controls), obtaining x^\hat{x}; then estimate yi=β0+β1x^i+uiy_i = \beta_0 + \beta_1 \hat{x}_i + u_i. Identification comes from instrument-generated variation.

57
New cards

Invalid Instrument

A relevant but endogenous instrument does not solve endogeneity. If zz is correlated with uu, IV is inconsistent.

58
New cards

IV vs. OLS Precision

Valid IV is often less precise than OLS because it uses only the variation in xx generated by the instrument.

59
New cards

IV with Multiple Endogenous Components

If several regressors or endogenous interactions are endogenous, each needs sufficient valid instrument-generated variation for identification.

60
New cards

Randomized Controlled Trial (RCT)

Random assignment makes treatment independent of potential outcomes on average, providing a benchmark design for causal inference.

61
New cards

Natural Experiment

An external institutional or economic event creates plausibly exogenous treatment variation without researcher-controlled randomization.

62
New cards

Difference-in-Differences (DiD)

DiD compares the treated group's before-after change with the control group's before-after change; the difference is the treatment effect.

63
New cards

Parallel Trends

Without treatment, treated and control groups must have followed the same average outcome trend. This is the key DiD identifying assumption.

64
New cards

Pre-Trends

Similar pre-treatment trends support parallel trends; diverging pre-trends cast doubt on the DiD design.

65
New cards

DiD Regression Interpretation

The Treated x Post coefficient is the DiD effect: the treated group's additional change after treatment relative to the control group.

66
New cards

DiD with Firm and Time Fixed Effects

Firm FE absorb permanent firm differences; time FE absorb common shocks. A treatment indicator varying by firm and time captures the DiD effect.

67
New cards

Regression Discontinuity Design (RDD)

RDD compares units near a treatment cutoff. A discontinuity in yy at the threshold identifies a local treatment effect.

68
New cards

RDD Identification Assumption

Absent treatment, potential outcomes must vary smoothly through the cutoff; units must not precisely manipulate treatment assignment around it.

69
New cards

Panel Data

Panel data follow the same units over time, allowing researchers to exploit within-unit variation and control for persistent unobserved heterogeneity.

70
New cards

First Differences (FD)

Panel notation: yit=ai+βxit+uity_{it} = a_i + \beta x_{it} + u_{it}, with units i=1,…,Ni=1,\dots,N and periods t=1,…,Tt=1,\dots,T. Panel data follow the same units over time.

71
New cards

Fixed Effects (FE)

FD subtracts t−1t-1 from tt: Δyit=βΔxit+Δuit\Delta y_{it} = \beta \Delta x_{it} + \Delta u_{it}. The time-invariant unit effect aia_i drops out.

72
New cards

Demeaning / Within Transformation

FE removes the time-invariant unit effect aia_i and allows aia_i to be correlated with xitx_{it}. β\beta is identified from within-unit variation over time.

73
New cards

Time Fixed Effects

Within transformation: subtract each unit's time average, e.g. yit−yˉiy_{it} - \bar{y}_i. The time-invariant effect aia_i disappears.

74
New cards

Two-Way Fixed Effects

Includes both unit and time FE, controlling for permanent unit differences and common time shocks.

75
New cards

Time-Invariant Regressors under Unit FE

A regressor constant within a unit over time is absorbed by unit FE and its separate coefficient cannot be estimated.

76
New cards

FE vs. FD

Both remove time-invariant unit effects. With T=2T=2 they coincide; with longer/unbalanced panels their efficiency and data use can differ.

77
New cards

Random Effects (RE)

RE writes the unit intercept as ai=α+via_i = \alpha + v_i, so yit=α+βxit+vi+uity_{it} = \alpha + \beta x_{it} + v_i + u_{it}. RE requires viv_i to be independent of the regressors xitx_{it}.

78
New cards

FE vs. RE

FE allows the unit effect aia_i to correlate with xitx_{it}; RE requires Cov(xit,vi)=0Cov(x_{it},v_i)=0. RE can be more efficient if this assumption holds.

79
New cards

Hausman Test

Hausman test: assesses whether the FE and RE estimates are statistically close. A significant difference casts doubt on the RE independence assumption.

80
New cards

Clustered Standard Errors

Clustered SEs allow errors to be correlated within clusters. Ignoring such dependence often makes SEs too small and significance look too strong.

81
New cards

Firm vs. Time Clustering

Firm clustering allows dependence over time within firms; time clustering allows dependence across firms within the same period.

82
New cards

Two-Way Clustering

Clustering by both firm and time allows within-firm serial correlation and same-period cross-sectional correlation.

83
New cards

Why Fixed Effects Do Not Replace Clustering

FE remove systematic level differences, not residual dependence. Correlated errors can remain, so clustered SEs may still be necessary.

84
New cards

Binary Outcome: Conditional Mean as Probability

For binary yi∈{0,1}y_i \in \{0,1\}, E(yi∣Xi)=P(yi=1∣Xi)E(y_i|X_i)=P(y_i=1|X_i). The conditional mean is therefore a probability.

85
New cards

Linear Probability Model (LPM)

LPM: P(y=1∣X)=α+XβP(y=1|X)=\alpha+X\beta, estimated by OLS. A coefficient gives a constant change in probability, but fitted probabilities can lie outside [0,1][0,1].

86
New cards

Logit and Probit

Logit/Probit: P(y=1∣X)=G(α+Xβ)P(y=1|X)=G(\alpha+X\beta). Logit uses G(z)=Λ(z)G(z)=\Lambda(z), the logistic CDF; Probit uses G(z)=Φ(z)G(z)=\Phi(z), the standard normal CDF.

87
New cards

Why Logit/Probit Use MLE

Logit and Probit are nonlinear in the parameters through G(α+Xβ)G(\alpha+X\beta), so the lecture estimates them by Maximum Likelihood Estimation (MLE), not OLS.

88
New cards

Logit/Probit Coefficient Interpretation

A Logit/Probit coefficient βj\beta_j is not itself a probability change. Its sign gives the direction; the probability effect depends on XX and is interpreted using marginal effects.

89
New cards

Marginal Effect in Logit/Probit

For a continuous xjx_j, the marginal effect is ∂G(α+Xβ)/∂xj=g(α+Xβ)βj\partial G(\alpha+X\beta)/\partial x_j = g(\alpha+X\beta)\beta_j, where gg is λ\lambda for Logit and ϕ\phi for Probit.

90
New cards

Average Marginal Effect (AME)

The Average Marginal Effect (AME) averages the observation-specific marginal effects g(α+Xiβ)βjg(\alpha+X_i\beta)\beta_j across observations.

91
New cards

AME for a Dummy Variable

For a dummy xjx_j, compare predicted P(y=1∣X)P(y=1|X) when xjx_j changes from 0 to 1 for each observation, then average those probability differences.

92
New cards

LPM vs. Logit/Probit

LPM is directly interpretable but may predict outside [0,1][0,1]. Logit/Probit respect probability bounds but require marginal effects for probability interpretation.

93
New cards

Proxy Variable

An observed variable used to approximate an important unobserved factor. A useful proxy can reduce omitted variable bias by capturing part of the missing factor.

94
New cards

Individual vs. Joint Significance

Variables can be individually insignificant in t-tests but jointly significant in an F-test. The F-test asks whether their coefficients are jointly equal to zero.

95
New cards

Overcontrolling / Bad Controls

Do not automatically control for every available variable. Controlling for an outcome, mediator, or variable determined by the process being studied can remove part of the effect of interest.