Forecasting Financial Markets. Time Series Analysis

Size: px
Start display at page:

Download "Forecasting Financial Markets. Time Series Analysis"

Transcription

1 Forecasting Financial Markets Time Series Analysis Copyright Investment Analytics Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 1

2 Overview Time series data & forecasts ARIMA models Model diagnosis & testing Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 2

3 Time Series Data & Forecasting YBEG Historical Data Y T YEND Data Y1 Sample Y t Yn Time Forecasts ˆ Yt m Back- Casting Yˆ 0 Yˆ 1 Within- Sample Forecasts Yˆ n Y ˆ n1 Ex-Post Forecasts Yˆ N ˆ N 1 Y Ex-Ante Forecasts ˆ YN k Forecasting Period Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 3

4 Univariate Time Series Models Autoregressive AR(1): y t = a 0 + a 1 y t-1 + e t Moving Average MA(1): y t = e t + b 1 e t-1 e t = sequence of independent random variables Independent Zero mean Constant variance s 2 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 4

5 White Noise Mean is constant (zero) E(e t ) = m (0) Variance is constant Var(e t ) = E(e t2 ) = s 2 Uncorrelated Cov(e t, e t-j ) = 0 for j < > 0 and t Gaussian White Noise If e t is also normally distributed Strict White Noise e t are independent Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 5

6 Lag Operator L m y t = y t-m So AR(1) process can be represented as: (1 - bl) y t = e t Invertibility An AR(1) process can be represented as MA(): If b < 1 y t = (1 - bl) -1 e t y t = [1 + bl + (bl) ] e t y t = e t + b e t-1 + b 2 e t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 6

7 Stationarity Weak (covariance) stationarity Population moments are time-independent: E(y t ) = m Var(y t ) = s 2 Cov(y t, y t-j ) = g j Example: white noise e t Strong stationarity In addition, y t is normally distributed Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 7

8 Stationary Series Stationary Series ~ N(0,1) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 8

9 Stationarity of AR(1) Process AR(1) Process: y t = a 0 + a 1 y t-1 + e t Expected value E(y t ) is time-dependent: t 1 0 i0 E( y ) a a a y t i 1 If a 1 < 1, then as t, process is stationary Lim E(y t ) = a 0 / (1 - a 1 ) Hence mean of y t is finite and time independent Also Var(y t ) = E[e t + a 1 e t-1 + a 12 e t ) 2 ] = s 2 [1 + (a 1 ) 2 + (a 1 ) ] = s 2 /[1 - (a 1 ) 2 ] And Cov(y t, y s ) = s 2 (a 1 ) s /[1 - (a 1 ) 2 ] t 1 0 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 9

10 Stationarity Considerations Sample drawn from recent process may not be stationary Hence many econometricians assume process has been continuing for infinite time Can be problematic E.G. FX rate changes post Bretton-woods Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 10

11 Random Walk Process Random Walk with drift y t = a 0 + a 1 y t -1 + e t With a 1 = 1 A non-stationary process Random Walk with Drift Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 11

12 Random Walk Process Random Walk without drift y t = a 0 + a 1 y t -1 + e t With a 1 = 1, a 0 = 0 Dy t = e t or y t = (1- L) -1 e t = e t + e t + e t-1 + e t-2... Also a non-stationary process Variance of y t gets larger over time Hence not independent of time. Var n 2 2 ( yt ) E et 2ete s ns 1 ts Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 12

13 Moving Average Process MA(1) process y t = e t + be t-1 = (1 + bl)e t Invertibility: b < 1 (1+bL) -1 y t = e t y t = S(-b) j y t-j + e t So MA(1) process with b < 1 is an infinite autoregressive process Similary an AR(1) process with b < 1 is invertible i.e. can be represented as an infinite MA process Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 13

14 MA(1) Process MA(1) Process Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 14

15 ARMA(1, 1) Process y t = a 1 y t-1 + e t + be t-1 ARMA(1, 1) Process y t = ay t-1 + e t + bet Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 15

16 General ARMA Process Any stationary time series can be approximated by a mixed autoregressive moving average model ARMA(p, q) y t = f 1 y t-1 + f 2 y t f p y t-p + e t + q 1 e t-1 + q 2 e t q q e t-q F(L) y t = q(l)e t F and Q are polynomials in the lag operator L F(L) = 1 - f 1 L - f 2 L f p L p Q(L) 1 q 1 L + q 2 L q q L q Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 16

17 Unit Roots Stationarity Condition Roots of f(l) must lie outside the unit circle x i > 1 for all roots x i Invertibility Condition Roots of q(l) must lie outside the unit circle z i > 1 for all roots z i Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 17

18 Autocorrelation Population autocorrelation between y t and y t-t r t g t /g 0 (t 1, 2,...) g t is the autocovariance function at lag t g t = Cov(y t, y t-t ) g 0 = Var (y t ) r 0 = 1, by definition Sample autocorrelation: r t c t /c 0 Where c t is the sample autocovariance c t 1 n t n tt 1 ( y t y)( y tt y) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 18

19

20 ACF for AR(1) Process AR(1) Process: y t = a 0 + a 1 y t-1 + e t Correlation: r s = (a 1 ) s, s = 0, 1,... Since: g 0 s 2 /[1 - (a 1 ) 2 ] g s s s (a 1 ) s / [1 - (a 1 ) 2 ] Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 20

21 a 1 = 0.75 ACF for AR(1) Process ACF for AR(1) Process Estimated Theoretical Lag a 1 = ACF for AR(1) Process Theoretical Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 21 Lag Estimated

22 ACF for MA(1) Process MA(1) Process: y t = e t + be t-1 Yule-Walker Equations g 0 = Var(y t ) = E(y t y t ) = E[(e t + be t-1 ) (e t + be t-1 )] = (1 + b 2 )s 2 g 1 = E(y t y t-1 ) = E[(e t + be t-1 ) (e t-1 + be t-2 )] = bs 2 g s = E(y t y t-s ) = E[(e t + be t-1 ) (e t-s + be t-s-1 )] = 0, s >1 ACF r 0 = 1 r 1 = b / (1 + b 2 ) r s = 0, for s > 1 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 22

23 b = 0. 5 ACF for MA(1) Process ACF for MA(1) Process b = -0.5 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 23

24 Partial Autocorrelation Function (PACF) In AR(1) process y t and y t-2 are correlated Indirectly, through y t-1 r 2 = Corr(y t, y t-2 ) = Corr(y t, y t-1 ) * Corr(y t-1, y t-2 ) = r 1 2 Partial autocorrelation between y t and y t-s Eliminates effects of intervening values y t-1 to y t-s+1 Effectively doing autoregression of y t against y t-1 to y t-s y t = S b i y t-i + e t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 24

25 Form series y* t = y t - m M is mean e{y t } Calculating PACF Form first-order autoregressive equation Y* t = f 11 y* t-1 + e t e t is error process which may not be white noise f 11 is both AC and PAC between y t and y t-1 Form second-order autoregressive equation Y* t = f 21 y* t-1 + f 22 y* t-2 + e t F 22 is PAC between y t and y t-2, i.e autocorrelation between y t and y t-2 controlling (netting out) effect of y t-1 Repeat for all additional lags to obtain PACF Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 25

26 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 26 PACF by Yule-Walker Form PACF from ACF f 11 = r 1, f 22 = (r 2 - r 12 ) / (1 - r 12 ) Formula for additional lags s = 3, 4, s j j s s j j s s s ss r f r f r f 1 2,... 1, 1,, 1 s j j s s ss j s sj f f f f

27 PACF for AR and MA Processes For AR(p) process No direct correlation between y t and y t-s for s > p Hence f ss = 0 for s > p Good means of indentifying AR(p) type process For MA(1) process y t = e t + be t-1 = (1 + bl)e t y t = S(-b) j y t-j + e t for b < 1 Hence y t is correlated with all its own lags PACF will decay geometrically Direct if b < 0 Alternating if b > 0 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 27

28 Lab: ARMA(1, 1) Process ARMA(1, 1): y t = a 1 y t-1 + e t + b 1 e t-1 Lab: Generate time series Compute theoretical ACF Yule-Walker equations Estimate sample ACF Autocorrel function How does pattern of ACF depend on parameters? Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 28

29 Solution: ARMA(1, 1) Process Yule-Walker Equations g 0 = E(y t y t ) = a 1 E(y t-1 y t )+ E(e t y t ) + b 1 E(e t-1 y t ) = a 1 g 1 + s 2 + b 1 E[e t-1 (a 1 y t-1 + e t + b 1 e t-1 )] = a 1 g 1 + s 2 + b 1 (a 1 + b 1 ) s 2 g 1 = E(y t y t-1 ) = a 1 E(y t-1 y t-1 )+ E(e t y t-1 ) + b 1 E(e t-1 y t-1 ) = a 1 g 0 + b 1 s 2 g s = E(y t y t-s ) = a 1 E(y t-1 y t-s )+ E(e t y t-s ) + b 1 E(e t-1 y t-s ) = a 1 g s-1 Solution g b1 2a1b 1 2 s (1 a ) 2 1 g 1 (1 a1b1 )( a b1) 2 s (1 a ) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: (1 a1b1)( a1 b1) r1 2 (1 b 2a b ) 1 1 1

30 ACF for ARMA(1, 1) Process a 1 = b 1 = ACF for ARMA(1,1) Process Theoretical Estimated Lag a 1 = 0.6, b 1 = ACF for ARMA(1,1) Process Theoretical Estimated Lag Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 30

31 PACF for ARM(1,1) Process a 1 = b 1 = PACF for ARMA(1,1) Process Theoretical Estimated Lag PACF for ARMA(1,1) Process a 1 = 0.7, b 1 = Theoretical Estimated Lag Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 31

32 Properties of ACF and PACF Process ACF PACF White Noise All r s = 0 All f ss = 0 AR(1): a > 0 Geometric decay: r 1 = a s f 11 = r 1 ; f ss = 0; s>1 AR(1): a < 0 Oscillating decay: r 1 = a s f 11 = r 1 ; f ss = 0; s>1 MA(1): b > 0 +ve spike at lag 1. Oscillating decay r 0 = 0 for s > 1 f 11 > 0 MA(1): b < 0 -ve spike at lag 1. Decay r 0 = 0 for s > 1 f 11 > 0 ARMA(1,1): a < 0 Geometric decay at lag 1 Osc. decay at lag 1 Sign r 1 = sign(a+b) f 11 = r 1 ARMA(1,1): a > 0 Oscillating decay at lag 1 Geom. decay at lag 1 Sign r 1 = sign(a+b) f 11 = r 1 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 32

33 Box-Jenkins Methodology Phase I - identification Identify appropriate models Phase II - estimation & testing Estimate model parameters Check residuals Phase III application Use model to forecast Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 33

34 Phase I - Identification Data preparation Transform data to stabilise variance Difference data to obtain stationary series Model selection Examine data, ACF and PACF to identify potential models Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 34

35 Phase II - Estimation & Testing Estimation Estimate model parameters Select best model using suitable criterion Diagnostics Check ACF/PACF of residuals Do portmanteau test of residuals Are residuals white noise? If not, return to phase I (model selection) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 35

36 Model Selection Criteria Two objectives Minimize sums of squares of residuals Can always reduce by adding more parameters Parsimony Avoid excess paramterization I.E. Loss of degrees of freedom Better forecasting performance Solution Penalize the likelihood for each additional term added to model Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 36

37 Likelihood Function Assume y t ~ No(m, s 2 ) Likelihood L = (-n/2)[ln(2) +Ln(s 2 )] - (1/2s 2 )S(y t - m) 2 Maximizing wrt m, s 2 : MLE Estimates m = Sy t / n (s) 2 = S(y t - m) 2 / n Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 37

38 Likelihood Function in Regression Simple Linear Regression: y t = bx t + e t e t ~ IID No(0, s 2 ) Likelihood L = (-n/2)[ln(2) +Ln(s 2 )] - (1/2s 2 )S(y t - bx t ) 2 MLE Estimates (s) 2 = S(e t ) 2 / n b S(x t y t ) / S(x t ) 2 Standard Error s b = s / {S(x t - x mean ) 2 } 1/2 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 38

39 Maximum Likelihood Estimation Akaike information criterion (AIC) AIC = -2Ln(Likelihood) + 2m nln(sse) + 2m Schwartz Bayesian information criterion (BIC) BIC = -2Ln(Likelihood) + mln(n) nln(sse) + mln(n) L is likelihood function SSE is error sums of squares n is number of observations m is number of model parameters Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 39

40 Using MLE Model Criteria When comparing models: N should be kept fixed E.G. With 100 data points estimate an AR(1) and AR(2) using only last 98 points. Use same time period for all models AIC and BIC should be as small as possible What matter is comparative value of AIC or BIC BIC has better large sample properties AIC will tend to prefer over-paramaterized models Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 40

41 Sums of Squares Sums of Squares Due to Model = SSM SSM ( yˆ y) t 2 Due to Error = SSE SSE y t yˆ ( t 2 ) Total Sums of Squares = SST = SSM + SSE SST ( y y) t 2 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 41

42 ANOVA and Goodness of Fit F test statistic = MSR/MSE With 1 and n-m-1 degrees of freedom n is #observations, m is # independent variables Large value indicates relationship is statistically significant Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 42

43 Coefficient of Determination R 2 = SSR/SST How much of total variation is explained by regression Adjusted R 2 Adjusted R 2 = 1 - (1 - R 2 ) (n - 1) / (n - m - 1) Idea: R 2 can always increase by adding more variables Penalize R 2 for loss of degrees of freedom Useful for comparing models with different # independent variables m Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 43

44 Diagnostic Checking You need to check residuals: e i = (y i - f i ) Residual = actual - forecast Residual plot: residual vs. actual Residual plot should be random scatter around zero If not, it implies poor fit, confidence intervals invalid However, estimates are still the best we can achieve, but we can t say how good they are likely to be. Test for: Bias: non-zero mean Heteroscedasticity (non-constant variance) Non-normality of residuals Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 44

45 Residual Residual Plot F t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 45

46 Residual Residual Plot - Bias F t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 46

47 Residual Residual Plot - Heteroscedasticity F t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 47

48 Anderson, Bartlett & Quenoille ACF and PACF coefficients ~ No(0, 1/n) If data is white noise Hence 95% of coefficients lie in range 1.96/n Stationary Series ACF Lag Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 48

49 Durbin-Watson Test DW n t2 ( e t1 ) 2 t1 Check for serial autocorrelation in residuals Range: 0 to 4. DW 2 for white noise Small values indicate +ve autocorrelation Large values indicate -ve autocorrelation NB not valid when model contains lagged values of y t Use DW-h = (1 - DW/2){n/[1-ns a ]} ~ no(0,1) for large n S a is the standard error of the one-period lag coefficient a 1 t n e e 2 t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 49

50 Portmanteau Tests: Box-Pierce Simultaneous tests of ACF coefficients to see if data (residuals) are white noise Box-Pierce Q n s1 Usually h 20 is selected Used to test autocorrelations of residuals h r 2 s If residuals are white noise the Q ~ c 2 (h-m) m is number of model parameters (0 for raw data) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 50

51 Portmanteau Tests: Ljung-Box More accurate for small n Q* n( n 2) h s1 r 2 s n s If data is white noise then Q* ~ c 2 (h-m) Usual to conclude that data is not white noise if Q exceeds 5% of right hand tail of c 2 distn. Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 51

52 Tests for Normality Error Distribution Moments Skewness: should be ~ 0 Kurtosis: should be ~ 3 Jarque-Bera Test J-B = n[skewness / 6 + (Kurtosis 3) 2 / 24] J-B ~ c 2 (2) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 52

53 Lab: Box-Jenkins Analysis Test Data Set 1 Fit ARMA model using Using box Jenkins methodology Compute & examine ACF and PACF Estimate MLE model parameters Check residuals using portmanteau tests How good is your model at forecasting? 5.0 Time Series and Forecast Actual Forecast Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 53

54 Solution: Box-Jenkins Analysis Test Data Set 1 ACT and PACF suggest AR(1) Model ACF and PACF - Time Series ACF PA C F U p p er 9 5 % Lo wer 9 5 % Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 54

55 Solution: Box-Jenkins Analysis Test Data Set 1 MLE Estimate: a = Residuals are white noise: ACF & PACF - Residuals ACF PA C F U p p er 9 5 % Lo wer 9 5 % Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 55

56 Forecast Function E.g. AR(1) process: y t+1 = a 0 + a 1 y t + e t+1 Forecast Function E t (y t+1 ) = a 0 + a 1 y t E t (y t+j ) = E t (y t+j y t, y t-1, y t-2,..., e t, e t-1,...) E t (y t+2 ) = a 0 + a 1 E t (y t+1 ) = a 0 + a 0 a 1 + a 12 y t E t (y t+j ) = a 0 (1 + a 1 + a a 1 j-1 ) + a 12 y t a 0 /(1- a 1 ) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 56

57 Forecast Error J-step ahead forecast error: h t (j) = y t+j - E t (y t+j ) h t (1) = y t+1 - E t (y t+1 ) = e t+1 h t (2) = y t+2 - E t (y t+2 ) = e t+2 + a 1 e t+1 h t (j) = e t+j + a 1 e t+j-1 + a 12 e t+j a 1 j-1 e t+1 Forecasts are unbiased E t [h t (j)] = E[e t+j + a 1 e t+j-1 + a 12 e t+j a 1 j-1 e t+1 ] = 0 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 57

58 Forecast Variance Confidence Intervals Var[h t (j)] = s 2 [1 j + a a a 1 2(j-1) ] s 2 /(1- a 1 2 ) Forecast variance is an increasing function of j In limit, forecast variance converges to variance of {y t } Confidence Intervals Var[h t (1)] = s 2 Hence 95% confidence interval for y t+1 is a 0 + a 1 y t 1.96s Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 58

59 Non-Stationarity Non-stationarity in the mean Differencing often produces stationarity E.g. if y t is random walk with drift, Dy t is stationary Differencing Operator: D d Difference y t d times to yield stationary series D d (y t ) For most economic time series d = 1 or 2 is sufficient Non-stationarity in the variance Use power or logarithmic transformation E.g. Stock returns r t = Ln(P t+1 / P t ) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 59

60 ARIMA(p,d,q) models ARIMA Models Autoregressive Integrated Moving Average d is the order of the differencing operator required to produce stationarity (in the mean) Many economic time series are modeled ARIMA(0,1,1) Dy t = a 0 + e t + b 1 e t-1 e.g. GDP, consumption, income Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 60

61 Seasonal Models Box-Jenkins technique for seasonal models No different than for non-seasonal Seasonal coefficients of the ACF and PACF appear at lags s, 2s, 3s,.. Examples of Seasonal Models Additive y t = a 1 y t-1 + a 4 (y t-4 ) + e t y t = e t + b 4 (e t-4 ) + e t Multiplicative (1 - a 1 L)(1 - a 4 L 4 )y t = (1 - b 1 L)e t Captures interactive effects in terms e.g. (a 1 a 4 y t -5 ) Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 61

62 How to Model Seasonal Data Explicitly in model With AR and/or MA terms at lag S Seasonal differencing Difference series at lag S to achieve (seasonal) stationarity E.g. for monthly seasonality form y* t = y t - y 12 Model resulting stationary series y* t in usual way Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 62

63 Lab: Modelling the US Wholesale Price Index 140 US Wholesale Prices Index (1985 = 100) Jan-60 Jan-62 Jan-64 Jan-66 Jan-68 Jan-70 Jan-72 Jan-74 Jan-76 Jan-78 Jan-80 Jan-82 Jan-84 Jan-86 Jan-88 Jan-90 Jan-92 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 63

64 Lab: US Wholesale Price Index Data preparation Clearly non-stationary in mean and variance Consider DLn(WPI) Identification for transformed series Examine transformed series, ACF and PACF Seasonal (quarterly) Model estimation & testing AR(2) ARMA(1,1) ARMA(2,1) with seasonal term at lag 4 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 64

65 Solution: US Wholesale Price Index Best model is seasonal ARMA[1, (1,4)] y t = y t-1 + e t e t e t-4 Model a 0 a 1 a 2 b 1 b 4 AIC BIC Adj. R 2 AR(1) % 0.04% 0.00% AR(2) % 0.52% 0.00% 0.46% ARMA(1,(1,4)) % 5.96% 0.03% 3.48% 0.07% ARMA(2,(1,4)) % 6.25% 0.02% 43.38% 2.98% 0.06% Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 65

66 Solution: US Wholesale Price Index Changes in Log(Wholesale Prices Index) Actual Forecast Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 66

67 Regression Models Linear models of form: Y t = b 0 + b 1 X 1t + b 2 X 2t b m X mt + e t {e t }is strict white noise process X i are independent, explanatory variables May or may not be causal Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 67

68 Example: Regression Model for Excess Equity Returns Pesaran & Timmermann (1974) Y t b0 b YSP b PI12 b DI11 b DIP12 1 t1 2 t2 3 t1 4 t2 e t Y t is excess return on S&P500 over the 1-month T-Bill rate. YSP is the dividend yield, defined as: 12-month average dividend / month-end S&P500 Index value PI12 is the rate of change of the 12-month moving average of the producer price index: PI12 = Ln{PPI12 / PPI12(-12)} DI11 is the change in the 1-month T-Bill rate DIP12 is the rate of change of the 12-month moving average of the index of industrial production DIPI12 = Ln{IP12 / IP12(-12)} Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 68

69 Regression Methods Standard Method Use all data Problem: data dependent; structural change Stepwise Forward: start with minimal model, add variables Backward: start with full model and eliminate variables Estimate contribution of individual variables Rolling/ Recursive Re-estimate regression over overlapping, successive fixedlength periods Re-estimate regression after adding each new period s data Useful for ex-ante estimation & out of sample forecasting Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 69

70 Lab: Recursive Regression Prediction of Excess Equity Returns Replicate part of Pesaran & Timmermann study Monthly SP500 excess returns Use recursive regression & ex-ante variables Examine forecasting performance Develop trading system Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 70

71 Recursive Parameter Estimates Recursive Parameter Estimation M2 1962M M6 1968M2 1970M M6 1976M2 1978M M6 1984M2 1986M M6 1992M2 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 71

72 Parameter Estimates & ANOVA PARAMETERS SE t-statistic Prob 1.497% 0.003% 0.002% 0.595% 0.009% ANOVA R 2 8.6% Correl 20.7% F DF Prob 0.000% Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 72

73 Residuals 20% 15% 10% 5% Errors 0% -6.00% -4.00% -2.00% 0.00% 2.00% 4.00% 6.00% 8.00% 10.00% 12.00% 14.00% -5% -10% -15% -20% -25% Forecast Excess Returns Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 73

74 Trading System Performance S&P500 Cumulative Trading Returns 350% 300% Regression Buy & Hold 250% 200% 150% 100% 50% 0% -50% 1960M2 1962M2 1964M2 1966M2 1968M2 1970M2 1972M2 1974M2 1976M2 1978M2 1980M2 1982M2 1984M2 1986M2 1988M2 1990M2 1992M2 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 74

75 Random Walk Model Special case of AR(1) with a 0 = 0 and a 1 = 1 y t = y t-1 + e t y t = y 0 + Se i Mean is Constant for i = 1,..., t E(y t ) = E(y 0 ) + E(Se i ) = y 0 Conditional Mean = y t y t+s = y t + Se t+i for i = 1,..., s E t (y t+s ) = y t + E t (Se t+i ) = y t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 75

76 Shocks and Random Walks Series is permanently affected by shocks e t has non-decaying effect on {y t } Variance is time-dependant Var(y t ) = Var(Se t ) = ts 2 Hence non-stationary Covariance E[(y t - y 0 )(y t-s - y 0 ) = E[(Se i )(e t-s + e t-s e 1 )] = E[(e t-s ) (e 1 ) 2 ] g t-s = (t - s)s 2 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 76

77 Correlation of Random Walk Process Correlation: r s = [(t-s)/t] 1/2 For small s, (t-s)/t 1 As s increases, r s will decay very slightly Identification Problem Can t use ACF to distinguish between a unit root process (a 1 = 1) and one in which a 1 is close to 1 Will mimic an AR(1) process with a near unit root Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 77

78 Testing for Random Walk AR process y t = a 1 y t-1 + e t Hypothesis test a 1 = 0 Can use t-test OLS estimate of a 1 is efficient Because a 1 < 1 and {e t } is white noise Hypothesis test a 1 = 1; can t use t-test {y t } is non-stationary: y t = Se i Variance becomes infinitely large OLS estimate of a 1 will be biased below true value a 1 ~ r 1 = [(t-1)/t] 1/2 < 1 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 78

79 Random Walk Example Appears stationary ACF decays to zero Random Walk with Drift: y t = y t-1 + e t ACF for Random Walk Estimated Lag Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 79

80 Dickey-Fuller Methodology Use Monte-Carlo Generate 10,000 unit root processes {y t } Estimate parameter a 1 Estimate confidence levels: 90% of estimates are less than 2.58 SE from 1 95% of estimates are less than 2.89 SE from 1 99% of estimates are less than 3.51 SE from 1 Test Example Suppose we have series for which estimated value of parameter a 1 is 2.95 SE < 1 Reject hypothesis of unit root at 5% level Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 80

81 Dickey-Fuller Tests Unit Root Process: y t = a 1 y t-1 + e t Equivalent form Dy t = gy t-1 + e t g = 1 - a 1 Test: g = 0 Equivalent to testing a 1 = 1 Other unit root regression models Dy t = a 0 + gy t-1 + e t Dy t = a 0 + gy t-1 + a 2 t + e t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 81

82 Dickey-Fuller Test Procedure Test Procedure Estimate g using OLS Compute t-statistic Divide OLS estimate by SE Compare t-statistic with appropriate critical value in Dickey-Fuller tables Critical value depends on sample size form of model confidence level Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 82

83 Critical Values Model Hypothesis Test Statistic 95% and 99% critical values Dy t = a 0 + gy t-1 + a 2 t + e t g = 0 t t & g = a 2 = 0 f & 8.73 a 0 g = a 2 = 0 f & 6.50 Dy t = a 0 + gy t-1 + e t g = 0 t m & a 0 g = 0 f & 6.70 Dy t = gy t-1 + e t g = 0 t & Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 83

84 Joint Tests Used to test joint hypotheses e.g. a 0 = g = 0 Constructed like ordinary F-test f i [ RSS ( restricted ) RSS ( unrestricted ) RSS ( unrestricted ) /( T k) RSS(restricted) = error sums of squares from restricted model RSS(unrestricted) = error sums of squares from unrestricted model r = # restrictions T = # observations k = # parameters in unrestricted model Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 84 / r

85 Extensions of Dickey-Fuller AR(p) Process y t = a 0 + a 1 y t a p-2 y t-p+2 + a p-1 y t-p+1 + a p y t-p + e t Add and subtract a p y t-p+1 y t = a 0 + a 1 y t a p-2 y t-p+2 + (a p-1 + a p )y t-p+1 - a p Dy t-p+1 + e t Add and subtract (a p-1 + a p )y t-p+2 y t = a 0 + a 1 y t (a p-1 + a p ) Dy t-p+2 - a p Dy t-p+1 + e t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 85

86 Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 86 General Form of AR(p) Process If g = 0, equation has unit root (since all in differences) Hence can use same Dickey-Fuller statistic No intercept or trend: t Intercept, no trend: t m Intercept and Trend: t t D D p i t i t i t t y y a y e b g p i j i i p i i a b a 1 1 g

87 Problems With Dickey-Fuller How to handle MA terms Invertibility: MA model AR() model Said & Dickey: ARIMA(p,1,q) ARIMA(n, 1, 0) N T 1/3 Require order of AR(p) process to estimate g Start with long lag and pare down model using standard t-tests Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 87

88 Tests for Multiple Unit Roots Dickey & Pantula Perform DF tests on successive differences E.g. 2 unit roots suspected Form D 2 y t = a 0 + b 1 Dy t-1 + e t Use DF t statistic to test b 1 = 0 If b 1 differs from zero then test for single unit root Form D 2 y t = a 0 + b 1 Dy t-1 + b 2 y t-2 + e t Test null hypothesis: b 1 = 0 using DF If rejected, conclude {y t } is stationary Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 88

89 Phillips-Perron Tests Phillips-Perron generalizes DF to cover: Serially correlated errors and non-constant variance Models: y t = a 0 + a 1 y t-1 + a 2 t + m t Test a 1 = 0 using standard DF critical values and statistic: 2 X 1/ Tw 2 2 ) ( D X = det(x T X), the determinant of the regressor matrix X S is the standard error of the regression w is the # of estimated correlations ~ s Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: s~ s~ S ~ 4 T 1 ~ s S ~ t D T T T Tw ui T i1 T s1 ts1 a T w u t u ts T w

90 Problems in Testing for Unit Roots Low power of unit root tests Can t distinguish between unit root and near unit root process Too often indicate that process contains unit root Tests are conditional on model form Tests for unit roots depend on presence of deterministic regressors Test for deterministic regressors depend on presence of unit roots Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 90

91 Unit Roots In FX Markets Purchasing power parity Currency depreciates by difference between domestic & foreign inflation rates PPP model E t = p t - p* t + d t E t is log of dollar price of foreign exchange p t is log of US price levels p* t is log of foreign price levels d t represents deviation from PPP in period t Testing PPP Reject if series {d t } is non-stationary Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 91

92 Real Exchange Rates Real exchange rates Define r t e t + p* t - p t PPP holds if {r t } is stationary Create series using: r t = Ln(S t x WPI JP t / WPI US t) S t is the spot yen fx rate at time t WPI JP t is the Japanese whole price index at time t (Feb 1973 = 100) WPI US t is the US whole price index at time t Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 92

93 Lab: Testing Purchasing Power Parity Worksheet: PPP Series of real Yen FX rates Dickey Fuller Test Form series Dr t = a 0 + gr t-1 + e t Estimate parameters using max. likelihood Do T-Test D-F test with critical value of Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 93

94 Solution: Purchasing Power Parity MLE SE t p Max Likelihood a % AIC g % BIC DW 2.03 m 1 R 2 1.6% n 202 Adj. R 2 1.1% ANOVA DF SS MS F p Portmanteau Tests Model % Q(24) p Error Box-Pierce % Total Ljung-Box % T-Test: H 0 : g = 0 Could reject at the 93% confidence level Conclude series is stationary and PPP holds Dickey-Fuller Can t reject unit root hypothesis at 95% level Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 94

95 Summary: Time Series Analysis Simple methods Exponential smoothing, etc. Simple, low cost, often effective Limitations Query out of sample performance Underlying model not articulated ARIMA models Staple of econometricians Models articulated and testable Limitations Estimation is non-trivial Problems with (near) random processes Copyright Investment Analytics Forecasting Financial Markets Time Series Analysis Slide: 95

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 29 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 29 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

More information

Economics 413: Economic Forecast and Analysis Department of Economics, Finance and Legal Studies University of Alabama

Economics 413: Economic Forecast and Analysis Department of Economics, Finance and Legal Studies University of Alabama Problem Set #1 (Linear Regression) 1. The file entitled MONEYDEM.XLS contains quarterly values of seasonally adjusted U.S.3-month ( 3 ) and 1-year ( 1 ) treasury bill rates. Each series is measured over

More information

Econometrics II. Seppo Pynnönen. Spring Department of Mathematics and Statistics, University of Vaasa, Finland

Econometrics II. Seppo Pynnönen. Spring Department of Mathematics and Statistics, University of Vaasa, Finland Department of Mathematics and Statistics, University of Vaasa, Finland Spring 2018 Part IV Financial Time Series As of Feb 5, 2018 1 Financial Time Series Asset Returns Simple returns Log-returns Portfolio

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

This homework assignment uses the material on pages ( A moving average ).

This homework assignment uses the material on pages ( A moving average ). Module 2: Time series concepts HW Homework assignment: equally weighted moving average This homework assignment uses the material on pages 14-15 ( A moving average ). 2 Let Y t = 1/5 ( t + t-1 + t-2 +

More information

Determinants of Stock Prices in Ghana

Determinants of Stock Prices in Ghana Current Research Journal of Economic Theory 5(4): 66-7, 213 ISSN: 242-4841, e-issn: 242-485X Maxwell Scientific Organization, 213 Submitted: November 8, 212 Accepted: December 21, 212 Published: December

More information

Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis

Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis Forecasting Exchange Rate between Thai Baht and the US Dollar Using Time Series Analysis Kunya Bowornchockchai International Science Index, Mathematical and Computational Sciences waset.org/publication/10003789

More information

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late)

University of New South Wales Semester 1, Economics 4201 and Homework #2 Due on Tuesday 3/29 (20% penalty per day late) University of New South Wales Semester 1, 2011 School of Economics James Morley 1. Autoregressive Processes (15 points) Economics 4201 and 6203 Homework #2 Due on Tuesday 3/29 (20 penalty per day late)

More information

Univariate Time Series Analysis of Forecasting Asset Prices

Univariate Time Series Analysis of Forecasting Asset Prices [ VOLUME 3 I ISSUE 3 I JULY SEPT. 2016] E ISSN 2348 1269, PRINT ISSN 2349-5138 Univariate Time Series Analysis of Forecasting Asset Prices Tanu Shivnani Research Scholar, Jawaharlal Nehru University, Delhi.

More information

Chapter 4 Level of Volatility in the Indian Stock Market

Chapter 4 Level of Volatility in the Indian Stock Market Chapter 4 Level of Volatility in the Indian Stock Market Measurement of volatility is an important issue in financial econometrics. The main reason for the prominent role that volatility plays in financial

More information

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 59

Chapter 5 Univariate time-series analysis. () Chapter 5 Univariate time-series analysis 1 / 59 Chapter 5 Univariate time-series analysis () Chapter 5 Univariate time-series analysis 1 / 59 Time-Series Time-series is a sequence fx 1, x 2,..., x T g or fx t g, t = 1,..., T, where t is an index denoting

More information

Financial Econometrics: Problem Set # 3 Solutions

Financial Econometrics: Problem Set # 3 Solutions Financial Econometrics: Problem Set # 3 Solutions N Vera Chau The University of Chicago: Booth February 9, 219 1 a. You can generate the returns using the exact same strategy as given in problem 2 below.

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

US HFCS Price Forecasting Using Seasonal ARIMA Model

US HFCS Price Forecasting Using Seasonal ARIMA Model US HFCS Price Forecasting Using Seasonal ARIMA Model Prithviraj Lakkakula Research Assistant Professor Department of Agribusiness and Applied Economics North Dakota State University Email: prithviraj.lakkakula@ndsu.edu

More information

A Predictive Model for Monthly Currency in Circulation in Ghana

A Predictive Model for Monthly Currency in Circulation in Ghana A Predictive Model for Monthly Currency in Circulation in Ghana Albert Luguterah 1, Suleman Nasiru 2* and Lea Anzagra 3 1,2,3 Department of s, University for Development Studies, P. O. Box, 24, Navrongo,

More information

Modeling Volatility of Price of Some Selected Agricultural Products in Ethiopia: ARIMA-GARCH Applications

Modeling Volatility of Price of Some Selected Agricultural Products in Ethiopia: ARIMA-GARCH Applications Modeling Volatility of Price of Some Selected Agricultural Products in Ethiopia: ARIMA-GARCH Applications Background: Agricultural products market policies in Ethiopia have undergone dramatic changes over

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Midterm

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Midterm Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Midterm GSB Honor Code: I pledge my honor that I have not violated the Honor Code during this examination.

More information

Conditional Heteroscedasticity

Conditional Heteroscedasticity 1 Conditional Heteroscedasticity May 30, 2010 Junhui Qian 1 Introduction ARMA(p,q) models dictate that the conditional mean of a time series depends on past observations of the time series and the past

More information

Per Capita Housing Starts: Forecasting and the Effects of Interest Rate

Per Capita Housing Starts: Forecasting and the Effects of Interest Rate 1 David I. Goodman The University of Idaho Economics 351 Professor Ismail H. Genc March 13th, 2003 Per Capita Housing Starts: Forecasting and the Effects of Interest Rate Abstract This study examines the

More information

Financial Time Series Analysis (FTSA)

Financial Time Series Analysis (FTSA) Financial Time Series Analysis (FTSA) Lecture 6: Conditional Heteroscedastic Models Few models are capable of generating the type of ARCH one sees in the data.... Most of these studies are best summarized

More information

Institute of Actuaries of India Subject CT6 Statistical Methods

Institute of Actuaries of India Subject CT6 Statistical Methods Institute of Actuaries of India Subject CT6 Statistical Methods For 2014 Examinations Aim The aim of the Statistical Methods subject is to provide a further grounding in mathematical and statistical techniques

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2016, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Forecasting the Philippine Stock Exchange Index using Time Series Analysis Box-Jenkins

Forecasting the Philippine Stock Exchange Index using Time Series Analysis Box-Jenkins EUROPEAN ACADEMIC RESEARCH Vol. III, Issue 3/ June 2015 ISSN 2286-4822 www.euacademic.org Impact Factor: 3.4546 (UIF) DRJI Value: 5.9 (B+) Forecasting the Philippine Stock Exchange Index using Time HERO

More information

Statistics and Finance

Statistics and Finance David Ruppert Statistics and Finance An Introduction Springer Notation... xxi 1 Introduction... 1 1.1 References... 5 2 Probability and Statistical Models... 7 2.1 Introduction... 7 2.2 Axioms of Probability...

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay. Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay. Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2013, Mr. Ruey S. Tsay Midterm ChicagoBooth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

Modeling and Forecasting Consumer Price Index (Case of Rwanda)

Modeling and Forecasting Consumer Price Index (Case of Rwanda) American Journal of Theoretical and Applied Statistics 2016; 5(3): 101-107 http://www.sciencepublishinggroup.com/j/ajtas doi: 10.11648/j.ajtas.20160503.14 ISSN: 2326-8999 (Print); ISSN: 2326-9006 (Online)

More information

Gloria Gonzalez-Rivera Forecasting For Economics and Business Solutions Manual

Gloria Gonzalez-Rivera Forecasting For Economics and Business Solutions Manual Solution Manual for Forecasting for Economics and Business 1/E Gloria Gonzalez-Rivera Completed download: https://solutionsmanualbank.com/download/solution-manual-forforecasting-for-economics-and-business-1-e-gloria-gonzalez-rivera/

More information

ARIMA ANALYSIS WITH INTERVENTIONS / OUTLIERS

ARIMA ANALYSIS WITH INTERVENTIONS / OUTLIERS TASK Run intervention analysis on the price of stock M: model a function of the price as ARIMA with outliers and interventions. SOLUTION The document below is an abridged version of the solution provided

More information

Yafu Zhao Department of Economics East Carolina University M.S. Research Paper. Abstract

Yafu Zhao Department of Economics East Carolina University M.S. Research Paper. Abstract This version: July 16, 2 A Moving Window Analysis of the Granger Causal Relationship Between Money and Stock Returns Yafu Zhao Department of Economics East Carolina University M.S. Research Paper Abstract

More information

LAMPIRAN. Null Hypothesis: LO has a unit root Exogenous: Constant Lag Length: 1 (Automatic based on SIC, MAXLAG=13)

LAMPIRAN. Null Hypothesis: LO has a unit root Exogenous: Constant Lag Length: 1 (Automatic based on SIC, MAXLAG=13) 74 LAMPIRAN Lampiran 1 Analisis ARIMA 1.1. Uji Stasioneritas Variabel 1. Data Harga Minyak Riil Level Null Hypothesis: LO has a unit root Lag Length: 1 (Automatic based on SIC, MAXLAG=13) Augmented Dickey-Fuller

More information

Risk Management. Risk: the quantifiable likelihood of loss or less-than-expected returns.

Risk Management. Risk: the quantifiable likelihood of loss or less-than-expected returns. ARCH/GARCH Models 1 Risk Management Risk: the quantifiable likelihood of loss or less-than-expected returns. In recent decades the field of financial risk management has undergone explosive development.

More information

Computer Lab Session 2 ARIMA, ARCH and GARCH Models

Computer Lab Session 2 ARIMA, ARCH and GARCH Models JBS Advanced Quantitative Research Methods Module MPO-1A Lent 2010 Thilo Klein http://thiloklein.de Contents Computer Lab Session 2 ARIMA, ARCH and GARCH Models Exercise 1. Estimation of a quarterly ARMA

More information

DATABASE AND RESEARCH METHODOLOGY

DATABASE AND RESEARCH METHODOLOGY CHAPTER III DATABASE AND RESEARCH METHODOLOGY The nature of the present study Direct Tax Reforms in India: A Comparative Study of Pre and Post-liberalization periods is such that it requires secondary

More information

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD)

STAT758. Final Project. Time series analysis of daily exchange rate between the British Pound and the. US dollar (GBP/USD) STAT758 Final Project Time series analysis of daily exchange rate between the British Pound and the US dollar (GBP/USD) Theophilus Djanie and Harry Dick Thompson UNR May 14, 2012 INTRODUCTION Time Series

More information

Brief Sketch of Solutions: Tutorial 1. 2) descriptive statistics and correlogram. Series: LGCSI Sample 12/31/ /11/2009 Observations 2596

Brief Sketch of Solutions: Tutorial 1. 2) descriptive statistics and correlogram. Series: LGCSI Sample 12/31/ /11/2009 Observations 2596 Brief Sketch of Solutions: Tutorial 1 2) descriptive statistics and correlogram 240 200 160 120 80 40 0 4.8 5.0 5.2 5.4 5.6 5.8 6.0 6.2 Series: LGCSI Sample 12/31/1999 12/11/2009 Observations 2596 Mean

More information

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE Abstract Petr Makovský If there is any market which is said to be effective, this is the the FOREX market. Here we

More information

Lecture 5a: ARCH Models

Lecture 5a: ARCH Models Lecture 5a: ARCH Models 1 2 Big Picture 1. We use ARMA model for the conditional mean 2. We use ARCH model for the conditional variance 3. ARMA and ARCH model can be used together to describe both conditional

More information

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms

Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and Its Extended Forms Discrete Dynamics in Nature and Society Volume 2009, Article ID 743685, 9 pages doi:10.1155/2009/743685 Research Article The Volatility of the Index of Shanghai Stock Market Research Based on ARCH and

More information

Demand For Life Insurance Products In The Upper East Region Of Ghana

Demand For Life Insurance Products In The Upper East Region Of Ghana Demand For Products In The Upper East Region Of Ghana Abonongo John Department of Mathematics, Kwame Nkrumah University of Science and Technology, Kumasi, Ghana Luguterah Albert Department of Statistics,

More information

Lecture Notes of Bus (Spring 2013) Analysis of Financial Time Series Ruey S. Tsay

Lecture Notes of Bus (Spring 2013) Analysis of Financial Time Series Ruey S. Tsay Lecture Notes of Bus 41202 (Spring 2013) Analysis of Financial Time Series Ruey S. Tsay Simple AR models: (Regression with lagged variables.) Motivating example: The growth rate of U.S. quarterly real

More information

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex

A Comparative Study of Various Forecasting Techniques in Predicting. BSE S&P Sensex NavaJyoti, International Journal of Multi-Disciplinary Research Volume 1, Issue 1, August 2016 A Comparative Study of Various Forecasting Techniques in Predicting BSE S&P Sensex Dr. Jahnavi M 1 Assistant

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models

Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models The Financial Review 37 (2002) 93--104 Forecasting Stock Index Futures Price Volatility: Linear vs. Nonlinear Models Mohammad Najand Old Dominion University Abstract The study examines the relative ability

More information

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book.

Introduction Dickey-Fuller Test Option Pricing Bootstrapping. Simulation Methods. Chapter 13 of Chris Brook s Book. Simulation Methods Chapter 13 of Chris Brook s Book Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 April 26, 2017 Christopher

More information

Forecasting: an introduction. There are a variety of ad hoc methods as well as a variety of statistically derived methods.

Forecasting: an introduction. There are a variety of ad hoc methods as well as a variety of statistically derived methods. Forecasting: an introduction Given data X 0,..., X T 1. Goal: guess, or forecast, X T or X T+r. There are a variety of ad hoc methods as well as a variety of statistically derived methods. Illustration

More information

Jaime Frade Dr. Niu Interest rate modeling

Jaime Frade Dr. Niu Interest rate modeling Interest rate modeling Abstract In this paper, three models were used to forecast short term interest rates for the 3 month LIBOR. Each of the models, regression time series, GARCH, and Cox, Ingersoll,

More information

Lecture Note: Analysis of Financial Time Series Spring 2008, Ruey S. Tsay. Seasonal Time Series: TS with periodic patterns and useful in

Lecture Note: Analysis of Financial Time Series Spring 2008, Ruey S. Tsay. Seasonal Time Series: TS with periodic patterns and useful in Lecture Note: Analysis of Financial Time Series Spring 2008, Ruey S. Tsay Seasonal Time Series: TS with periodic patterns and useful in predicting quarterly earnings pricing weather-related derivatives

More information

Modelling Rates of Inflation in Ghana: An Application of Arch Models

Modelling Rates of Inflation in Ghana: An Application of Arch Models Current Research Journal of Economic Theory 6(2): 16-21, 214 ISSN: 242-4841, e-issn: 242-485X Maxwell Scientific Organization, 214 Submitted: February 28, 214 Accepted: April 8, 214 Published: June 2,

More information

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay

THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay THE UNIVERSITY OF CHICAGO Graduate School of Business Business 41202, Spring Quarter 2003, Mr. Ruey S. Tsay Homework Assignment #2 Solution April 25, 2003 Each HW problem is 10 points throughout this quarter.

More information

Chapter 6 Forecasting Volatility using Stochastic Volatility Model

Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using Stochastic Volatility Model Chapter 6 Forecasting Volatility using SV Model In this chapter, the empirical performance of GARCH(1,1), GARCH-KF and SV models from

More information

Barter and Business Cycles: A Comment and Further Empirical Evidence

Barter and Business Cycles: A Comment and Further Empirical Evidence Barter and Business Cycles: A Comment and Further Empirical Evidence Akbar Marvasti Department of Economics and Finance University of Southern Mississippi 118 College Drive #5072 Hattiesburg, MS 39406-0001

More information

MODELING VOLATILITY OF BSE SECTORAL INDICES

MODELING VOLATILITY OF BSE SECTORAL INDICES MODELING VOLATILITY OF BSE SECTORAL INDICES DR.S.MOHANDASS *; MRS.P.RENUKADEVI ** * DIRECTOR, DEPARTMENT OF MANAGEMENT SCIENCES, SVS INSTITUTE OF MANAGEMENT SCIENCES, MYLERIPALAYAM POST, ARASAMPALAYAM,COIMBATORE

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam The University of Chicago, Booth School of Business Business 410, Spring Quarter 010, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (4 pts) Answer briefly the following questions. 1. Questions 1

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015 Statistical Analysis of Data from the Stock Markets UiO-STK4510 Autumn 2015 Sampling Conventions We observe the price process S of some stock (or stock index) at times ft i g i=0,...,n, we denote it by

More information

Empirical Analysis of the US Swap Curve Gough, O., Juneja, J.A., Nowman, K.B. and Van Dellen, S.

Empirical Analysis of the US Swap Curve Gough, O., Juneja, J.A., Nowman, K.B. and Van Dellen, S. WestminsterResearch http://www.westminster.ac.uk/westminsterresearch Empirical Analysis of the US Swap Curve Gough, O., Juneja, J.A., Nowman, K.B. and Van Dellen, S. This is a copy of the final version

More information

Statistical Models and Methods for Financial Markets

Statistical Models and Methods for Financial Markets Tze Leung Lai/ Haipeng Xing Statistical Models and Methods for Financial Markets B 374756 4Q Springer Preface \ vii Part I Basic Statistical Methods and Financial Applications 1 Linear Regression Models

More information

STOCK MARKET EFFICIENCY, NON-LINEARITY AND THIN TRADING EFFECTS IN SOME SELECTED COMPANIES IN GHANA

STOCK MARKET EFFICIENCY, NON-LINEARITY AND THIN TRADING EFFECTS IN SOME SELECTED COMPANIES IN GHANA STOCK MARKET EFFICIENCY, NON-LINEARITY AND THIN TRADING Abstract EFFECTS IN SOME SELECTED COMPANIES IN GHANA Wiredu Sampson *, Atopeo Apuri Benjamin and Allotey Robert Nii Ampah Department of Statistics,

More information

I. Return Calculations (20 pts, 4 points each)

I. Return Calculations (20 pts, 4 points each) University of Washington Winter 015 Department of Economics Eric Zivot Econ 44 Midterm Exam Solutions This is a closed book and closed note exam. However, you are allowed one page of notes (8.5 by 11 or

More information

Subject CS2A Risk Modelling and Survival Analysis Core Principles

Subject CS2A Risk Modelling and Survival Analysis Core Principles ` Subject CS2A Risk Modelling and Survival Analysis Core Principles Syllabus for the 2019 exams 1 June 2018 Copyright in this Core Reading is the property of the Institute and Faculty of Actuaries who

More information

Example 1 of econometric analysis: the Market Model

Example 1 of econometric analysis: the Market Model Example 1 of econometric analysis: the Market Model IGIDR, Bombay 14 November, 2008 The Market Model Investors want an equation predicting the return from investing in alternative securities. Return is

More information

Lecture Notes of Bus (Spring 2010) Analysis of Financial Time Series Ruey S. Tsay

Lecture Notes of Bus (Spring 2010) Analysis of Financial Time Series Ruey S. Tsay Lecture Notes of Bus 41202 (Spring 2010) Analysis of Financial Time Series Ruey S. Tsay Simple AR models: (Regression with lagged variables.) Motivating example: The growth rate of U.S. quarterly real

More information

Lecture Note: Analysis of Financial Time Series Spring 2017, Ruey S. Tsay

Lecture Note: Analysis of Financial Time Series Spring 2017, Ruey S. Tsay Lecture Note: Analysis of Financial Time Series Spring 2017, Ruey S. Tsay Seasonal Time Series: TS with periodic patterns and useful in predicting quarterly earnings pricing weather-related derivatives

More information

Analysis of the Influence of the Annualized Rate of Rentability on the Unit Value of the Net Assets of the Private Administered Pension Fund NN

Analysis of the Influence of the Annualized Rate of Rentability on the Unit Value of the Net Assets of the Private Administered Pension Fund NN Year XVIII No. 20/2018 175 Analysis of the Influence of the Annualized Rate of Rentability on the Unit Value of the Net Assets of the Private Administered Pension Fund NN Constantin DURAC 1 1 University

More information

Lloyds TSB. Derek Hull, John Adam & Alastair Jones

Lloyds TSB. Derek Hull, John Adam & Alastair Jones Forecasting Bad Debt by ARIMA Models with Multiple Transfer Functions using a Selection Process for many Candidate Variables Lloyds TSB Derek Hull, John Adam & Alastair Jones INTRODUCTION: No statistical

More information

ARCH Models and Financial Applications

ARCH Models and Financial Applications Christian Gourieroux ARCH Models and Financial Applications With 26 Figures Springer Contents 1 Introduction 1 1.1 The Development of ARCH Models 1 1.2 Book Content 4 2 Linear and Nonlinear Processes 5

More information

Implied Volatility v/s Realized Volatility: A Forecasting Dimension

Implied Volatility v/s Realized Volatility: A Forecasting Dimension 4 Implied Volatility v/s Realized Volatility: A Forecasting Dimension 4.1 Introduction Modelling and predicting financial market volatility has played an important role for market participants as it enables

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

Market Risk Management for Financial Institutions Based on GARCH Family Models

Market Risk Management for Financial Institutions Based on GARCH Family Models Washington University in St. Louis Washington University Open Scholarship Arts & Sciences Electronic Theses and Dissertations Arts & Sciences Spring 5-2017 Market Risk Management for Financial Institutions

More information

A SEARCH FOR A STABLE LONG RUN MONEY DEMAND FUNCTION FOR THE US

A SEARCH FOR A STABLE LONG RUN MONEY DEMAND FUNCTION FOR THE US A. Journal. Bis. Stus. 5(3):01-12, May 2015 An online Journal of G -Science Implementation & Publication, website: www.gscience.net A SEARCH FOR A STABLE LONG RUN MONEY DEMAND FUNCTION FOR THE US H. HUSAIN

More information

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Cai-xia Xiang 1, Ping Xiao 2* 1 (School of Hunan University of Humanities, Science and Technology, Hunan417000,

More information

CHAPTER III METHODOLOGY

CHAPTER III METHODOLOGY CHAPTER III METHODOLOGY 3.1 Description In this chapter, the calculation steps, which will be done in the analysis section, will be explained. The theoretical foundations and literature reviews are already

More information

MODELING NIGERIA S CONSUMER PRICE INDEX USING ARIMA MODEL

MODELING NIGERIA S CONSUMER PRICE INDEX USING ARIMA MODEL MODELING NIGERIA S CONSUMER PRICE INDEX USING ARIMA MODEL 1 S.O. Adams 2 A. Awujola 3 A.I. Alumgudu 1 Department of Statistics, University of Abuja, Abuja Nigeria 2 Department of Economics, Bingham University,

More information

Implications ofexpected Present Value Budget Balance: Application to Postwar U.S. Data

Implications ofexpected Present Value Budget Balance: Application to Postwar U.S. Data 17 ;~ II! 6 ~ Implications ofexpected Present Value Budget Balance: Application to Postwar U.S. Data ~.~ by William ROBERDS ~ 1. Introduction For time series on the U.S. government budget after World War

More information

Inflation and inflation uncertainty in Argentina,

Inflation and inflation uncertainty in Argentina, U.S. Department of the Treasury From the SelectedWorks of John Thornton March, 2008 Inflation and inflation uncertainty in Argentina, 1810 2005 John Thornton Available at: https://works.bepress.com/john_thornton/10/

More information

Week 7 Quantitative Analysis of Financial Markets Simulation Methods

Week 7 Quantitative Analysis of Financial Markets Simulation Methods Week 7 Quantitative Analysis of Financial Markets Simulation Methods Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 November

More information

Inflat ion Modelling

Inflat ion Modelling Inflat ion Modelling Cliff Speed Heriot-Watt University, Riccarton Edinburgh, EH14 4AS, Britain. Telephone: +44 131451 3252 Fax: +44 131451 3249 e-mail: cliffs@ma. hw.ac.uk Abstract This paper reviews

More information

Donald Trump's Random Walk Up Wall Street

Donald Trump's Random Walk Up Wall Street Donald Trump's Random Walk Up Wall Street Research Question: Did upward stock market trend since beginning of Obama era in January 2009 increase after Donald Trump was elected President? Data: Daily data

More information

BANK OF GREECE MODELLING ECONOMIC TIME SERIES IN THE PRESENCE OF VARIANCE NON - STATIONARITY: A PRACTICAL APPROACH. Alexandros E.

BANK OF GREECE MODELLING ECONOMIC TIME SERIES IN THE PRESENCE OF VARIANCE NON - STATIONARITY: A PRACTICAL APPROACH. Alexandros E. BANK OF GREECE MODELLING ECONOMIC TIME SERIES IN THE PRESENCE OF VARIANCE NON - STATIONARITY: A PRACTICAL APPROACH Alexandros E. Milionis Working Paper No. 7 November 2003 MODELLING ECONOMIC TIME SERIES

More information

Conflict of Exchange Rates

Conflict of Exchange Rates MPRA Munich Personal RePEc Archive Conflict of Exchange Rates Rituparna Das and U R Daga 2004 Online at http://mpra.ub.uni-muenchen.de/22702/ MPRA Paper No. 22702, posted 17. May 2010 13:37 UTC Econometrics

More information

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion Web Appendix Are the effects of monetary policy shocks big or small? Olivier Coibion Appendix 1: Description of the Model-Averaging Procedure This section describes the model-averaging procedure used in

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (34 pts) Answer briefly the following questions. Each question has

More information

Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R**

Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R** Market Integration, Price Discovery, and Volatility in Agricultural Commodity Futures P.Ramasundaram* and Sendhil R** *National Coordinator (M&E), National Agricultural Innovation Project (NAIP), Krishi

More information

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF STATISTICS ALVIN KAPIL. Spring 2012

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF STATISTICS ALVIN KAPIL. Spring 2012 THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF STATISTICS MIRCOECONOMETRICS: TIME SERIES ANALYSIS AND MODEL DEVELOPMENT OF RELATIVE INFLATION AND CONSUMPTION TRENDS ALVIN KAPIL

More information

Introductory Econometrics for Finance

Introductory Econometrics for Finance Introductory Econometrics for Finance SECOND EDITION Chris Brooks The ICMA Centre, University of Reading CAMBRIDGE UNIVERSITY PRESS List of figures List of tables List of boxes List of screenshots Preface

More information

LONG MEMORY IN VOLATILITY

LONG MEMORY IN VOLATILITY LONG MEMORY IN VOLATILITY How persistent is volatility? In other words, how quickly do financial markets forget large volatility shocks? Figure 1.1, Shephard (attached) shows that daily squared returns

More information

Thi-Thanh Phan, Int. Eco. Res, 2016, v7i6, 39 48

Thi-Thanh Phan, Int. Eco. Res, 2016, v7i6, 39 48 INVESTMENT AND ECONOMIC GROWTH IN CHINA AND THE UNITED STATES: AN APPLICATION OF THE ARDL MODEL Thi-Thanh Phan [1], Ph.D Program in Business College of Business, Chung Yuan Christian University Email:

More information

Department of Economics Working Paper

Department of Economics Working Paper Department of Economics Working Paper Rethinking Cointegration and the Expectation Hypothesis of the Term Structure Jing Li Miami University George Davis Miami University August 2014 Working Paper # -

More information

Assicurazioni Generali: An Option Pricing Case with NAGARCH

Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: Business Snapshot Find our latest analyses and trade ideas on bsic.it Assicurazioni Generali SpA is an Italy-based insurance

More information

Model Construction & Forecast Based Portfolio Allocation:

Model Construction & Forecast Based Portfolio Allocation: QBUS6830 Financial Time Series and Forecasting Model Construction & Forecast Based Portfolio Allocation: Is Quantitative Method Worth It? Members: Bowei Li (303083) Wenjian Xu (308077237) Xiaoyun Lu (3295347)

More information

Factor Affecting Yields for Treasury Bills In Pakistan?

Factor Affecting Yields for Treasury Bills In Pakistan? Factor Affecting Yields for Treasury Bills In Pakistan? Masood Urahman* Department of Applied Economics, Institute of Management Sciences 1-A, Sector E-5, Phase VII, Hayatabad, Peshawar, Pakistan Muhammad

More information

Modeling Philippine Stock Exchange Composite Index Using Time Series Analysis

Modeling Philippine Stock Exchange Composite Index Using Time Series Analysis Journal of Physics: Conference Series PAPER OPEN ACCESS Modeling Philippine Stock Exchange Composite Index Using Time Series Analysis To cite this article: W S Gayo et al 2015 J. Phys.: Conf. Ser. 622

More information

Determinants of Merchandise Export Performance in Sri Lanka

Determinants of Merchandise Export Performance in Sri Lanka Determinants of Merchandise Export Performance in Sri Lanka L.U. Kalpage 1 * and T.M.J.A. Cooray 2 1 Central Environmental Authority, Battaramulla 2 Department of Mathematics, University of Moratuwa *Corresponding

More information

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements

List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements Table of List of figures List of tables List of boxes List of screenshots Preface to the third edition Acknowledgements page xii xv xvii xix xxi xxv 1 Introduction 1 1.1 What is econometrics? 2 1.2 Is

More information

Implied Volatility Structure and Forecasting Efficiency: Evidence from Indian Option Market CHAPTER V FORECASTING EFFICIENCY OF IMPLIED VOLATILITY

Implied Volatility Structure and Forecasting Efficiency: Evidence from Indian Option Market CHAPTER V FORECASTING EFFICIENCY OF IMPLIED VOLATILITY CHAPTER V FORECASTING EFFICIENCY OF IMPLIED VOLATILITY 5.1 INTRODUCTION The forecasting efficiency of implied volatility is the contemporary phenomenon in Indian option market. Market expectations are

More information

TESTING THE HYPOTHESIS OF AN EFFICIENT MARKET IN TERMS OF INFORMATION THE CASE OF THE CAPITAL MARKET IN ROMANIA DURING RECESSION

TESTING THE HYPOTHESIS OF AN EFFICIENT MARKET IN TERMS OF INFORMATION THE CASE OF THE CAPITAL MARKET IN ROMANIA DURING RECESSION TESTING THE HYPOTHESIS OF AN EFFICIENT MARKET IN TERMS OF INFORMATION THE CASE OF THE CAPITAL MARKET IN ROMANIA DURING RECESSION BRĂTIAN Vasile Radu Lucian Blaga University of Sibiu, Romania OPREANA Claudiu

More information

Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis

Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis Government Tax Revenue, Expenditure, and Debt in Sri Lanka : A Vector Autoregressive Model Analysis Introduction Uthajakumar S.S 1 and Selvamalai. T 2 1 Department of Economics, University of Jaffna. 2

More information

Indian Institute of Management Calcutta. Working Paper Series. WPS No. 797 March Implied Volatility and Predictability of GARCH Models

Indian Institute of Management Calcutta. Working Paper Series. WPS No. 797 March Implied Volatility and Predictability of GARCH Models Indian Institute of Management Calcutta Working Paper Series WPS No. 797 March 2017 Implied Volatility and Predictability of GARCH Models Vivek Rajvanshi Assistant Professor, Indian Institute of Management

More information