Time Series Analysis III

Size: px
Start display at page:

Download "Time Series Analysis III"

Transcription

1 Lecture 12: Time Series Analysis III MIT 18.S096 Dr. Kempthorne Fall 2013 MIT 18.S096 Time Series Analysis III 1

2 Outline Time Series Analysis III 1 Time Series Analysis III MIT 18.S096 Time Series Analysis III 2

3 Cointegration Time Series Analysis III An m dimensional stochastic process {X t } = {..., X t 1, X t,...} is I (d), Integrated of order d if the d-differenced process d X t = (1 L) d X t is stationary. If {X t } has a VAR(p) representation, i.e., Φ(L)X t = ɛ t, where Φ(L) = I A 1 L A 2 A p L p. then Φ(L) = (1 L) d Φ (L) where Φ (L) = (1 A 1 L A 2 L2 A ml m ) specifies the stationary VAR(m) process { d X t } with m = p d. Issue: Every component series of {X t } may be I (1), but the process may not be jointly integrated. Linear combinations of the component series (without any differencing) may be stationary! If so, the multivariate time series {X t } is Cointegrated MIT 18.S096 Time Series Analysis III 3

4 Consider {X t } where X t = (x 1,t, x 2,t,..., x m,t ) an m-vector of component time series, and each is I (1), integrated of order 1. If {X t } is cointegrated, then there exists an m-vector β = (β 1, β 2,..., β m ) such that β X t = β 1 x 1,t + β 2 x 2,t + + β m x m,t I (0), a stationary process. The cointegration vector β can be scaled arbitrarily, so assume a normalization: β = (1, β 2,..., β m ) The expression: β X t = u t, where {u t } I (0) is equivalent to: x 1,t = (β 2 x 2,t + β m x m,t ) + u t, where β X t is the long-run equilibrium relationship i.e., x 1,t = (β 2 x 2,t + β m x m,t ) u t is the disequilibrium error / cointegration residual. MIT 18.S096 Time Series Analysis III 4

5 Examples of Cointegration Term structure of interest rates: expectations hypothesis. Purchase power parity in foreign exchange: cointegration among exchange rate, foreign and domestic prices. Money demand: cointegration among money, income, prices and interest rates. Covered interest rate parity: cointegration among forward and spot exchange rates. Law of one price: cointegration among identical/equivalent assets that must be valued identically to limit arbitrage. Spot and futures prices. Prices of same asset on different trading venues MIT 18.S096 Time Series Analysis III 5

6 Outline Time Series Analysis III 1 Time Series Analysis III MIT 18.S096 Time Series Analysis III 6

7 The m-dimensional multivariate time series {X t } follows the VAR(p) model with auto-regressive order p if X t = C + Φ 1 X t 1 + Φ 2 X t Φ p X t p + ηt where C = (c 1, c 2,..., c m ) is an m-vector of constants. Φ 1, Φ 2,..., Φ p are (m m) matrices of coefficients {η t } is multivariate white noise MWN(0 m, Σ) The VAR(p) [ model is covariance stationary if ] det I m (Φ 2 p 1z + Φ 2 z + + Φ p z ) = 0 has roots outside z 1 for complex z. Suppose {X t } is I (1) of order 1. We develop a Vector Error Correction Model representation of this model by successive modifications of the model equation: MIT 18.S096 Time Series Analysis III 7

8 VAR(p) Model Equation X t = C + Φ 1 X t 1 + Φ 2 X t Φ p X t p + η t Subtract X t 1 from both sides: X t = X t X t 1 = C + (Φ 1 I m)x t 1 + Φ 2 X t Φ px t p + η t Subtract and add (Φ 1 I m )X t 2 ) from right-hand side: X t = C + (Φ 1 I m) X t 1 + (Φ 2 + Φ 1 I m)x t Φ px t p + η t Subtract and add (Φ 2 + Φ 1 I m )X t 3 ) from right-hand side: X t = C +(Φ 1 I m) X t 1 +(Φ 2 +Φ 1 I m) X t 2 +(Φ 3 +Φ 2 +Φ 1 I m)x t 3 + = X t = C + (Φ 1 I m ) X t 1 +(Φ 2 + Φ 1 I m ) X t 2 +(Φ 3 + Φ 2 + Φ 1 I m ) X t 3 + +(Φ p Φ 3 + Φ 2 + Φ 1 I m ) X t (p 1) +(Φ p + + Φ 3 + Φ 2 + Φ 1 I m )X t p + η t Reversing the order of incorporating -terms we can derive X t = C + ΠX t 1 + Γ 1 X t Γ p 1 X t (p 1) + η t where: Π = (Φ 1 + Φ 2 + Φ p I m ) and Γ k = ( p j=k+1 Φ j), k = 1, 2,..., p 1. MIT 18.S096 Time Series Analysis III 8

9 Vector Error Correction Model (VECM) The VAR(p) model for {X t } is a VECM model for { X t }. X t = C + ΠX t + Γ 1 X t Γ p 1 X t (p 1) + η t By assumption, the VAR(p) model for {X t } is I (1), so the VECM model for { X t } is I (0). The left-hand-side X t is stationary / I (0). The terms on the right-hand-side X t j, j = 1, 2,..., p 1 are stationary / I (0). The term ΠX t must be stationary /I (0). This term ΠX t contains any cointegrating terms of {X t }. Given that the VAR(p) process had unit roots, it must be that Π is singular, i.e., the linear transformation eliminates the unit roots. MIT 18.S096 Time Series Analysis III 9

10 The matrix Π is of reduced rank r < m and either rank(π) = 0 and Π = 0 and there are no cointegrating relationships. rank(π) > 0 and Π defines the cointegrating relationships. If cointegrating relationships exist, then rank(π) = r with 0 < r < m, and we can write Π = αβ, where α and β are each (m r) matrices of full rank r. The columns of β define linearly independent vectors which cointegrate X t. The decomposition of Π is not unique. For any invertible (r r) matrix G, Π = α β where α = αg and β = G 1 β. MIT 18.S096 Time Series Analysis III 10

11 Outline Time Series Analysis III 1 Time Series Analysis III MIT 18.S096 Time Series Analysis III 11

12 Unrestricted Least Squares Estimation Sims, Stock, and Watson (1990), and Park and Phillips (1989) prove that in estimation for cointegrated VAR(p) models, the least-squares estimator of the original model yields parameter estimates which are: Consistent. Have asymptotic distributions identical to those of maximum-likelihood estimators. Constraints on parameters due to cointegration (i.e., the reduced rank of Π) hold asymptotically. Maximum Likelihood Estimation* Banerjee and Hendry (1992): apply method of concentrated likelihood to solve for maximum likelihood estiamtes. * Advanced topic for optional reading/study MIT 18.S096 Time Series Analysis III 12

13 Maximum Likelihood Estimation (continued) Johansen (1991) develops a reduced -rank regression methodology for the maximum likelihood estimation for VECM models. This methodology provides likelihood ratio tests for the number of cointegrating vectors: Johansen s Trace Statistic (sum of eigenvalues of Πˆ ) Johansen s Maximum-Eigenvalue Statistic (max eigenvalue of Πˆ ). MIT 18.S096 Time Series Analysis III 13

14 Outline Time Series Analysis III 1 Time Series Analysis III MIT 18.S096 Time Series Analysis III 14

15 Linear State-Space Model General State-Space Formulation y t : (k 1) observation vector at time t s t : (m 1) state-vector at time t ɛ t : (k 1) observation-error vector at time t η t : (n 1) state transition innovation/error vector State Equation / Transition Equation S t+1 = T t s t + R t η t where T t : (m m) transition coefficients matrix R t : (m n) fixed matrix; often column(s) of I p η t : i.i.d. N(0 n, Q t ), where Q t (n n) is positive definite. MIT 18.S096 Time Series Analysis III 15

16 Linear State-Space Model Formulation Observation Equation / Measurement Equation y t = Z t s t + ɛ t where Z t : (k m) observation coefficients matrix ɛ t : i.i.d. N(0 k, H t ), where H t (k k) is positive definite. Joint Equation [ ] [ ] [ ] st+1 Tt Rt η = s t + t y t Z t ɛ t = Φ t s t + u t, where [ ] [ Rt η u t = t R t QtR T ] t 0 N(0, Ω), with Ω = ɛ t 0 H t Note: Often model is time invariant (T t, Rt, Z t, Q t, H t constants) MIT 18.S096 Time Series Analysis III 16

17 CAPM Model with Time-Varying Betas Consider the CAPM Model with time-varying parameters: r t = α t + β t r m,t + ɛ t, ɛ t N(0, σɛ 2 ) α t+1 = α t + ν 2 t, ν t N(0, σ ν ) β t+1 = β t + ξ t, ξ t N(0, σξ 2) where r t is the excess return of a given asset r m,t is the excess return of the market portfolio {ɛ t }, {ν t }, {ξ t } are mutually independent processes Note: {α t } is a Random Walk with i.i.d. steps N(0, σν) 2 {β t } is a Random Walk with i.i.d. steps N(0, σξ 2) (Mutually independent processes) MIT 18.S096 Time Series Analysis III 17

18 Time-Varying CAPM Model: Linear State-Space Model State [ Equation ] [ ] [ ] α t+1 αt ν = + t β t+1 β [ t ] [ ξ t ] [ ] [ ] 1 0 α = t 1 0 νt βt 0 1 Equivalently: s t+1 = T t s t + R t η t where: [ ] [ ] αt 1 0 s t =, T t = R t =, [ β t 0 1 ] [ ] νt σ 2 η t = N 2 (0 2, Q t ), with Q t = ν 0 ξt 0 σξ 2 Terms: state vector s t, transition coefficients T t transition white noise η t MIT 18.S096 Time Series Analysis III 18 ξ t

19 Time-Varying CAPM Model: Linear State-Space Model Observation Equation / Measurement Equation [ ] [ α t r t = 1 r m,t β t ] + ɛ t Equivalently r t = Z t s t + ɛ t where Z t = [ ] 1 r m,t is the observation coefficients matrix ɛ t N(0, H t ), is the observation white noise with H t = σɛ 2. Joint System [ of ] Equations [ ] [ ] s t+1 Tt R = t η s t y t + t Z t ɛ t [ R Ω T t = Φ ηrt 0 t s t + u t with Cov(u t ) = 0 H t MIT 18.S096 Time Series Analysis III 19 ]

20 Linear Regression Model with Time-Varying β Consider a normal linear regression model with time-varying regression coefficients: y t = x T t β t + ɛ t, where ɛ 2 t are i.i.d. N(0, σ ɛ ). where x t = (x 1,t, x 2,t,..., x t p,t), p-vector of explanatory variables β t = (β 1,t, β 2,t,..., β p,t ) t, regression parameter vector and for each parameter component j, j = 1,..., p, β j,t+1 = β j,t + η j,t, with {η j,t, t = 1, 2,...} i.i.d. N(0, σj 2). i.e., a Random Walk with iid steps N(0, σj 2). Joint State-Space [ ] Equations [ ] [ ] st+1 Ip ηt = T s t +, with state vector s t = βt y t x t ɛt [ ] [ ] Tt Rt η = s t + t Z t ɛ t MIT 18.S096 Time Series Analysis III 20

21 (Time-Varying) Linear Regression as a State-Space Model where η t N(0, Q t ), with Q t = diag(σ 2 1,..., σ2 p) ɛ t N(0, H t ), with H t = σ 2 ɛ. Special Case: σ 2 j 0: Normal Linear Regression Model Successive estimation of state-space model parameters with t = p + 1, p + 2,..., yields recursive updating algorithm for linear time-series regression model. MIT 18.S096 Time Series Analysis III 21

22 Autoregressive Model AR(p) Consider the AR(p) model φ(l)y t = ɛ t where φ(l) = 1 p j 2 j=1 φ jl and {ɛ t } i.i.d. N(0, σ ɛ ). so y t+1 = p j=1 φ jy t+1 j + ɛ t+1 Define state vector: s t = (y t, y t 1,..., yt p+1) T Then yt+1 φ1 φ 2 φ p 1 φ p y t ɛt+1 y t y s 1 t+1 = ṭ t = y yt (p 1) 0 yt (p 2) MIT 18.S096 Time Series Analysis III 22

23 State-Space Model for AR(p) State Equation s t+1 = T t s t + R t η t, where φ1 φ2 φ p 1 φp Tt = , R 0 t = and {η t = ɛ 2 t+1} i.i.d.n(0, σ ɛ ). Observation Equation [ /Measurement ] Equation y t = st = Z t s t (no measurement error), MIT 18.S096 Time Series Analysis III 23

24 Moving Average Model MA(q) Consider the MA(q) model y t = θ(l)ɛ t where θ(l) = 1 + q j=1 θ jl j and {ɛ t } i.i.d. N(0, σɛ 2 ). so y t+1 = ɛ t+1 + q j=1 θ jɛ t+1 j Define state vector: s t = (ɛ t 1, ɛ t 2,..., ɛt q) T Then ɛ t ɛ t 1 ɛ t ɛ t 1 ɛt s t+1 = = ɛt (q 1) ɛt q MIT 18.S096 Time Series Analysis III 24

25 State-Space Model for MA(q) State Equation s t+1 = T t s t + R t η t, where T = t = 0 t, R, and {η t = ɛ t } i.i.d.n(0, σɛ 2 ). Observation Equation / Measurement Equation y t = [ ] θ 1 θ 2 θ q 1 θ q st + ɛ t = Z t s t + ɛ t MIT 18.S096 Time Series Analysis III 25

26 Auto-Regressive-Moving-Average Model ARMA(p, q) Consider the ARMA(p, q) model φ(l)y t = θ(l)ɛ t where φ(l) = 1 p j=1 φ jl j and {ɛ t } i.i.d. N(0, σɛ 2 ). q θ(l) = 1 + j=1 θ jl j and {ɛ t } i.i.d. N(0, σɛ 2 ). so y t+1 = p j=1 φ jy t+1 j + ɛ t+1 + p j=1 θ j ɛ t+1 j Set m = max(p, q + 1) and define m { φ 1,..., φ m } : φ(l) = 1 j=1 φ jl j { } m θ 1,..., θ m : θ(l) = 1 j=1 θ jl j i.e., φ j = 0 if p < j m θ j = 0 if q < j m So: {y t } ARMA(m, m 1) MIT 18.S096 Time Series Analysis III 26

27 State Space Model for ARMA(p,q) Harvey (1993) State-Space Specification Define state vector: s t = (s 1,t, s T 2,t,..., s m,t ), where m = max(p, q + 1). recursively: s 1,t = y t : Use this definition and the main model equation to define s 2,t and η t : y t +1 = p q j=1 φ jy t+1 j + ɛ t+1 + j=1 θ j ɛ t+1 j s 1,t+1 = φ 1 s 1,t + 1 s 2,t + η t where s 2,t = m m 1 i=2 φ iy t+1 i + j=1 θ j ɛ t+1 j η t = ɛ t+1 MIT 18.S096 Time Series Analysis III 27

28 Use s 1,t = y t, s 2,t, and η t = ɛ t+1 : to define s 3,t m m 1 s 2,t+1 = i=2 φ iy t+2 j + j=1 θ jɛ t+2 j m m 1 = φ 2 y t + 1 [ i=3 φ iy t+2 j + j=2 θ j ɛ t+2 j ] + (θ 1 ɛ t+1 ) = φ 2 s 1,t + 1 [s 3,t ] + R 2,1 η t where m m 1 s 3,t = i=3 φ iy t+2 j + j=2 θjɛt+2 j R 2,1 = θ 1 η t = ɛ t+1 Use s 1,t = y t, s 3,t, and η t = ɛ t+1 : to define s 4,t m m 1 s 3,t+1 = i=3 φ iy t+3 j + j=2 θ jɛ t+3 j m m 1 = φ 3 y t + 1 [ i=4 φ iy t+3 j + j=3 θ j ɛ t+3 j ] + (θ 2 ɛ t+1 ) = φ 3 s 1,t + 1 [s 4,t ] + R 3,1 η t where m m 1 s 4,t = i=4 φ iy t+3 j + j=3 θjɛt+3 j R 3,1 = θ 2 η t = ɛ t+1 MIT 18.S096 Time Series Analysis III 28

29 Continuing until s m,t = m i=m φ iy t+(m 1) j + m 1 j=m 1 θ jɛ t+m 1 j = φ m y t 1 + θ m 1 ɛ t which gives s m,t+1 = φ m y t + θ m 1 ɛ t+1 = φ m s 1,t + R m,1 η t where R m,1 = θ m 1 and η t = ɛ t+1 All the equations can be written together: s t+1 = Ts t + Rη t y t = Zs t (no measurement error term) where φ φ θ 1 T =., R = and. φ m θ m 2 φ m θ m 1 η t i.i.d. N(0, σɛ 2 [ ] ), and Z = (1 m) MIT 18.S096 Time Series Analysis III 29

30 Outline Time Series Analysis III 1 Time Series Analysis III MIT 18.S096 Time Series Analysis III 30

31 Time Series Analysis III Linear State-Space Model: Joint Equation [ ] [ ] [ ] s t+1 Tt Rt η = s y t Z t + t t ɛ t = Φ t s t + u t, where {η [ t } i.i.d.n ] n (0, Q t ), {ɛ t } i.i.d.n k (0, H t ), so [ R t η t R t Q u T ] t = trt 0 Nm+k(0 m+k, Ω t ), with Ω t = ɛ t 0 H t For F t = {y 1, y 2,..., y t }, the observations up to time t, the is the recursive computation of the probability density functions: p(s t+1 F t ), t = 1, 2,... p(s t+1, y t+1 F t ), t = 1, 2,... p(y t+1 F t ), t = 1, 2,.... Define Θ = { all parameters in T t, Z t, R t, Q t, H T } MIT 18.S096 Time Series Analysis III 31

32 Time Series Analysis III Notation: Conditional Means s t t = E(s t F t ) s t t 1 = E(s t F t 1 ) y t t 1 = E(y t F t 1 ) Conditional Covariances / Mean-Squared Errors Ω s (t t) = Cov(st F t ) = T E[(s t s t t)(st s t t ) ] Ω s (t t 1) = Cov(s t F t 1 ) = E[(st s t t 1 )(s t s t t 1) T ] Ω y (t t 1) = Cov(y t F t 1 ) = E[(y t y t t 1 )(y t y T Observation Innovations /Residuals ɛ t = (y t y t t 1 ) = y t Z t s t t 1 t t 1) ] MIT 18.S096 Time Series Analysis III 32

33 : Four Steps (1) Prediction Step: Predict state vector and observation vector at time t given F t 1 s t t 1 = Tt 1s t 1 t 1 y t t 1 = Z t s t t 1 Predictions are conditional means with mean-squared errors (MSEs): Ω s (t t 1) = Cov(st F t 1 ) = T t 1 Cov(s t 1 )T T + Ω = T T t Ω s (t 1 t 1)T T t + R t Q t R t Ω y (t t 1) = Cov(y T t F t 1 ) = Z t Cov(s t t 1 )Z t + Ω ɛt = Z t Ω s (t t 1)Zt T + H t t 1 t 1 R tη t MIT 18.S096 Time Series Analysis III 33

34 : Four Steps (2) Correction / Filtering Step: Update the prediction of the state vector and its MSE given the observation at time t: s t t = s t t 1 + G t (y t y t t 1) Ω s (t t) = Ω s (t t 1) G t Ω y (t t 1)Gt T where G t = Ω s (t 1 t)zt T [Ω 1 s(t 1 t)] is the Filter Gain matrix. (3) Forecasting Step: For times t > t, the present step, use the following recursion equations for t = t + 1, t + 2,... s t t = T t 1s t 1 t Ω s (t t) = T t 1Ω s (t 1 t)tt T 1 + Ω R t η t y t t = Z t s t 1 t Ω y (t t) = Z t Ω y (t 1 t)zt T + Ωɛ t MIT 18.S096 Time Series Analysis III 34

35 : Four Steps (4) Smoothing Step: Updating the predictions and MSEs for times t < t to use all the information in F t rather than just F t. Use the following recursion equations for t = t 1, t 2,... s t t = st t + S t (s t +1 t s t +1 t ) Ω s (t t) = Ω s (t t ) S t [Ω s (t + 1 t ) Ω s (t + 1 t) St T where S t = Ω s (t t )Tt T s(t + 1 t )] 1 is the Kalman Smoothing Matrix. MIT 18.S096 Time Series Analysis III 35

36 : Maximum Likelihood Likelihood Function Given θ = { all parameters in T t, Z t, R t, Q t, H T }, we can write the likelihood function as: L(θ) = p(y 1,..., y T ; θ) = p(y 1 ; θ)p(y 2 y 1 ; θ) p(y T y 1,..., y T 1 ; θ) Assuming the transition errors (η t ) and observation errors (ɛ t ) are Gaussian, the observations y t have the following conditional normal distributions: [y t F t 1 ; θ] N[y t t 1, Ω y (t t 1)] The log likelihood is: l(θ) = log p(y 1,..., y T ; θ) T = i=1 log p(y i; F t 1 ; θ) = kt 2 log(2π) 1 T 2 t=1 log Ω y (t t 1) 1 T [ (y t y ) [Ω y (t t 1)] 1 t t 1 ] (y t y t t 1 ) 2 t=1 MIT 18.S096 Time Series Analysis III 36

37 : Maximum Likelihood Computing ML Estimates of θ The Kalman-Filter algorithm provides all terms necessary to compute the likelihood function for any θ. Methods for maximizing the log likelihood as a function of θ EM Algorithm; see Dempster, Laird, and Rubin (1977). Nonlinear optimization methods; e.g., Newton-type methods For T, the MLE θˆt is Consistent: θ T θ, true parameter. Asymptotically normally distributed: θˆt θ D N(0, I 1 T ) where I T = E [ ( log L(θ))( ] log L(θ))T θ [ θ ] = ( 1) E ( 2 log L(θ) θ θ T is the Fisher Information Matrix for θ MIT 18.S096 Time Series Analysis III 37

38 Note: Time Series Analysis III Under Gaussian assumptions, all state variables and observation variables are jointly Gaussian, so the Kalman-Filter recursions provide a complete specification of the model. Initial state vector s 1 is modeled as N(µ S1, Ω s (1)), where the mean and covariance parameters are pre-specified. Choices depend on the application and can reflect diffuse (uncertain) initial information, or ergodic information (i.e., representing the long-run stationary distribution of state variables). Under covariance stationary assumptions for the {η t } and {ɛ t } processes, the recursion expressions are still valid for the conditional means/covariances. MIT 18.S096 Time Series Analysis III 38

39 MIT OpenCourseWare 18.S096 Topics in Mathematics with Applications in Finance Fall 2013 For information about citing these materials or our Terms of Use, visit:

Time Series Analysis 1. Lecture 8: Time Series Analysis. Time Series Analysis MIT 18.S096. Dr. Kempthorne. Fall 2013 MIT 18.S096

Time Series Analysis 1. Lecture 8: Time Series Analysis. Time Series Analysis MIT 18.S096. Dr. Kempthorne. Fall 2013 MIT 18.S096 Lecture 8: Time Series Analysis MIT 18.S096 Dr. Kempthorne Fall 2013 MIT 18.S096 Time Series Analysis 1 Outline Time Series Analysis 1 Time Series Analysis MIT 18.S096 Time Series Analysis 2 A stochastic

More information

Chapter 6: Multivariate Cointegration Analysis

Chapter 6: Multivariate Cointegration Analysis Chapter 6: Multivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie VI. Multivariate Cointegration

More information

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series.

The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Cointegration The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Economic theory, however, often implies equilibrium

More information

Estimating an ARMA Process

Estimating an ARMA Process Statistics 910, #12 1 Overview Estimating an ARMA Process 1. Main ideas 2. Fitting autoregressions 3. Fitting with moving average components 4. Standard errors 5. Examples 6. Appendix: Simple estimators

More information

State Space Time Series Analysis

State Space Time Series Analysis State Space Time Series Analysis p. 1 State Space Time Series Analysis Siem Jan Koopman http://staff.feweb.vu.nl/koopman Department of Econometrics VU University Amsterdam Tinbergen Institute 2011 State

More information

Trading Basket Construction. Mean Reversion Trading. Haksun Li [email protected] www.numericalmethod.com

Trading Basket Construction. Mean Reversion Trading. Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Trading Basket Construction Mean Reversion Trading Haksun Li [email protected] www.numericalmethod.com Speaker Profile Dr. Haksun Li CEO, Numerical Method Inc. (Ex-)Adjunct Professors, Industry

More information

Univariate and Multivariate Methods PEARSON. Addison Wesley

Univariate and Multivariate Methods PEARSON. Addison Wesley Time Series Analysis Univariate and Multivariate Methods SECOND EDITION William W. S. Wei Department of Statistics The Fox School of Business and Management Temple University PEARSON Addison Wesley Boston

More information

Regression Analysis. Regression Analysis MIT 18.S096. Dr. Kempthorne. Fall 2013

Regression Analysis. Regression Analysis MIT 18.S096. Dr. Kempthorne. Fall 2013 Lecture 6: Regression Analysis MIT 18.S096 Dr. Kempthorne Fall 2013 MIT 18.S096 Regression Analysis 1 Outline Regression Analysis 1 Regression Analysis MIT 18.S096 Regression Analysis 2 Multiple Linear

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

SYSTEMS OF REGRESSION EQUATIONS

SYSTEMS OF REGRESSION EQUATIONS SYSTEMS OF REGRESSION EQUATIONS 1. MULTIPLE EQUATIONS y nt = x nt n + u nt, n = 1,...,N, t = 1,...,T, x nt is 1 k, and n is k 1. This is a version of the standard regression model where the observations

More information

Lecture 2: ARMA(p,q) models (part 3)

Lecture 2: ARMA(p,q) models (part 3) Lecture 2: ARMA(p,q) models (part 3) Florian Pelgrin University of Lausanne, École des HEC Department of mathematics (IMEA-Nice) Sept. 2011 - Jan. 2012 Florian Pelgrin (HEC) Univariate time series Sept.

More information

Financial TIme Series Analysis: Part II

Financial TIme Series Analysis: Part II Department of Mathematics and Statistics, University of Vaasa, Finland January 29 February 13, 2015 Feb 14, 2015 1 Univariate linear stochastic models: further topics Unobserved component model Signal

More information

Chapter 5. Analysis of Multiple Time Series. 5.1 Vector Autoregressions

Chapter 5. Analysis of Multiple Time Series. 5.1 Vector Autoregressions Chapter 5 Analysis of Multiple Time Series Note: The primary references for these notes are chapters 5 and 6 in Enders (2004). An alternative, but more technical treatment can be found in chapters 10-11

More information

Financial Integration of Stock Markets in the Gulf: A Multivariate Cointegration Analysis

Financial Integration of Stock Markets in the Gulf: A Multivariate Cointegration Analysis INTERNATIONAL JOURNAL OF BUSINESS, 8(3), 2003 ISSN:1083-4346 Financial Integration of Stock Markets in the Gulf: A Multivariate Cointegration Analysis Aqil Mohd. Hadi Hassan Department of Economics, College

More information

Trends and Breaks in Cointegrated VAR Models

Trends and Breaks in Cointegrated VAR Models Trends and Breaks in Cointegrated VAR Models Håvard Hungnes Thesis for the Dr. Polit. degree Department of Economics, University of Oslo Defended March 17, 2006 Research Fellow in the Research Department

More information

Chapter 5: Bivariate Cointegration Analysis

Chapter 5: Bivariate Cointegration Analysis Chapter 5: Bivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie V. Bivariate Cointegration Analysis...

More information

Time Series Analysis in Economics. Klaus Neusser

Time Series Analysis in Economics. Klaus Neusser Time Series Analysis in Economics Klaus Neusser May 26, 2015 Contents I Univariate Time Series Analysis 3 1 Introduction 1 1.1 Some examples.......................... 2 1.2 Formal definitions.........................

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

More information

Current Accounts in Open Economies Obstfeld and Rogoff, Chapter 2

Current Accounts in Open Economies Obstfeld and Rogoff, Chapter 2 Current Accounts in Open Economies Obstfeld and Rogoff, Chapter 2 1 Consumption with many periods 1.1 Finite horizon of T Optimization problem maximize U t = u (c t ) + β (c t+1 ) + β 2 u (c t+2 ) +...

More information

Understanding and Applying Kalman Filtering

Understanding and Applying Kalman Filtering Understanding and Applying Kalman Filtering Lindsay Kleeman Department of Electrical and Computer Systems Engineering Monash University, Clayton 1 Introduction Objectives: 1. Provide a basic understanding

More information

Quadratic forms Cochran s theorem, degrees of freedom, and all that

Quadratic forms Cochran s theorem, degrees of freedom, and all that Quadratic forms Cochran s theorem, degrees of freedom, and all that Dr. Frank Wood Frank Wood, [email protected] Linear Regression Models Lecture 1, Slide 1 Why We Care Cochran s theorem tells us

More information

Statistical Machine Learning

Statistical Machine Learning Statistical Machine Learning UoC Stats 37700, Winter quarter Lecture 4: classical linear and quadratic discriminants. 1 / 25 Linear separation For two classes in R d : simple idea: separate the classes

More information

Analysis of algorithms of time series analysis for forecasting sales

Analysis of algorithms of time series analysis for forecasting sales SAINT-PETERSBURG STATE UNIVERSITY Mathematics & Mechanics Faculty Chair of Analytical Information Systems Garipov Emil Analysis of algorithms of time series analysis for forecasting sales Course Work Scientific

More information

Master s Theory Exam Spring 2006

Master s Theory Exam Spring 2006 Spring 2006 This exam contains 7 questions. You should attempt them all. Each question is divided into parts to help lead you through the material. You should attempt to complete as much of each problem

More information

Introduction to General and Generalized Linear Models

Introduction to General and Generalized Linear Models Introduction to General and Generalized Linear Models General Linear Models - part I Henrik Madsen Poul Thyregod Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby

More information

Statistics Graduate Courses

Statistics Graduate Courses Statistics Graduate Courses STAT 7002--Topics in Statistics-Biological/Physical/Mathematics (cr.arr.).organized study of selected topics. Subjects and earnable credit may vary from semester to semester.

More information

2.2 Elimination of Trend and Seasonality

2.2 Elimination of Trend and Seasonality 26 CHAPTER 2. TREND AND SEASONAL COMPONENTS 2.2 Elimination of Trend and Seasonality Here we assume that the TS model is additive and there exist both trend and seasonal components, that is X t = m t +

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier [email protected] 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Why the saving rate has been falling in Japan

Why the saving rate has been falling in Japan MPRA Munich Personal RePEc Archive Why the saving rate has been falling in Japan Yoshiaki Azuma and Takeo Nakao January 2009 Online at http://mpra.ub.uni-muenchen.de/62581/ MPRA Paper No. 62581, posted

More information

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem

Chapter 1. Vector autoregressions. 1.1 VARs and the identi cation problem Chapter Vector autoregressions We begin by taking a look at the data of macroeconomics. A way to summarize the dynamics of macroeconomic data is to make use of vector autoregressions. VAR models have become

More information

On the long run relationship between gold and silver prices A note

On the long run relationship between gold and silver prices A note Global Finance Journal 12 (2001) 299 303 On the long run relationship between gold and silver prices A note C. Ciner* Northeastern University College of Business Administration, Boston, MA 02115-5000,

More information

Lecture 8: Signal Detection and Noise Assumption

Lecture 8: Signal Detection and Noise Assumption ECE 83 Fall Statistical Signal Processing instructor: R. Nowak, scribe: Feng Ju Lecture 8: Signal Detection and Noise Assumption Signal Detection : X = W H : X = S + W where W N(, σ I n n and S = [s, s,...,

More information

3.1 Stationary Processes and Mean Reversion

3.1 Stationary Processes and Mean Reversion 3. Univariate Time Series Models 3.1 Stationary Processes and Mean Reversion Definition 3.1: A time series y t, t = 1,..., T is called (covariance) stationary if (1) E[y t ] = µ, for all t Cov[y t, y t

More information

How To Understand And Understand Finance

How To Understand And Understand Finance Ill. i,t.,. QUANTITATIVE FINANCIAL ECONOMICS STOCKS, BONDS AND FOREIGN EXCHANGE Second Edition KEITH CUTHBERTSON AND DIRK NITZSCHE HOCHSCHULE John Wiley 8k Sons, Ltd CONTENTS Preface Acknowledgements 2.1

More information

Review Jeopardy. Blue vs. Orange. Review Jeopardy

Review Jeopardy. Blue vs. Orange. Review Jeopardy Review Jeopardy Blue vs. Orange Review Jeopardy Jeopardy Round Lectures 0-3 Jeopardy Round $200 How could I measure how far apart (i.e. how different) two observations, y 1 and y 2, are from each other?

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

Chapter 5: The Cointegrated VAR model

Chapter 5: The Cointegrated VAR model Chapter 5: The Cointegrated VAR model Katarina Juselius July 1, 2012 Katarina Juselius () Chapter 5: The Cointegrated VAR model July 1, 2012 1 / 41 An intuitive interpretation of the Pi matrix Consider

More information

y t by left multiplication with 1 (L) as y t = 1 (L) t =ª(L) t 2.5 Variance decomposition and innovation accounting Consider the VAR(p) model where

y t by left multiplication with 1 (L) as y t = 1 (L) t =ª(L) t 2.5 Variance decomposition and innovation accounting Consider the VAR(p) model where . Variance decomposition and innovation accounting Consider the VAR(p) model where (L)y t = t, (L) =I m L L p L p is the lag polynomial of order p with m m coe±cient matrices i, i =,...p. Provided that

More information

Lecture 3: Linear methods for classification

Lecture 3: Linear methods for classification Lecture 3: Linear methods for classification Rafael A. Irizarry and Hector Corrada Bravo February, 2010 Today we describe four specific algorithms useful for classification problems: linear regression,

More information

Cointegration Pairs Trading Strategy On Derivatives 1

Cointegration Pairs Trading Strategy On Derivatives 1 Cointegration Pairs Trading Strategy On Derivatives Cointegration Pairs Trading Strategy On Derivatives 1 By Ngai Hang CHAN Co-Authors: Dr. P.K. LEE and Ms. Lai Fun PUN Department of Statistics The Chinese

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Forecasting with ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos (UC3M-UPM)

More information

Vector Time Series Model Representations and Analysis with XploRe

Vector Time Series Model Representations and Analysis with XploRe 0-1 Vector Time Series Model Representations and Analysis with plore Julius Mungo CASE - Center for Applied Statistics and Economics Humboldt-Universität zu Berlin [email protected] plore MulTi Motivation

More information

ITSM-R Reference Manual

ITSM-R Reference Manual ITSM-R Reference Manual George Weigt June 5, 2015 1 Contents 1 Introduction 3 1.1 Time series analysis in a nutshell............................... 3 1.2 White Noise Variance.....................................

More information

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Toshio Sugihara Abstract In this study, an adaptive

More information

Introduction to Time Series Analysis. Lecture 1.

Introduction to Time Series Analysis. Lecture 1. Introduction to Time Series Analysis. Lecture 1. Peter Bartlett 1. Organizational issues. 2. Objectives of time series analysis. Examples. 3. Overview of the course. 4. Time series models. 5. Time series

More information

Explaining Cointegration Analysis: Part II

Explaining Cointegration Analysis: Part II Explaining Cointegration Analysis: Part II David F. Hendry and Katarina Juselius Nuffield College, Oxford, OX1 1NF. Department of Economics, University of Copenhagen, Denmark Abstract We describe the concept

More information

Factor analysis. Angela Montanari

Factor analysis. Angela Montanari Factor analysis Angela Montanari 1 Introduction Factor analysis is a statistical model that allows to explain the correlations between a large number of observed correlated variables through a small number

More information

Spatial Statistics Chapter 3 Basics of areal data and areal data modeling

Spatial Statistics Chapter 3 Basics of areal data and areal data modeling Spatial Statistics Chapter 3 Basics of areal data and areal data modeling Recall areal data also known as lattice data are data Y (s), s D where D is a discrete index set. This usually corresponds to data

More information

System Identification for Acoustic Comms.:

System Identification for Acoustic Comms.: System Identification for Acoustic Comms.: New Insights and Approaches for Tracking Sparse and Rapidly Fluctuating Channels Weichang Li and James Preisig Woods Hole Oceanographic Institution The demodulation

More information

Analysis and Computation for Finance Time Series - An Introduction

Analysis and Computation for Finance Time Series - An Introduction ECMM703 Analysis and Computation for Finance Time Series - An Introduction Alejandra González Harrison 161 Email: [email protected] Time Series - An Introduction A time series is a sequence of observations

More information

University of Ljubljana Doctoral Programme in Statistics Methodology of Statistical Research Written examination February 14 th, 2014.

University of Ljubljana Doctoral Programme in Statistics Methodology of Statistical Research Written examination February 14 th, 2014. University of Ljubljana Doctoral Programme in Statistics ethodology of Statistical Research Written examination February 14 th, 2014 Name and surname: ID number: Instructions Read carefully the wording

More information

Similar matrices and Jordan form

Similar matrices and Jordan form Similar matrices and Jordan form We ve nearly covered the entire heart of linear algebra once we ve finished singular value decompositions we ll have seen all the most central topics. A T A is positive

More information

Statistics in Retail Finance. Chapter 6: Behavioural models

Statistics in Retail Finance. Chapter 6: Behavioural models Statistics in Retail Finance 1 Overview > So far we have focussed mainly on application scorecards. In this chapter we shall look at behavioural models. We shall cover the following topics:- Behavioural

More information

MIMO CHANNEL CAPACITY

MIMO CHANNEL CAPACITY MIMO CHANNEL CAPACITY Ochi Laboratory Nguyen Dang Khoa (D1) 1 Contents Introduction Review of information theory Fixed MIMO channel Fading MIMO channel Summary and Conclusions 2 1. Introduction The use

More information

Advanced Signal Processing and Digital Noise Reduction

Advanced Signal Processing and Digital Noise Reduction Advanced Signal Processing and Digital Noise Reduction Saeed V. Vaseghi Queen's University of Belfast UK WILEY HTEUBNER A Partnership between John Wiley & Sons and B. G. Teubner Publishers Chichester New

More information

Multivariate time series analysis is used when one wants to model and explain the interactions and comovements among a group of time series variables:

Multivariate time series analysis is used when one wants to model and explain the interactions and comovements among a group of time series variables: Multivariate Time Series Consider n time series variables {y 1t },...,{y nt }. A multivariate time series is the (n 1) vector time series {Y t } where the i th row of {Y t } is {y it }.Thatis,for any time

More information

An extension of the factoring likelihood approach for non-monotone missing data

An extension of the factoring likelihood approach for non-monotone missing data An extension of the factoring likelihood approach for non-monotone missing data Jae Kwang Kim Dong Wan Shin January 14, 2010 ABSTRACT We address the problem of parameter estimation in multivariate distributions

More information

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York BME I5100: Biomedical Signal Processing Linear Discrimination Lucas C. Parra Biomedical Engineering Department CCNY 1 Schedule Week 1: Introduction Linear, stationary, normal - the stuff biology is not

More information

CAPM, Arbitrage, and Linear Factor Models

CAPM, Arbitrage, and Linear Factor Models CAPM, Arbitrage, and Linear Factor Models CAPM, Arbitrage, Linear Factor Models 1/ 41 Introduction We now assume all investors actually choose mean-variance e cient portfolios. By equating these investors

More information

Data Mining and Data Warehousing. Henryk Maciejewski. Data Mining Predictive modelling: regression

Data Mining and Data Warehousing. Henryk Maciejewski. Data Mining Predictive modelling: regression Data Mining and Data Warehousing Henryk Maciejewski Data Mining Predictive modelling: regression Algorithms for Predictive Modelling Contents Regression Classification Auxiliary topics: Estimation of prediction

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

THE EFFECTS OF BANKING CREDIT ON THE HOUSE PRICE

THE EFFECTS OF BANKING CREDIT ON THE HOUSE PRICE THE EFFECTS OF BANKING CREDIT ON THE HOUSE PRICE * Adibeh Savari 1, Yaser Borvayeh 2 1 MA Student, Department of Economics, Science and Research Branch, Islamic Azad University, Khuzestan, Iran 2 MA Student,

More information

Multivariate Normal Distribution

Multivariate Normal Distribution Multivariate Normal Distribution Lecture 4 July 21, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Lecture #4-7/21/2011 Slide 1 of 41 Last Time Matrices and vectors Eigenvalues

More information

11. Time series and dynamic linear models

11. Time series and dynamic linear models 11. Time series and dynamic linear models Objective To introduce the Bayesian approach to the modeling and forecasting of time series. Recommended reading West, M. and Harrison, J. (1997). models, (2 nd

More information

Normalization and Mixed Degrees of Integration in Cointegrated Time Series Systems

Normalization and Mixed Degrees of Integration in Cointegrated Time Series Systems Normalization and Mixed Degrees of Integration in Cointegrated Time Series Systems Robert J. Rossana Department of Economics, 04 F/AB, Wayne State University, Detroit MI 480 E-Mail: [email protected]

More information

Testing The Quantity Theory of Money in Greece: A Note

Testing The Quantity Theory of Money in Greece: A Note ERC Working Paper in Economic 03/10 November 2003 Testing The Quantity Theory of Money in Greece: A Note Erdal Özmen Department of Economics Middle East Technical University Ankara 06531, Turkey [email protected]

More information

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not.

Example: Credit card default, we may be more interested in predicting the probabilty of a default than classifying individuals as default or not. Statistical Learning: Chapter 4 Classification 4.1 Introduction Supervised learning with a categorical (Qualitative) response Notation: - Feature vector X, - qualitative response Y, taking values in C

More information

A Trading Strategy Based on the Lead-Lag Relationship of Spot and Futures Prices of the S&P 500

A Trading Strategy Based on the Lead-Lag Relationship of Spot and Futures Prices of the S&P 500 A Trading Strategy Based on the Lead-Lag Relationship of Spot and Futures Prices of the S&P 500 FE8827 Quantitative Trading Strategies 2010/11 Mini-Term 5 Nanyang Technological University Submitted By:

More information

A Basic Introduction to Missing Data

A Basic Introduction to Missing Data John Fox Sociology 740 Winter 2014 Outline Why Missing Data Arise Why Missing Data Arise Global or unit non-response. In a survey, certain respondents may be unreachable or may refuse to participate. Item

More information

OPTIMAl PREMIUM CONTROl IN A NON-liFE INSURANCE BUSINESS

OPTIMAl PREMIUM CONTROl IN A NON-liFE INSURANCE BUSINESS ONDERZOEKSRAPPORT NR 8904 OPTIMAl PREMIUM CONTROl IN A NON-liFE INSURANCE BUSINESS BY M. VANDEBROEK & J. DHAENE D/1989/2376/5 1 IN A OPTIMAl PREMIUM CONTROl NON-liFE INSURANCE BUSINESS By Martina Vandebroek

More information

Econometric Methods for Panel Data

Econometric Methods for Panel Data Based on the books by Baltagi: Econometric Analysis of Panel Data and by Hsiao: Analysis of Panel Data Robert M. Kunst [email protected] University of Vienna and Institute for Advanced Studies

More information

Trend and Seasonal Components

Trend and Seasonal Components Chapter 2 Trend and Seasonal Components If the plot of a TS reveals an increase of the seasonal and noise fluctuations with the level of the process then some transformation may be necessary before doing

More information

Logistic Regression. Vibhav Gogate The University of Texas at Dallas. Some Slides from Carlos Guestrin, Luke Zettlemoyer and Dan Weld.

Logistic Regression. Vibhav Gogate The University of Texas at Dallas. Some Slides from Carlos Guestrin, Luke Zettlemoyer and Dan Weld. Logistic Regression Vibhav Gogate The University of Texas at Dallas Some Slides from Carlos Guestrin, Luke Zettlemoyer and Dan Weld. Generative vs. Discriminative Classifiers Want to Learn: h:x Y X features

More information

Examples. David Ruppert. April 25, 2009. Cornell University. Statistics for Financial Engineering: Some R. Examples. David Ruppert.

Examples. David Ruppert. April 25, 2009. Cornell University. Statistics for Financial Engineering: Some R. Examples. David Ruppert. Cornell University April 25, 2009 Outline 1 2 3 4 A little about myself BA and MA in mathematics PhD in statistics in 1977 taught in the statistics department at North Carolina for 10 years have been in

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Spring 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Outline of the Lecture () Introduction to univariate time series analysis. (2) Stationarity. (3) Characterizing

More information

Some useful concepts in univariate time series analysis

Some useful concepts in univariate time series analysis Some useful concepts in univariate time series analysis Autoregressive moving average models Autocorrelation functions Model Estimation Diagnostic measure Model selection Forecasting Assumptions: 1. Non-seasonal

More information

Financial Market Efficiency and Its Implications

Financial Market Efficiency and Its Implications Financial Market Efficiency: The Efficient Market Hypothesis (EMH) Financial Market Efficiency and Its Implications Financial markets are efficient if current asset prices fully reflect all currently available

More information

Univariate Time Series Analysis; ARIMA Models

Univariate Time Series Analysis; ARIMA Models Econometrics 2 Fall 25 Univariate Time Series Analysis; ARIMA Models Heino Bohn Nielsen of4 Univariate Time Series Analysis We consider a single time series, y,y 2,..., y T. We want to construct simple

More information

PITFALLS IN TIME SERIES ANALYSIS. Cliff Hurvich Stern School, NYU

PITFALLS IN TIME SERIES ANALYSIS. Cliff Hurvich Stern School, NYU PITFALLS IN TIME SERIES ANALYSIS Cliff Hurvich Stern School, NYU The t -Test If x 1,..., x n are independent and identically distributed with mean 0, and n is not too small, then t = x 0 s n has a standard

More information

Chapter 4: Vector Autoregressive Models

Chapter 4: Vector Autoregressive Models Chapter 4: Vector Autoregressive Models 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie IV.1 Vector Autoregressive Models (VAR)...

More information

LOGISTIC REGRESSION. Nitin R Patel. where the dependent variable, y, is binary (for convenience we often code these values as

LOGISTIC REGRESSION. Nitin R Patel. where the dependent variable, y, is binary (for convenience we often code these values as LOGISTIC REGRESSION Nitin R Patel Logistic regression extends the ideas of multiple linear regression to the situation where the dependent variable, y, is binary (for convenience we often code these values

More information

Response variables assume only two values, say Y j = 1 or = 0, called success and failure (spam detection, credit scoring, contracting.

Response variables assume only two values, say Y j = 1 or = 0, called success and failure (spam detection, credit scoring, contracting. Prof. Dr. J. Franke All of Statistics 1.52 Binary response variables - logistic regression Response variables assume only two values, say Y j = 1 or = 0, called success and failure (spam detection, credit

More information

Time series Forecasting using Holt-Winters Exponential Smoothing

Time series Forecasting using Holt-Winters Exponential Smoothing Time series Forecasting using Holt-Winters Exponential Smoothing Prajakta S. Kalekar(04329008) Kanwal Rekhi School of Information Technology Under the guidance of Prof. Bernard December 6, 2004 Abstract

More information

Time Series Analysis

Time Series Analysis Time Series Analysis Andrea Beccarini Center for Quantitative Economics Winter 2013/2014 Andrea Beccarini (CQE) Time Series Analysis Winter 2013/2014 1 / 143 Introduction Objectives Time series are ubiquitous

More information

Software Review: ITSM 2000 Professional Version 6.0.

Software Review: ITSM 2000 Professional Version 6.0. Lee, J. & Strazicich, M.C. (2002). Software Review: ITSM 2000 Professional Version 6.0. International Journal of Forecasting, 18(3): 455-459 (June 2002). Published by Elsevier (ISSN: 0169-2070). http://0-

More information

The price-volume relationship of the Malaysian Stock Index futures market

The price-volume relationship of the Malaysian Stock Index futures market The price-volume relationship of the Malaysian Stock Index futures market ABSTRACT Carl B. McGowan, Jr. Norfolk State University Junaina Muhammad University Putra Malaysia The objective of this study is

More information

Factorization Theorems

Factorization Theorems Chapter 7 Factorization Theorems This chapter highlights a few of the many factorization theorems for matrices While some factorization results are relatively direct, others are iterative While some factorization

More information

Analysis of Mean-Square Error and Transient Speed of the LMS Adaptive Algorithm

Analysis of Mean-Square Error and Transient Speed of the LMS Adaptive Algorithm IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 48, NO. 7, JULY 2002 1873 Analysis of Mean-Square Error Transient Speed of the LMS Adaptive Algorithm Onkar Dabeer, Student Member, IEEE, Elias Masry, Fellow,

More information

Forecasting in supply chains

Forecasting in supply chains 1 Forecasting in supply chains Role of demand forecasting Effective transportation system or supply chain design is predicated on the availability of accurate inputs to the modeling process. One of the

More information

Granger Causality between Government Revenues and Expenditures in Korea

Granger Causality between Government Revenues and Expenditures in Korea Volume 23, Number 1, June 1998 Granger Causality between Government Revenues and Expenditures in Korea Wan Kyu Park ** 2 This paper investigates the Granger causal relationship between government revenues

More information

Non-Stationary Time Series andunitroottests

Non-Stationary Time Series andunitroottests Econometrics 2 Fall 2005 Non-Stationary Time Series andunitroottests Heino Bohn Nielsen 1of25 Introduction Many economic time series are trending. Important to distinguish between two important cases:

More information

Time-series Econometrics: Cointegration and Autoregressive Conditional Heteroskedasticity

Time-series Econometrics: Cointegration and Autoregressive Conditional Heteroskedasticity Advanced information on the Bank of Sweden Prize in Economic Sciences in Memory of Alfred Nobel 8 October 2003 Information Department, P.O. Box 50005, SE-104 05 Stockholm, Sweden Phone: +46 8 673 95 00,

More information

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI Solving a System of Linear Algebraic Equations (last updated 5/19/05 by GGB) Objectives:

More information