Introduction to Time Series Analysis of Macroeconomic- and Financial-Data. Lecture 2: Testing & Dependence over time

Size: px
Start display at page:

Download "Introduction to Time Series Analysis of Macroeconomic- and Financial-Data. Lecture 2: Testing & Dependence over time"

Transcription

1 Introduction Introduction to Time Series Analysis of Macroeconomic- and Financial-Data Felix Pretis Programme for Economic Modelling Oxford Martin School, University of Oxford Lecture 2: Testing & Dependence over time Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

2 Summary from Yesterday Yesterday: Today: Econometric Models Ordinary Least-Squares (OLS) Regression Line of best fit Hypothesis testing Goodness of fit More than one explanatory variable Is the model well-specified? Time-series: dependence over time! Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

3 Including more variables Extend model to include two explanatory variables: X t and Z t. Triplets of data, (Y t, X t, Z t ): Three economic variables occurring simultaneously. Assumptions: (i) (Y t, X t, Z t ) independent across t. (ii) Identical conditional distribution: (Y t X t, Z t ) (β 1 + β 2 X t + β 3 Z t, σ 2 ). (iii) X t and Z t exogenously determined for Y t. (iv) A parameter space exists: β 1, β 2, β 3, σ 2 R R +, Gives model: Y t = β 1 + β 2 X t + β 3 Z t + ɛ t, ɛ t N0, σ 2 (1) Parameter interpretation as before except ceteris paribus: EY t X t, Z t X t = β 2, (2) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

4 Baseball Attendance Red Sox Game Attendance Winning Percentage (PCT) US Populations - to scale Attendance (att pop) US Unemployment Rate Winning Percentage PCT Attendance Attendance e US Population us_pop US Unemployment Rate US_unempl_rate 2.0e e Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

5 Baseball Attendance: Model Model: %Attendance t = β 1 + β 2 PCT t + β 3 Unemp. t + ɛ t Attendance/Population att_pop att_pop PCT att_pop US_unempl_rate Attendance/Population Attendance/Population Winning Percentage US Unemployment Rate Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

6 %Attendance Fitted Residual (scaled) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

7 Baseball Attendance: Model Output EQ( 1) Modelling att_pop by OLS The dataset is: red_sox_1948.in7 The estimation sample is: Coefficient Std.Error t-value t-prob Part.Rˆ2 Constant PCT US_unempl_rate sigma RSS Rˆ F(2,49) = [0.000]** Adj.Rˆ log-likelihood no. of observations 52 no. of parameters 3 mean(att_pop) se(att_pop) When the log-likelihood constant is NOT included: AIC SC HQ FPE e-006 When the log-likelihood constant is included: AIC SC HQ FPE e-005 AR 1-2 test: F(2,47) = [0.0010]** ARCH 1-1 test: F(1,50) = [0.2773] Normality test: Chiˆ2(2) = [0.9400] Hetero test: F(4,47) = [0.1969] Hetero-X test: F(5,46) = [0.2983] RESET23 test: F(2,47) = [0.5127] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

8 t-testing Procedure to Check Variable Significance Create null hypothesis: H0 : β 2 = 0. Variable is insignificant: Regression coefficient has zero mean. Divide estimator (ˆβ 2 here) by estimated standard error ( V[ˆβ 2 ] here). This calculates the t-statistic. Check t-statistic against critical values from t distribution (t T here): If 5% significance level then check against tables or take roughly ±2. 1 If t-statistic greater than ±2 then we reject null hypothesis. Otherwise we do not reject null hypothesis. 1 Recall test is two-tailed: We do not care whether significance is positive or negative! Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

9 p-values In regression output, the t-prob column contains p-values. In output of other tests (details later), p-values are in [square brackets]. p-value is probability of rejecting null-hypothesis if null hypothesis is true probability of observing test-statistic under the null hypothesis if sufficiently unlikely (small), reject H 0 Calculated by imposing null hypothesis, using data and assumed distribution. If p-value very small, null hypothesis is statistically unlikely: If p-value below significance level α (e.g. 0.05) we reject null. p-value probability of falsely rejecting null hypothesis. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

10 Testing Joint Hypotheses Baseball Model: Att pop t = ( ) ( ) PCT t ( ) Unemp t In multivariate regression, F-test of joint significance different from t-statistics. t-testing is for individual regression coefficients: Testing the (null) hypothesis that each one individually is insignificant. F-testing is for combinations of regression coefficients: Testing the (null) hypothesis that together they are insignificant. Unemployment individually insignficant, variables jointly significant? F(2,49) = [0.000]** Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

11 We test joint hypotheses using the F-test: Calculate test statistic and find p-value: Probability of observing test statistic under null We find test statistic and distribution: F = (RSS R RSS U )/(K U K R ) RSS U /(T K U ) F KU K R,T K U. (3) Baseball model: H 0 : β 2 = 0.025, β 3 = 0. We could impose null by creating Y t X t variable but much easier: Use PcGive: Test then General Restrictions. Each variable denoted by ampersand (&) and number (See key beneath). Each restriction is line of code; must be ended with semi-colon ;. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

12 F-Distribution Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

13 F-Testing in general Common use of F test: Overall significance of model. More relevant when we add even more regressors: Thursday and Friday. F-test statistic: F = (RSS R RSS U )/(K U K R ) RSS U /(T K U ) = (TSS RSS)/(K 1). RSS/(T K) (4) ESS = TSS RSS: How much do variables explain of variation? Above constant: Base model is still one-variable model Y t = β 1 + ɛ t. Form of F yields distribution: F K 1,T K and hence critical values. Null hypothesis: Explanatory variables are jointly statistically insignificant. E.g. H 0 : β 2 = β 3 = 0. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

14 Diagnostics: Testing Model Specification Our assumptions imply ɛ t has independent (i) identical (ii) distribution. Often written as ɛ t iid(0, σ 2 ) (distribution need not be Normal). Y t = β 1 + β 2 X t + β 3 Z }{{} t + ɛ t, ɛ t iid(0, σ 2 ). }{{} Our model: What we know Errors: What we don t know (5) Important because want errors (mistakes) from our model to be: Unrelated to each other. Always of a similar size. This is central principle of all economic and econometric modelling. If not then our model does not include some important information! More importantly, ˆβ 2, ˆβ 3 may be biased and inefficient. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

15 Baseball Attendance: Specification Residuals (scaled) Density Residuals N(s= ) 350 Random vs. Patterns? Normal? AR 1-2 test: F(2,47) = [0.0010]** ARCH 1-1 test: F(1,50) = [0.2773] Normality test: Chiˆ2(2) = [0.9400] Hetero test: F(4,47) = [0.1969] Hetero-X test: F(5,46) = [0.2983] RESET23 test: F(2,47) = [0.5127] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

16 Estimated regression model: Y t = ˆβ 1 + ˆβ 2 X t + ˆβ 3 Z t + ˆɛ t. (6) Everything so far depends on iid assumption holding: Unbiasedness and efficiency of estimators. Accuracy of standard errors and all other test statistics. Must test whether assumptions hold: What do ˆɛ t look like? Tests called misspecification tests or diagnostic tests. Model: Assume ɛ t iid(0, σ 2 ) X 1,t,..., X K,t. Check Functional form. Data transformations. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

17 What can go wrong? 1 Identical distribution: Is ɛ t (0, σ 2 )? Mean must be zero (if constant included), but variance can change. Heteroskedasticity: Vɛ t = σ 2 t. 2 Independent distribution: Is Corr [ɛ s, ɛ t ] = E [ɛ s ɛ t ] = 0, for all s t? If not, autocorrelation. Variance not autocorrelated (ARCH) 3 Normal distribution: Is ɛ t N0, σ 2? Residuals may have very different distribution. 4 Functional Form: Model specification test = will consider in turn! Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

18 Testing in OxMetrics OxMetrics has very developed ways (tests) for detecting misspecification. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

19 When conducting testing in OxMetrics, will come across many different test. t-test: Tests on individual regression coefficients. F-test: Tests on combinations of regression coefficients. Additionally three types of test based on Likelihood: Maximum likelihood is alternative, more flexible form of estimation. Choose parameters (β 1, β 2 ) to maximise likelihood of having observed our data. Likelihood function is probability density as function of parameters. Tests are based on different aspects of likelihood function: Likelihood Ratio (LR) test: How likely is null hypothesis? Wald test: Computes only under alternative hypothesis. Lagrange Multipler (LM) test: Evaluates only under null hypothesis. Type of test not too important; p-values are the fundamental concept. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

20 Heteroskedasticity Assumption of ɛ t (0, σ 2 ) violated. Variance changes through sample: ɛ t (0, σ 2 t). Examples: Stock market more volatile in financial crisis. Inflation more volatile when higher. Loss of precision: Efficiency of estimator relies on constant σ 2 (homoskedasticity). Standard errors larger than they should be. Possible mistake: May conclude variable insignificant that is actually significant. On average we still get right answer, but more possibility we make mistakes. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

21 Heteroskedasticity: Detection Detection: Use residuals ˆɛ t in place of errors ɛ t. Graphic inspection: Does the variance look constant? Residuals (scaled) are standard graphics output in OxMetrics Example Heteroskedastic Errors 2.5 Residuals Residuals (scaled) Baseball Attendance Model Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

22 Formal Detection White test of heteroskedasticity: regress ˆɛ 2 t on X 1,t,..., X K,t, and X 2 1,t,..., X2 K,t : Does residual variance depend on regressors included in model, or their squares? Square of variable rough approximation to variance. Model: ˆɛ 2 t = α 0 + α 1 X 1,t + + α K X K,t + α K+1 X 2 1,t + + α 2K X 2 K,t + v t. Null hypothesis: H0 : α 1 = = α 2K = 0, (7) Absence of heteroskedasticity, or homoskedasticity (constant variance). F-test of joint significance: F Het = R 2 Het /m ( 1 R 2 Het ) / (T m) F m,t m. (8) Hetero test: F(4,643) = [0.0000]** Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

23 F-Distribution Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

24 Heteroskedasticity: Causes Formal Test in Attendance Model: Hetero test : F(4, 47) = [0.1969] Causes: Omitted Variables: Systematic variation in residuals. Unincluded variable may explain change in variation. E.g. Age may affect how volatile income is across individuals. Wrong functional form/data transformation: Logarithmic transformation can stabilise variance in series. Non-constant parameters: We are assuming β 1, β 2 stay same throughout sample. If they don t then result may be heteroskedasticity. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

25 Heteroskedasticity: Solving Active: Add the regressors you think cause heteroskedasticity. Passive: Calculate Heteroskedasticity Consistent Standard Errors (HCSE). Heteroskedasticity affects standard errors: Become bigger. These standard errors are robust to heteroskedasticity. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

26 What Distributions are Problematic? Do not assume Normal distribution but Normal distribution is nice distribution. Assume ɛ t iid(0, σ 2 ), so: Distribution unchanging over time. Distribution symmetric around zero. Density Density Density Density Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

27 Normal Distribution: Consequences and Causes Normality not assumed for OLS so provided iid assumption holds inference unaffected: OLS estimator unbiased, consistent, and efficient. But: Non-Normality may reveal information about dataset: Inappropriate functional form and/or data transformation. Informally test by plotting data series: Density Residuals N(s= ) QQ plot Residuals normal Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

28 Testing more formally Skewness and kurtosis of distribution are like mean and variance: They describe shape of distribution: Skewness: How symmetric is the distribution? Kurtosis: How flat/spiky is distribution? Test statistics: χ 2 skewness = T ˆκ2 3 6 χ2 1, (9) χ 2 kurtosis = T ˆκ χ2 1, (10) χ 2 normality = χ2 skewness + χ2 kurtosis χ2 2. (11) PcGive reports this test. Null hypothesis is Normal residuals. Hence if test rejected (we see stars) then our model is misspecified. Test in Baseball model: Normality test: Chi 2 (2) = [0.9400] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

29 χ 2 -Distribution Under null-hypothesis: Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

30 Normal Distribution: Solving Example: Normality test: Chi 2 (2) = [0.9400] We should investigate non-normalities: 1 Non-Normality may be harmless for inference. 2 Non-Normality may reveal important information about model specification. 1 Non-Normality may be harmless for inference: iid assumption translates into non-skewed distribution. Hence if test fail caused by excess kurtosis then model is fine. 2 May reveal information about model to help diagnose other problems found. Inappropriate data transformation. Structural breaks (see recursive testing later) Additional information via Test menu and Test... Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

31 Testing for Functional Form Economic theory often predicts which variables matter. Less often predicts mathematical form of dependence. Test for functional form: RESET test (Ramsey, 1969). 2 Include squares, cubes of fitted values. Null hypothesis of correct functional form: Additional variables do not matter. Auxiliary regression: Y i = β 1 + β 2 X 2,i + β 3 X 3,i + β 4 X 4,i + ψ 1Ŷ2 i + ψ 2Ŷ3 i + v i. Null hypothesis: F-test statistic: H0 : ψ 1 = ψ 2 = 0. (12) F RESET = (RSS R RSS U )/2 RSS U /(T K 2) F 2,T K 2. (13) RESET23 test: F(2,47) = [0.5127] 2 REgression Specification Error Test. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

32 Baseball Attendance: Specification Residuals (scaled) Residuals N(s= ) Density 350 Random vs. Patterns? Normal? AR 1-2 test: F(2,47) = [0.0010]** ARCH 1-1 test: F(1,50) = [0.2773] Normality test: Chiˆ2(2) = [0.9400] Hetero test: F(4,47) = [0.1969] Hetero-X test: F(5,46) = [0.2983] RESET23 test: F(2,47) = [0.5127] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

33 Note: Model Specification - Logs Common Model Specification: Log Model So far: Y t = β 1 + β 2 X t + ɛ t (14) β 2 = dy t dx t Log-log Model: interpret as percentage changes/elasticities log(y) t = β 1 + β 2 log(x t ) + ɛ t (15) β 2 = dlog(y) t dlog(x) t X t dy t Y t dx t X t = dy t dx t X t Y t = elasticity of Y t with respect to Percentage change! For a 1% change in X t expect a β 2 % change in Y t. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

34 Static to Dynamic So far: Test theory using econometric model. E.g. Baseball attendance: positive relationship between winning percentage and attendance. Model: %Attendance t = β 1 + β 2 PCT t + β 3 Unemp. t + ɛ t So far: All variables dated t: This is a static regression. But where variables are today depends on where they were previously. How can we predict variables if all our dates are t? Today: Dynamic models. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

35 Autocorrelation: Correlations through Time May be that variable is correlated with itself at a previous point in time. E.g.: Exchange rate, interest rates, inflation (low and stable prices), unemployment, baseball attendance. Correlation through time is concept called time dependence. We recognise how economic variable today is dependent on where it was yesterday. Expect persistence in many economic variables; especially prices. Supply reflects production capacity which does not drastically change. Demand reflects frequent purchases if a necessity good. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

36 What is a lag? Y t r is lagged variable: The same variable at previous point in time. Y t 1 is first lag: First previous time period. Y t 2 is second lag, Y t 3 third, so on... Use lags to learn about: Persistence: How important is a variable s history? Effects of explanatory variables distributed over time (e.g. advertising). Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

37 E.g. Spot exchange rate: Demand and supply of UK pounds for Japanese Yen (Top), % Attendance (bottom). 250 Yen per British Pound %Attendance Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

38 Autocorrelation Want to understand persistence: Tells us much about economic variables. E.g. price efficiency, partial adjustments, interest rate smoothing. If we don t model it properly, can cause big mistakes. Autoregressive models: Regression model of variable Y t on itself in previous time period Y t 1. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

39 Autoregressive Model Autoregressive model has three elements: (1) Where Y t was the last time period. (2) The unexpected event ɛ t. (3) Constant term allowing mean of Y t to be non-zero. Y t = α }{{} 0 + α 1 Y }{{ t 1 } (3) (1) + ɛ t }{{} (2), ɛ t N[0, σ 2 ]. (16) Notation: normally use α for autoregressive, but equivalent to: Y t = β 1 + β 2 Y t 1 + ɛ t, ɛ t N[0, σ 2 ]. (17) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

40 AR(1) model allows us to determine many things about theory: α 1 : How quickly equilibrium re-established. α 0 and α 1 : Whether equilibrium is zero or otherwise. σ 2 : How much variation there is in Y t around equilibrium. How big are the unexpected events? What is equilibrium value? Again expectations: EY t = α 0 + α 1 EY t 1. (18) Since EY t = EY t 1 we find that µ Y = EY = α 0 /(1 α 1 ). We define µ Y to be the equilibrium value, or unconditional mean of Y t. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

41 Persistence We learn about the persistence of deviations from equilibrium from α 1. To see why note that µ Y = α 0 /(1 α 1 ) implies α 0 = µ Y (1 α 1 ) so that: Y t = α 0 + α 1 Y t 1 + ɛ t = Y t µ Y = α 1 (Y t 1 µ Y ) + ɛ t. (19) We have de-meaned Y t : We only care about α 1 and deviations from equilibrium. If assume no more shocks happen can see how quickly impact of shock disappears. Y t µ Y = α 1 (Y t 1 µ Y ) and Y t 1 µ Y = α 1 (Y t 2 µ Y ) so: Y t µ Y = α 2 1(Y t 2 µ Y ). (20) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

42 We can carry on doing this: Y t µ Y = α 3 1(Y t 3 µ Y )... Y t µ Y = α k 1 (Y t k µ Y ) (21) It so happens that: Corr [Y t, Y t k ] = Cov(Y t, Y t k ) V(Yt ) V(Y t k ) = αk 1 σ2 Y σ Y σ Y = α k 1. (22) Have measured autocorrelation, or correlation through time, of Y t from α 1! The bigger is α 1 and hence nearer to 1, the more persistent is the series: If α 1 = 0.9 then α 2 1 = 0.81 and α 10 1 = If α 1 = 0.2 then α 2 1 = 0.04 and α Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

43 May need more than one lag to explain dynamics of variable: If we model p lags, we have AR(p) model. E.g. AR(2): Y t = α 0 + α 1 Y t 1 + α 2 Y t 2 + ɛ t. Estimators like in multivariate regression: ˆα 2 asks Y t 1 to be still! It controls for first lag to get only second lag effect. ˆα 2 = T t=2 Y t 2(Y t Y t 1 ) T t=2 Y t 2(Y t 2 Y t 1 ). Unconditional mean, variance and covariance affected. E.g. unconditional mean: µ Y = α 0 1 α 1 α 2. (23) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

44 Autocorrelation Plots Common method for learning about autocorrelation is graphically. Autocorrelation function (ACF): Corr [Y t, Y t p ], p = 1, 2,..., 20. Partial ACF (PACF): Corr [Y t, Y t p Y t 1,..., Y t p+1 ], p = 1, 2,..., 20. Number of significant PACF lags = number of lags needed in model. 1 ACF-%Attendance PACF-%Attendance ACF-US_Unemployment Rate PACF-US_Unemployment Rate Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

45 Auto-regressive Model Autoregressive model for Baseball Attendance: %Attendance t = µ 0 + α 1 %Attendance t 1 + ɛ t (24) Estimated Model: %Attendance t = ( ) (0.0935) %Attendance t %Attendance Fitted Residuals (scaled) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

46 Autocorrelation Tests and More Lags Earlier: Misspecification testing: Check iid assumption. ˆɛ t all approximately same size? ˆɛ t all unrelated to each other? Latter failure in time series is residual autocorrelation: Corr(ɛ t, ɛ t 1 ) 0. Omitted variable bias: We omit lags that matter for explaining Y t. 2.5 Residuals (scaled) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

47 Independent Distribution: Detection Test using auxiliary regression: ˆɛ t = γ 0 + γ 1 Y t 1 + φ 1ˆɛ t 1 + v t, (25) Null hypothesis: H0 : γ 1 = φ 1 = 0, (26) Absence of autocorrelation in errors of model (model well specified). F-test statistic: F AR = R 2 AR /r ( 1 R 2 AR ) / (T r) F r,t r. (27) Can include up to r lags when testing. Can vary in Test menu and Remedy autocorrelation by including time-dependent information: More lags or extra variables (with lags). Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

48 Last Test: ARCH ARCH: Autoregressive Conditional Heteroskedasticity. Heteroskedasticity: ɛ t (0, σ 2 t ), variance changes over time. Autoregressive: Variable correlated with itself. ARCH: σ 2 t = α 0 + α 1 ɛ 2 t 1 + u t. Variance is persistent: Spells of high and low volatility. Common in financial markets. Impact on regression model same as heteroskedasiticity: Efficiency. Test using AR(1) on squared residuals: ˆɛ 2 t = α 0 + α 1ˆɛ 2 t α rˆɛ 2 t r + v t. F-test: H0 : α 1 = = α r = 0. Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

49 Back to Baseball... Recall our model: Model: %Attendance t = β 1 + β 2 PCT t + β 3 Unemp. t + ɛ t Misspecification Tests AR 1-2 test: F(2,47) = [0.0010]** ARCH 1-1 test: F(1,50) = [0.2773] Normality test: Chiˆ2(2) = [0.9400] Hetero test: F(4,47) = [0.1969] Hetero-X test: F(5,46) = [0.2983] RESET23 test: F(2,47) = [0.5127] Residual Autocorrelation! Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

50 Baseball Attendance: Specification Residuals (scaled) Density Residuals N(s= ) 350 Random vs. Patterns? Normal? AR 1-2 test: F(2,47) = [0.0010]** ARCH 1-1 test: F(1,50) = [0.2773] Normality test: Chiˆ2(2) = [0.9400] Hetero test: F(4,47) = [0.1969] Hetero-X test: F(5,46) = [0.2983] RESET23 test: F(2,47) = [0.5127] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

51 Add extra lags of dependent variable: %Attend. t = α 1 %Attend. t 1 + β 1 + β 2 PCT t + β 3 Unemp. t + ɛ t %Attend. = (0.0913) ( ) %Attend. t ( ) Unempl. t ( ) PCT t AR 1-2 test: F(2,45) = [0.5510] ARCH 1-1 test: F(1,49) = [0.4158] Normality test: Chiˆ2(2) = [0.0036]** Hetero test: F(6,44) = [0.7810] Hetero-X test: F(9,41) = [0.9109] RESET23 test: F(2,45) = [0.8994] What now?? Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

52 Look at the model fit and residuals: %Attendance Fitted Residuals (scaled) Large Residual! Large Residual! May distort normality tests! What happened? More on Thursday! Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

53 Practical Computer Lab Session 2: Testing joint-hypotheses F-test Interpreting Misspecification Tests Investigating Time Series Properties Time Series plots Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

54 Practical Fulton Fish Market: Price, Quantity, Weather Load fish.in7 Series Model for qty = log(quantity) Weather: Stormy, Rainy, Cold Graph the series! (Important first step!) Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

55 Autoregressive Models Construct Auto-regressive models for log(quantity) sold: Determine lag length: (Partial) Auto-correlation function (max 10 lags) Estimate an AR(1), AR(2) models What is the long-run equilibrium? Interpret mis-specification tests Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

56 AR(1) Model Output EQ(15) Modelling qty by OLS The estimation sample is: Coefficient Std.Error t-value t-prob Part.Rˆ2 qty_ Constant sigma RSS Rˆ F(1,108) = [0.033]* Adj.Rˆ log-likelihood no. of observations 110 no. of parameters 2 mean(qty) se(qty) AR 1-2 test: F(2,106) = [0.1422] ARCH 1-1 test: F(1,108) = [0.1514] Normality test: Chiˆ2(2) = [0.0316]* Hetero test: F(2,107) = [0.0282]* Hetero-X test: F(2,107) = [0.0282]* RESET23 test: F(2,106) = [0.4989] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

57 Expand the model Interested in effects of weather on quantity sold: Estimate auto-regressive model with weather variables added in Include: Stormy, Rainy, Cold Which variables are individually significant? Which variables are jointly significant? Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

58 Model Output: Weather Effects EQ(17) Modelling qty by OLS Coefficient Std.Error t-value t-prob Part.Rˆ2 qty_ Constant stormy rainy cold sigma RSS Rˆ F(4,105) = [0.036]* Adj.Rˆ log-likelihood no. of observations 110 no. of parameters 5 mean(qty) se(qty) AR 1-2 test: F(2,103) = [0.4410] ARCH 1-1 test: F(1,108) = [0.1845] Normality test: Chiˆ2(2) = [0.0128]* Hetero test: F(5,104) = [0.2352] Hetero-X test: F(5,104) = [0.2352] RESET23 test: F(2,103) = [0.5198] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

59 Test for Joint Significance F-Test for joint significance of all 3 weather variables Test - Exclusion Restrictions Select all 3 variables Test for excluding: [0] = stormy [1] = rainy [2] = cold Subset F(3,105) = [0.1233] Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

60 Further Exercises Modelling share price (Apple) using Google search data: Can share price be modelled using consumer interest (measured through google search term: iphone ) load data apple google.in7 Build a model for Apple closing price What lag length should you choose? Is the google search term a useful predictor? What about lagged search terms? What about the effect of google searches on the trading volume? Felix Pretis (Oxford) Time Series Akita Intl. University, / 60

Økonomisk Kandidateksamen 2004 (I) Econometrics 2

Økonomisk Kandidateksamen 2004 (I) Econometrics 2 Økonomisk Kandidateksamen 2004 (I) Econometrics 2 This is a closed-book exam (uden hjælpemidler). Answer all questions! The group of questions 1 to 4 have equal weight. Within each group, part (a) represents

More information

Linear Regression with Time Series Data

Linear Regression with Time Series Data u n i v e r s i t y o f c o p e n h a g e n d e p a r t m e n t o f e c o n o m i c s Econometrics II Linear Regression with Time Series Data Morten Nyboe Tabor u n i v e r s i t y o f c o p e n h a g

More information

Non-Stationary Time Series, Cointegration, and Spurious Regression

Non-Stationary Time Series, Cointegration, and Spurious Regression Econometrics II Non-Stationary Time Series, Cointegration, and Spurious Regression Econometrics II Course Outline: Non-Stationary Time Series, Cointegration and Spurious Regression 1 Regression with Non-Stationarity

More information

Econometrics. Week 4. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague

Econometrics. Week 4. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 4 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 23 Recommended Reading For the today Serial correlation and heteroskedasticity in

More information

Økonomisk Kandidateksamen 2004 (I) Econometrics 2. Rettevejledning

Økonomisk Kandidateksamen 2004 (I) Econometrics 2. Rettevejledning Økonomisk Kandidateksamen 2004 (I) Econometrics 2 Rettevejledning This is a closed-book exam (uden hjælpemidler). Answer all questions! The group of questions 1 to 4 have equal weight. Within each group,

More information

Linear Regression with Time Series Data

Linear Regression with Time Series Data u n i v e r s i t y o f c o p e n h a g e n d e p a r t m e n t o f e c o n o m i c s Econometrics II Linear Regression with Time Series Data Morten Nyboe Tabor u n i v e r s i t y o f c o p e n h a g

More information

LECTURE 11. Introduction to Econometrics. Autocorrelation

LECTURE 11. Introduction to Econometrics. Autocorrelation LECTURE 11 Introduction to Econometrics Autocorrelation November 29, 2016 1 / 24 ON PREVIOUS LECTURES We discussed the specification of a regression equation Specification consists of choosing: 1. correct

More information

Empirical Market Microstructure Analysis (EMMA)

Empirical Market Microstructure Analysis (EMMA) Empirical Market Microstructure Analysis (EMMA) Lecture 3: Statistical Building Blocks and Econometric Basics Prof. Dr. Michael Stein michael.stein@vwl.uni-freiburg.de Albert-Ludwigs-University of Freiburg

More information

10. Time series regression and forecasting

10. Time series regression and forecasting 10. Time series regression and forecasting Key feature of this section: Analysis of data on a single entity observed at multiple points in time (time series data) Typical research questions: What is the

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

Reliability of inference (1 of 2 lectures)

Reliability of inference (1 of 2 lectures) Reliability of inference (1 of 2 lectures) Ragnar Nymoen University of Oslo 5 March 2013 1 / 19 This lecture (#13 and 14): I The optimality of the OLS estimators and tests depend on the assumptions of

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

ECON 4230 Intermediate Econometric Theory Exam

ECON 4230 Intermediate Econometric Theory Exam ECON 4230 Intermediate Econometric Theory Exam Multiple Choice (20 pts). Circle the best answer. 1. The Classical assumption of mean zero errors is satisfied if the regression model a) is linear in the

More information

Introduction to Econometrics

Introduction to Econometrics Introduction to Econometrics T H I R D E D I T I O N Global Edition James H. Stock Harvard University Mark W. Watson Princeton University Boston Columbus Indianapolis New York San Francisco Upper Saddle

More information

CHAPTER 6: SPECIFICATION VARIABLES

CHAPTER 6: SPECIFICATION VARIABLES Recall, we had the following six assumptions required for the Gauss-Markov Theorem: 1. The regression model is linear, correctly specified, and has an additive error term. 2. The error term has a zero

More information

EC4051 Project and Introductory Econometrics

EC4051 Project and Introductory Econometrics EC4051 Project and Introductory Econometrics Dudley Cooke Trinity College Dublin Dudley Cooke (Trinity College Dublin) Intro to Econometrics 1 / 23 Project Guidelines Each student is required to undertake

More information

Non-Stationary Time Series and Unit Root Testing

Non-Stationary Time Series and Unit Root Testing Econometrics II Non-Stationary Time Series and Unit Root Testing Morten Nyboe Tabor Course Outline: Non-Stationary Time Series and Unit Root Testing 1 Stationarity and Deviation from Stationarity Trend-Stationarity

More information

1. You have data on years of work experience, EXPER, its square, EXPER2, years of education, EDUC, and the log of hourly wages, LWAGE

1. You have data on years of work experience, EXPER, its square, EXPER2, years of education, EDUC, and the log of hourly wages, LWAGE 1. You have data on years of work experience, EXPER, its square, EXPER, years of education, EDUC, and the log of hourly wages, LWAGE You estimate the following regressions: (1) LWAGE =.00 + 0.05*EDUC +

More information

Volatility. Gerald P. Dwyer. February Clemson University

Volatility. Gerald P. Dwyer. February Clemson University Volatility Gerald P. Dwyer Clemson University February 2016 Outline 1 Volatility Characteristics of Time Series Heteroskedasticity Simpler Estimation Strategies Exponentially Weighted Moving Average Use

More information

MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS

MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS MULTIPLE REGRESSION AND ISSUES IN REGRESSION ANALYSIS Page 1 MSR = Mean Regression Sum of Squares MSE = Mean Squared Error RSS = Regression Sum of Squares SSE = Sum of Squared Errors/Residuals α = Level

More information

6. Assessing studies based on multiple regression

6. Assessing studies based on multiple regression 6. Assessing studies based on multiple regression Questions of this section: What makes a study using multiple regression (un)reliable? When does multiple regression provide a useful estimate of the causal

More information

Econ 423 Lecture Notes: Additional Topics in Time Series 1

Econ 423 Lecture Notes: Additional Topics in Time Series 1 Econ 423 Lecture Notes: Additional Topics in Time Series 1 John C. Chao April 25, 2017 1 These notes are based in large part on Chapter 16 of Stock and Watson (2011). They are for instructional purposes

More information

Econometrics - 30C00200

Econometrics - 30C00200 Econometrics - 30C00200 Lecture 11: Heteroskedasticity Antti Saastamoinen VATT Institute for Economic Research Fall 2015 30C00200 Lecture 11: Heteroskedasticity 12.10.2015 Aalto University School of Business

More information

Applied Econometrics. Applied Econometrics. Applied Econometrics. Applied Econometrics. What is Autocorrelation. Applied Econometrics

Applied Econometrics. Applied Econometrics. Applied Econometrics. Applied Econometrics. What is Autocorrelation. Applied Econometrics Autocorrelation 1. What is 2. What causes 3. First and higher orders 4. Consequences of 5. Detecting 6. Resolving Learning Objectives 1. Understand meaning of in the CLRM 2. What causes 3. Distinguish

More information

Chapter 2: simple regression model

Chapter 2: simple regression model Chapter 2: simple regression model Goal: understand how to estimate and more importantly interpret the simple regression Reading: chapter 2 of the textbook Advice: this chapter is foundation of econometrics.

More information

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 8 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 25 Recommended Reading For the today Instrumental Variables Estimation and Two Stage

More information

ECON3327: Financial Econometrics, Spring 2016

ECON3327: Financial Econometrics, Spring 2016 ECON3327: Financial Econometrics, Spring 2016 Wooldridge, Introductory Econometrics (5th ed, 2012) Chapter 11: OLS with time series data Stationary and weakly dependent time series The notion of a stationary

More information

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations

Simultaneous Equation Models Learning Objectives Introduction Introduction (2) Introduction (3) Solving the Model structural equations Simultaneous Equation Models. Introduction: basic definitions 2. Consequences of ignoring simultaneity 3. The identification problem 4. Estimation of simultaneous equation models 5. Example: IS LM model

More information

8. Instrumental variables regression

8. Instrumental variables regression 8. Instrumental variables regression Recall: In Section 5 we analyzed five sources of estimation bias arising because the regressor is correlated with the error term Violation of the first OLS assumption

More information

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity

13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process. Strict Exogeneity Outline: Further Issues in Using OLS with Time Series Data 13. Time Series Analysis: Asymptotics Weakly Dependent and Random Walk Process I. Stationary and Weakly Dependent Time Series III. Highly Persistent

More information

Econ 510 B. Brown Spring 2014 Final Exam Answers

Econ 510 B. Brown Spring 2014 Final Exam Answers Econ 510 B. Brown Spring 2014 Final Exam Answers Answer five of the following questions. You must answer question 7. The question are weighted equally. You have 2.5 hours. You may use a calculator. Brevity

More information

2. Linear regression with multiple regressors

2. Linear regression with multiple regressors 2. Linear regression with multiple regressors Aim of this section: Introduction of the multiple regression model OLS estimation in multiple regression Measures-of-fit in multiple regression Assumptions

More information

Econometrics I Lecture 3: The Simple Linear Regression Model

Econometrics I Lecture 3: The Simple Linear Regression Model Econometrics I Lecture 3: The Simple Linear Regression Model Mohammad Vesal Graduate School of Management and Economics Sharif University of Technology 44716 Fall 1397 1 / 32 Outline Introduction Estimating

More information

Topic 4: Model Specifications

Topic 4: Model Specifications Topic 4: Model Specifications Advanced Econometrics (I) Dong Chen School of Economics, Peking University 1 Functional Forms 1.1 Redefining Variables Change the unit of measurement of the variables will

More information

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018

Econometrics I KS. Module 2: Multivariate Linear Regression. Alexander Ahammer. This version: April 16, 2018 Econometrics I KS Module 2: Multivariate Linear Regression Alexander Ahammer Department of Economics Johannes Kepler University of Linz This version: April 16, 2018 Alexander Ahammer (JKU) Module 2: Multivariate

More information

Linear Regression with Time Series Data

Linear Regression with Time Series Data Econometrics 2 Linear Regression with Time Series Data Heino Bohn Nielsen 1of21 Outline (1) The linear regression model, identification and estimation. (2) Assumptions and results: (a) Consistency. (b)

More information

Review of Econometrics

Review of Econometrics Review of Econometrics Zheng Tian June 5th, 2017 1 The Essence of the OLS Estimation Multiple regression model involves the models as follows Y i = β 0 + β 1 X 1i + β 2 X 2i + + β k X ki + u i, i = 1,...,

More information

ACE 564 Spring Lecture 8. Violations of Basic Assumptions I: Multicollinearity and Non-Sample Information. by Professor Scott H.

ACE 564 Spring Lecture 8. Violations of Basic Assumptions I: Multicollinearity and Non-Sample Information. by Professor Scott H. ACE 564 Spring 2006 Lecture 8 Violations of Basic Assumptions I: Multicollinearity and Non-Sample Information by Professor Scott H. Irwin Readings: Griffiths, Hill and Judge. "Collinear Economic Variables,

More information

Econometrics Honor s Exam Review Session. Spring 2012 Eunice Han

Econometrics Honor s Exam Review Session. Spring 2012 Eunice Han Econometrics Honor s Exam Review Session Spring 2012 Eunice Han Topics 1. OLS The Assumptions Omitted Variable Bias Conditional Mean Independence Hypothesis Testing and Confidence Intervals Homoskedasticity

More information

Regression Analysis. BUS 735: Business Decision Making and Research. Learn how to detect relationships between ordinal and categorical variables.

Regression Analysis. BUS 735: Business Decision Making and Research. Learn how to detect relationships between ordinal and categorical variables. Regression Analysis BUS 735: Business Decision Making and Research 1 Goals of this section Specific goals Learn how to detect relationships between ordinal and categorical variables. Learn how to estimate

More information

GARCH Models Estimation and Inference

GARCH Models Estimation and Inference GARCH Models Estimation and Inference Eduardo Rossi University of Pavia December 013 Rossi GARCH Financial Econometrics - 013 1 / 1 Likelihood function The procedure most often used in estimating θ 0 in

More information

Autoregressive distributed lag models

Autoregressive distributed lag models Introduction In economics, most cases we want to model relationships between variables, and often simultaneously. That means we need to move from univariate time series to multivariate. We do it in two

More information

Introduction to Econometrics

Introduction to Econometrics Introduction to Econometrics STAT-S-301 Introduction to Time Series Regression and Forecasting (2016/2017) Lecturer: Yves Dominicy Teaching Assistant: Elise Petit 1 Introduction to Time Series Regression

More information

Multiple Regression. Midterm results: AVG = 26.5 (88%) A = 27+ B = C =

Multiple Regression. Midterm results: AVG = 26.5 (88%) A = 27+ B = C = Economics 130 Lecture 6 Midterm Review Next Steps for the Class Multiple Regression Review & Issues Model Specification Issues Launching the Projects!!!!! Midterm results: AVG = 26.5 (88%) A = 27+ B =

More information

A Guide to Modern Econometric:

A Guide to Modern Econometric: A Guide to Modern Econometric: 4th edition Marno Verbeek Rotterdam School of Management, Erasmus University, Rotterdam B 379887 )WILEY A John Wiley & Sons, Ltd., Publication Contents Preface xiii 1 Introduction

More information

Lecture 3: Multiple Regression

Lecture 3: Multiple Regression Lecture 3: Multiple Regression R.G. Pierse 1 The General Linear Model Suppose that we have k explanatory variables Y i = β 1 + β X i + β 3 X 3i + + β k X ki + u i, i = 1,, n (1.1) or Y i = β j X ji + u

More information

Maximum Likelihood (ML) Estimation

Maximum Likelihood (ML) Estimation Econometrics 2 Fall 2004 Maximum Likelihood (ML) Estimation Heino Bohn Nielsen 1of32 Outline of the Lecture (1) Introduction. (2) ML estimation defined. (3) ExampleI:Binomialtrials. (4) Example II: Linear

More information

Empirical Economic Research, Part II

Empirical Economic Research, Part II Based on the text book by Ramanathan: Introductory Econometrics Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna December 7, 2011 Outline Introduction

More information

Econometrics 2, Class 1

Econometrics 2, Class 1 Econometrics 2, Class Problem Set #2 September 9, 25 Remember! Send an email to let me know that you are following these classes: paul.sharp@econ.ku.dk That way I can contact you e.g. if I need to cancel

More information

Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares

Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares Wooldridge, Introductory Econometrics, 4th ed. Chapter 15: Instrumental variables and two stage least squares Many economic models involve endogeneity: that is, a theoretical relationship does not fit

More information

Economics 308: Econometrics Professor Moody

Economics 308: Econometrics Professor Moody Economics 308: Econometrics Professor Moody References on reserve: Text Moody, Basic Econometrics with Stata (BES) Pindyck and Rubinfeld, Econometric Models and Economic Forecasts (PR) Wooldridge, Jeffrey

More information

This note analyzes OLS estimation in a linear regression model for time series

This note analyzes OLS estimation in a linear regression model for time series LINEAR REGRESSION WITH TIME SERIES DATA Econometrics C LectureNote2 Heino Bohn Nielsen February 6, 2012 This note analyzes OLS estimation in a linear regression model for time series data. We first discuss

More information

Christopher Dougherty London School of Economics and Political Science

Christopher Dougherty London School of Economics and Political Science Introduction to Econometrics FIFTH EDITION Christopher Dougherty London School of Economics and Political Science OXFORD UNIVERSITY PRESS Contents INTRODU CTION 1 Why study econometrics? 1 Aim of this

More information

Econometrics Summary Algebraic and Statistical Preliminaries

Econometrics Summary Algebraic and Statistical Preliminaries Econometrics Summary Algebraic and Statistical Preliminaries Elasticity: The point elasticity of Y with respect to L is given by α = ( Y/ L)/(Y/L). The arc elasticity is given by ( Y/ L)/(Y/L), when L

More information

The Simple Linear Regression Model

The Simple Linear Regression Model The Simple Linear Regression Model Lesson 3 Ryan Safner 1 1 Department of Economics Hood College ECON 480 - Econometrics Fall 2017 Ryan Safner (Hood College) ECON 480 - Lesson 3 Fall 2017 1 / 77 Bivariate

More information

Homoskedasticity. Var (u X) = σ 2. (23)

Homoskedasticity. Var (u X) = σ 2. (23) Homoskedasticity How big is the difference between the OLS estimator and the true parameter? To answer this question, we make an additional assumption called homoskedasticity: Var (u X) = σ 2. (23) This

More information

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017

Introduction to Regression Analysis. Dr. Devlina Chatterjee 11 th August, 2017 Introduction to Regression Analysis Dr. Devlina Chatterjee 11 th August, 2017 What is regression analysis? Regression analysis is a statistical technique for studying linear relationships. One dependent

More information

Long memory in the R$/US$ exchange rate: A robust analysis

Long memory in the R$/US$ exchange rate: A robust analysis Long memory in the R$/US$ exchange rate: A robust analysis Márcio Poletti Laurini 1 Marcelo Savino Portugal 2 Abstract This article shows that the evidence of long memory for the daily R$/US$ exchange

More information

Econometrics. 9) Heteroscedasticity and autocorrelation

Econometrics. 9) Heteroscedasticity and autocorrelation 30C00200 Econometrics 9) Heteroscedasticity and autocorrelation Timo Kuosmanen Professor, Ph.D. http://nomepre.net/index.php/timokuosmanen Today s topics Heteroscedasticity Possible causes Testing for

More information

Multiple Regression Analysis

Multiple Regression Analysis Multiple Regression Analysis y = 0 + 1 x 1 + x +... k x k + u 6. Heteroskedasticity What is Heteroskedasticity?! Recall the assumption of homoskedasticity implied that conditional on the explanatory variables,

More information

Multiple Regression Analysis: Heteroskedasticity

Multiple Regression Analysis: Heteroskedasticity Multiple Regression Analysis: Heteroskedasticity y = β 0 + β 1 x 1 + β x +... β k x k + u Read chapter 8. EE45 -Chaiyuth Punyasavatsut 1 topics 8.1 Heteroskedasticity and OLS 8. Robust estimation 8.3 Testing

More information

ECONOMETRICS HONOR S EXAM REVIEW SESSION

ECONOMETRICS HONOR S EXAM REVIEW SESSION ECONOMETRICS HONOR S EXAM REVIEW SESSION Eunice Han ehan@fas.harvard.edu March 26 th, 2013 Harvard University Information 2 Exam: April 3 rd 3-6pm @ Emerson 105 Bring a calculator and extra pens. Notes

More information

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16)

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) 1 2 Model Consider a system of two regressions y 1 = β 1 y 2 + u 1 (1) y 2 = β 2 y 1 + u 2 (2) This is a simultaneous equation model

More information

Freeing up the Classical Assumptions. () Introductory Econometrics: Topic 5 1 / 94

Freeing up the Classical Assumptions. () Introductory Econometrics: Topic 5 1 / 94 Freeing up the Classical Assumptions () Introductory Econometrics: Topic 5 1 / 94 The Multiple Regression Model: Freeing Up the Classical Assumptions Some or all of classical assumptions needed for derivations

More information

IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors

IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors IV Estimation and its Limitations: Weak Instruments and Weakly Endogeneous Regressors Laura Mayoral IAE, Barcelona GSE and University of Gothenburg Gothenburg, May 2015 Roadmap Deviations from the standard

More information

Linear Regression with 1 Regressor. Introduction to Econometrics Spring 2012 Ken Simons

Linear Regression with 1 Regressor. Introduction to Econometrics Spring 2012 Ken Simons Linear Regression with 1 Regressor Introduction to Econometrics Spring 2012 Ken Simons Linear Regression with 1 Regressor 1. The regression equation 2. Estimating the equation 3. Assumptions required for

More information

Economics 536 Lecture 7. Introduction to Specification Testing in Dynamic Econometric Models

Economics 536 Lecture 7. Introduction to Specification Testing in Dynamic Econometric Models University of Illinois Fall 2016 Department of Economics Roger Koenker Economics 536 Lecture 7 Introduction to Specification Testing in Dynamic Econometric Models In this lecture I want to briefly describe

More information

Econometrics. Week 11. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague

Econometrics. Week 11. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 11 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 30 Recommended Reading For the today Advanced Time Series Topics Selected topics

More information

Econometrics I: Univariate Time Series Econometrics (1)

Econometrics I: Univariate Time Series Econometrics (1) Econometrics I: Dipartimento di Economia Politica e Metodi Quantitativi University of Pavia Overview of the Lecture 1 st EViews Session VI: Some Theoretical Premises 2 Overview of the Lecture 1 st EViews

More information

The GARCH Analysis of YU EBAO Annual Yields Weiwei Guo1,a

The GARCH Analysis of YU EBAO Annual Yields Weiwei Guo1,a 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) The GARCH Analysis of YU EBAO Annual Yields Weiwei Guo1,a 1 Longdong University,Qingyang,Gansu province,745000 a

More information

Lectures 5 & 6: Hypothesis Testing

Lectures 5 & 6: Hypothesis Testing Lectures 5 & 6: Hypothesis Testing in which you learn to apply the concept of statistical significance to OLS estimates, learn the concept of t values, how to use them in regression work and come across

More information

Contest Quiz 3. Question Sheet. In this quiz we will review concepts of linear regression covered in lecture 2.

Contest Quiz 3. Question Sheet. In this quiz we will review concepts of linear regression covered in lecture 2. Updated: November 17, 2011 Lecturer: Thilo Klein Contact: tk375@cam.ac.uk Contest Quiz 3 Question Sheet In this quiz we will review concepts of linear regression covered in lecture 2. NOTE: Please round

More information

Applied Econometrics (MSc.) Lecture 3 Instrumental Variables

Applied Econometrics (MSc.) Lecture 3 Instrumental Variables Applied Econometrics (MSc.) Lecture 3 Instrumental Variables Estimation - Theory Department of Economics University of Gothenburg December 4, 2014 1/28 Why IV estimation? So far, in OLS, we assumed independence.

More information

Econometrics Spring School 2016 Econometric Modelling. Lecture 6: Model selection theory and evidence Introduction to Monte Carlo Simulation

Econometrics Spring School 2016 Econometric Modelling. Lecture 6: Model selection theory and evidence Introduction to Monte Carlo Simulation Econometrics Spring School 2016 Econometric Modelling Jurgen A Doornik, David F. Hendry, and Felix Pretis George-Washington University March 2016 Lecture 6: Model selection theory and evidence Introduction

More information

Lab 11 - Heteroskedasticity

Lab 11 - Heteroskedasticity Lab 11 - Heteroskedasticity Spring 2017 Contents 1 Introduction 2 2 Heteroskedasticity 2 3 Addressing heteroskedasticity in Stata 3 4 Testing for heteroskedasticity 4 5 A simple example 5 1 1 Introduction

More information

Introductory Econometrics

Introductory Econometrics Based on the textbook by Wooldridge: : A Modern Approach Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna November 23, 2013 Outline Introduction

More information

Basic econometrics. Tutorial 3. Dipl.Kfm. Johannes Metzler

Basic econometrics. Tutorial 3. Dipl.Kfm. Johannes Metzler Basic econometrics Tutorial 3 Dipl.Kfm. Introduction Some of you were asking about material to revise/prepare econometrics fundamentals. First of all, be aware that I will not be too technical, only as

More information

Heteroskedasticity. y i = β 0 + β 1 x 1i + β 2 x 2i β k x ki + e i. where E(e i. ) σ 2, non-constant variance.

Heteroskedasticity. y i = β 0 + β 1 x 1i + β 2 x 2i β k x ki + e i. where E(e i. ) σ 2, non-constant variance. Heteroskedasticity y i = β + β x i + β x i +... + β k x ki + e i where E(e i ) σ, non-constant variance. Common problem with samples over individuals. ê i e ˆi x k x k AREC-ECON 535 Lec F Suppose y i =

More information

Analysis of Cross-Sectional Data

Analysis of Cross-Sectional Data Analysis of Cross-Sectional Data Kevin Sheppard http://www.kevinsheppard.com Oxford MFE This version: November 8, 2017 November 13 14, 2017 Outline Econometric models Specification that can be analyzed

More information

TESTING FOR CO-INTEGRATION

TESTING FOR CO-INTEGRATION Bo Sjö 2010-12-05 TESTING FOR CO-INTEGRATION To be used in combination with Sjö (2008) Testing for Unit Roots and Cointegration A Guide. Instructions: Use the Johansen method to test for Purchasing Power

More information

Covers Chapter 10-12, some of 16, some of 18 in Wooldridge. Regression Analysis with Time Series Data

Covers Chapter 10-12, some of 16, some of 18 in Wooldridge. Regression Analysis with Time Series Data Covers Chapter 10-12, some of 16, some of 18 in Wooldridge Regression Analysis with Time Series Data Obviously time series data different from cross section in terms of source of variation in x and y temporal

More information

Eksamen på Økonomistudiet 2006-II Econometrics 2 June 9, 2006

Eksamen på Økonomistudiet 2006-II Econometrics 2 June 9, 2006 Eksamen på Økonomistudiet 2006-II Econometrics 2 June 9, 2006 This is a four hours closed-book exam (uden hjælpemidler). Please answer all questions. As a guiding principle the questions 1 to 4 have equal

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 6 Jakub Mućk Econometrics of Panel Data Meeting # 6 1 / 36 Outline 1 The First-Difference (FD) estimator 2 Dynamic panel data models 3 The Anderson and Hsiao

More information

FinQuiz Notes

FinQuiz Notes Reading 10 Multiple Regression and Issues in Regression Analysis 2. MULTIPLE LINEAR REGRESSION Multiple linear regression is a method used to model the linear relationship between a dependent variable

More information

Iris Wang.

Iris Wang. Chapter 10: Multicollinearity Iris Wang iris.wang@kau.se Econometric problems Multicollinearity What does it mean? A high degree of correlation amongst the explanatory variables What are its consequences?

More information

2. An Introduction to Moving Average Models and ARMA Models

2. An Introduction to Moving Average Models and ARMA Models . An Introduction to Moving Average Models and ARMA Models.1 White Noise. The MA(1) model.3 The MA(q) model..4 Estimation and forecasting of MA models..5 ARMA(p,q) models. The Moving Average (MA) models

More information

WISE International Masters

WISE International Masters WISE International Masters ECONOMETRICS Instructor: Brett Graham INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This examination paper contains 32 questions. You are

More information

Econometrics Part Three

Econometrics Part Three !1 I. Heteroskedasticity A. Definition 1. The variance of the error term is correlated with one of the explanatory variables 2. Example -- the variance of actual spending around the consumption line increases

More information

Modified Variance Ratio Test for Autocorrelation in the Presence of Heteroskedasticity

Modified Variance Ratio Test for Autocorrelation in the Presence of Heteroskedasticity The Lahore Journal of Economics 23 : 1 (Summer 2018): pp. 1 19 Modified Variance Ratio Test for Autocorrelation in the Presence of Heteroskedasticity Sohail Chand * and Nuzhat Aftab ** Abstract Given that

More information

Introduction to Econometrics. Heteroskedasticity

Introduction to Econometrics. Heteroskedasticity Introduction to Econometrics Introduction Heteroskedasticity When the variance of the errors changes across segments of the population, where the segments are determined by different values for the explanatory

More information

ECON The Simple Regression Model

ECON The Simple Regression Model ECON 351 - The Simple Regression Model Maggie Jones 1 / 41 The Simple Regression Model Our starting point will be the simple regression model where we look at the relationship between two variables In

More information

Week 11 Heteroskedasticity and Autocorrelation

Week 11 Heteroskedasticity and Autocorrelation Week 11 Heteroskedasticity and Autocorrelation İnsan TUNALI Econ 511 Econometrics I Koç University 27 November 2018 Lecture outline 1. OLS and assumptions on V(ε) 2. Violations of V(ε) σ 2 I: 1. Heteroskedasticity

More information

Autoregressive Moving Average (ARMA) Models and their Practical Applications

Autoregressive Moving Average (ARMA) Models and their Practical Applications Autoregressive Moving Average (ARMA) Models and their Practical Applications Massimo Guidolin February 2018 1 Essential Concepts in Time Series Analysis 1.1 Time Series and Their Properties Time series:

More information

Econometrics Review questions for exam

Econometrics Review questions for exam Econometrics Review questions for exam Nathaniel Higgins nhiggins@jhu.edu, 1. Suppose you have a model: y = β 0 x 1 + u You propose the model above and then estimate the model using OLS to obtain: ŷ =

More information

Interpreting Regression Results

Interpreting Regression Results Interpreting Regression Results Carlo Favero Favero () Interpreting Regression Results 1 / 42 Interpreting Regression Results Interpreting regression results is not a simple exercise. We propose to split

More information

ECON3150/4150 Spring 2015

ECON3150/4150 Spring 2015 ECON3150/4150 Spring 2015 Lecture 3&4 - The linear regression model Siv-Elisabeth Skjelbred University of Oslo January 29, 2015 1 / 67 Chapter 4 in S&W Section 17.1 in S&W (extended OLS assumptions) 2

More information

REED TUTORIALS (Pty) LTD ECS3706 EXAM PACK

REED TUTORIALS (Pty) LTD ECS3706 EXAM PACK REED TUTORIALS (Pty) LTD ECS3706 EXAM PACK 1 ECONOMETRICS STUDY PACK MAY/JUNE 2016 Question 1 (a) (i) Describing economic reality (ii) Testing hypothesis about economic theory (iii) Forecasting future

More information

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria

Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Arma-Arch Modeling Of The Returns Of First Bank Of Nigeria Emmanuel Alphonsus Akpan Imoh Udo Moffat Department of Mathematics and Statistics University of Uyo, Nigeria Ntiedo Bassey Ekpo Department of

More information

Intermediate Econometrics

Intermediate Econometrics Intermediate Econometrics Markus Haas LMU München Summer term 2011 15. Mai 2011 The Simple Linear Regression Model Considering variables x and y in a specific population (e.g., years of education and wage

More information

Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama

Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama Economics 471: Econometrics Department of Economics, Finance and Legal Studies University of Alabama Course Packet The purpose of this packet is to show you one particular dataset and how it is used in

More information