Topic 5: Misspecifications Flashcards

(36 cards)

0
Q

Omitted Relevant Variable

- what are the consequences?

A

Biased coefficient estimates of the included variables correlated with the omitted ones

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

Omitted Relevant Variable

- what is it and what causes it?

A

Variable that is correlated with the included variables but not included in the model

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

Omitted Relevant Variable

- how to detect it?

A
  • theory
  • significant unexpected signs
  • RESET test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Omitted Relevant Variable

- remedy?

A

Include omitted variable or a proxy

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

Irrelevant Variable

- what is it and what causes it?

A

The inclusion of an unnecessary variable

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

Irrelevant Variable

- what are the consequences?

A

Lowers precision of model
• inflated standard errors
• low t-ratios

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

Irrelevant Variable

- how to detect it?

A
  • theory
  • t-test on beta
  • adjusted r^2 increases if variable is dropped
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Irrelevant Variable

- remedy?

A

Exclude the irrelevant variable

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

Incorrect Functional Form

- what is it and what causes it?

A

The functional form of the model might not be linear

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

Incorrect Functional Form

- what are the consequences?

A
  • biased and inconsistent estimates

* poor fit of model (low R^2)

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

Incorrect Functional Form

- how to detect it?

A
  • theory
  • Ramsey RESET
  • scatter plot of Y with each of the X’s
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Incorrect Functional Form

- remedy?

A
  • transform data into logs to linearise model

* add higher order functions of the variables to capture curvature

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

Multicollinearity

- what is it and what causes it?

A

When some of the explanatory variables are highly correlated with one another

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

Multicollinearity

- what are the consequences?

A
  • high R^2, coefficients high SEs -> low t-ratios
  • regression sensitive to small changes
  • wide confidence intervals for parameters, incorrect inferences from model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Multicollinearity

- how to detect it?

A
  • Correlogram

* see R^2 of regression of X on all other X’s

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

Multicollinearity

- remedy?

A
  • ignore if model is okay
  • drop collinear variable
  • transform correlated variables into a ratio
  • collect more data (longer sample period, higher frequency obs)
16
Q

Autocorrelation

- what is it and what causes it?

A

Observations of the residuals are correlated over time
Causes: • omitted variables/common shocks
• Business Cycle inertia
• Overlapping effect of shocks
• Model misspecification

17
Q

Autocorrelation

- what are the consequences?

A
  • unbiased but inefficient
  • incorrect inferences
  • inflated R^2
18
Q

Autocorrelation

- how to detect it?

A
  • Durbin Watson
  • Breusch Godfrey
  • Correlogram of residuals
  • Ljung-box
19
Q

Autocorrelation

- remedy?

A
  • GLS (if form is known)
  • Dynamic Models
  • HAC coefficients
  • SE Newey-West
20
Q

Heteroscedasticity

- what is it and what causes it?

A
Variance of error term not constant for all observations
Causes: • scale/size effects
• measurement error
• subpopulation differences
• flow of info is time varying
21
Q

Heteroscedasticity

- what are the consequences?

A
  • unbiased but inefficient estimates

* end up drawing wrong conclusions from hypotheses testing because of incorrect standard errors

22
Q

Heteroscedasticity

- how to detect it?

A
  • visual inspection of residual plot graph
  • white’s test
  • engle’s LM test for ARCH
23
Q

Heteroscedasticity

- remedy?

A
  • GLS (if form is known)
  • transform variables using logs
  • white’s SE estimates
24
Seasonality | - what is it and what causes it?
``` Observations of the dependent variable are systematically higher/lower in certain periods Causes: • day of the week effect • January effect • Bank holiday effect • open/close market effect ```
25
Seasonality | - what are the consequences?
Serially correlated error
26
Seasonality | - how to detect it?
Dummy variable for the period where the pattern is observed
27
Seasonality | - remedy?
Intercept or slope dummy to account for seasonality
28
Normality | - what is it and what causes it?
When the residuals are not normally distributed Causes: • outliers • Heteroscedasticity • Seasonality
29
Normality | - what are the consequences?
* test statistics do not follow normal distribution * estimators not efficient * SEs are biased leading to wrong inferences
30
Normality | - how to detect it?
* Bera-Jarque * histogram of residuals * skewness and jurros is
31
Normality | - remedy?
* dummy variable to knock out outliers | * GARCH model
32
Structural break | - what is it and what causes it?
Parameters are not constant over sample period
33
Structural break | - what are the consequences?
Biased coefficient estimates
34
Structural break | - how to detect it?
• chow test for structural break
35
Structural break | - remedy?
* split the period | * dummy variables to account for different behaviour over the periods