Switching Regime Estimation

Size: px
Start display at page:

Download "Switching Regime Estimation"

Transcription

1 Switching Regime Estimation Series de Tiempo BIrkbeck March 2013 Martin Sola (FE) Markov Switching models 01/13 1 / 52

2 The economy (the time series) often behaves very different in periods such as booms and recessions. Markov Switching models are a useful way of characterizing this phenomena. Uses of Markov Switching Models: Estimating models which are state dependent. Use the structure of the model to assess the probability that a state takes place, say a boom. Incorporate this feature in Rational Expectation models, pricing, derivatives, etc. STRUCTURE OF THE LECTURE Definition and Properties. Estimation and testing Multivariate extensions and a R.E. example Martin Sola (FE) Markov Switching models 01/13 2 / 52

3 Introduction Underlying assumption in all econometric models is that all observations have been drawn from the same distribution conditional on some constant parameter set The standard approach consists of trying to detect the existence of the regime changes and then imposing dummies. Models with too many dummies Martin Sola (FE) Markov Switching models 01/13 3 / 52

4 How should we model a change in the process? Suppose that the series under scrutiny has a break in its unconditional mean at time t 1. For data prior to t 1 we might use: y t µ 0 = φ(y t 1 µ 0 ) + ε t for t 1 < t and for data after t 1 y t µ 1 = φ(y t 1 µ 1 ) + ε t for t t 1 Even if this captures the break, it is not a satisfactory model: A complete time series model would include a description of the probability law governing the change from µ 0 to µ 1. Martin Sola (FE) Markov Switching models 01/13 4 / 52

5 We might consider the process to be influenced by an unobserved random variable x t x t is the state or regime In the example above, we could regard x t as: Thus, we could write x t = { 0 if the process has mean µ0 1 if the process has mean µ 1 y t µ xt = φ 1 (y t 1 µ xt 1 ) + ε t where µ xt = (1 x t )µ 0 + x t µ 1 Process for the unobserved variable: Markov chain Martin Sola (FE) Markov Switching models 01/13 5 / 52

6 Properties of the Markov Process Definition Let x t be a random variable that can take values 0 and 1. If the probability that x t takes a particular value at time t, only depends on its value at t 1, this variable is governed by a Markov process of order 1. P((x t = i x t 1 = j, x t 2 = k...) = P((x t = i x t 1 = j) Thus the process is summarized by the probabilities: P(x t = 0 x t 1 = 0) = q, P(x t = 1 x t 1 = 1) = p. Martin Sola (FE) Markov Switching models 01/13 6 / 52

7 The transition Matrix 0 1 (time t-1) 0 q (1 p) 1 (1 q) p (time t) Martin Sola (FE) Markov Switching models 01/13 7 / 52

8 Autoregressive Representation of Markov Process [ 1 xt+1 x t+1 ] [ = q (1 p) (1 q) p ] [ 1 xt x t ] + [ ζ1,t+1 ζ 2,t+1 ] The second row gives x t+1 = (1 q) + ( 1 + p + q)x t + ζ 2,t+1 This expression can be recognized as an AR(1) process with constant term 1 q and autoregressive coeffi cient ( 1 + p + q) Martin Sola (FE) Markov Switching models 01/13 8 / 52

9 Expected value of x t : or E (x t+1 ) = (1 q) + ( 1 + p + q)e (x t ) E (x t ) = 1 q 2 p q since E (x t+1 ) = E (x t ) for a stationary process. Martin Sola (FE) Markov Switching models 01/13 9 / 52

10 Unconditional probabilities of being in state 1 and 0. Notice that E (x t ) = 0P(x t = 0) + 1P(x t = 1) = 1 q 2 p q. Then, P(x t = 1) = P(x t = 0) = 1 q 2 p q, 1 p 2 p q. Martin Sola (FE) Markov Switching models 01/13 10 / 52

11 Conditional and Unconditional Probabilities of States 0 and 1 An alternative derivation It can be shown that the unconditional probabilities at time zero multiplied by the matrix of transition probabilities are equal to the unconditional probabilities at time one: [ P(x1 = 0) P(x 1 = 1) ] [ = q (1 p) (1 q) p ] [ P(x0 = 0) P(x 0 = 1) ] Martin Sola (FE) Markov Switching models 01/13 11 / 52

12 Equilibrium Probabilities If the process is stationary, there exist state probabilities {π 0, π 1 } that satisfy: Π = PΠ where P is the matrix of transition probabilities. [ ] [ ] [ ] π0 q (1 p) π0 = π 1 (1 q) p π 1 where π 0 = P(x t j = 0) and π 1 = P(x t j = 1) for all values of j. Martin Sola (FE) Markov Switching models 01/13 12 / 52

13 Using π 0 + π 1 = 1: π 0 = (1 p) (2 p q) and π 1 = (1 q) (2 p q) where π 0 and π 1 are the equilibrium unconditional probabilities. Martin Sola (FE) Markov Switching models 01/13 13 / 52

14 Given the following initial values: [ p 0 (0) p 0 (1) ] [ π0 = π 1 ] It can be shown (by multiplying n times by the transition probability matrix) that the unconditional probability vector at time n is: [ p n ] [ ] (0) π0 p n = (1) π 1 Therefore, the distribution does not change with time and the stochastic process is always in equilibrium. Martin Sola (FE) Markov Switching models 01/13 14 / 52

15 Forecasts for a Markov Chain A n- period ahead forecast for a Markov chain can be obtained simply by multiplying n times by the transition probability: [ ] [ ] n [ ] P(xt+n = 0) q (1 p) P(xt = 0) = P(x t+n = 1) (1 q) p P(x t = 1) Martin Sola (FE) Markov Switching models 01/13 15 / 52

16 P n is derived in the following way: 1) Find the eigenvalues of the transition probability Matrix. λ 1 = 1, λ 2 = 1 + p + q, 2) Find the associated eigenvectors. (1 p) (2 p q) (1 q) (2 p q), [ 1 1 ] Martin Sola (FE) Markov Switching models 01/13 16 / 52

17 3) Express P as T ΛT 1, where T = (1 p) (2 p q) (1 q) (2 p q) 1 is the matrix of eigenvectors and [ ] 1 0 Λ = p + q a diagonal matrix of eigenvalues. 1 Martin Sola (FE) Markov Switching models 01/13 17 / 52

18 4) Use the result that or P n = T Λ n T 1 P n = [ 1 p 1 (2 p q) 1 q 2 p q 1 ] [ p + q ] n [ 1 p 1 (2 p q) 1 q 2 p q 1 ] 1 Martin Sola (FE) Markov Switching models 01/13 18 / 52

19 0 1 ( t+n) 0 1 ( t) (1 p) (2 p q) + (1 q)(p+q 1)n (2 p q) (1 q) (2 p q) (1 q)(p+q 1)n (2 p q) (1 p) (2 p q) (1 p)(p+q 1)n (2 p q) (1 q) (2 p q) + (1 p)(p+q 1)n (2 p q) Note that by making n = 1 in the above matrix we end with the matrix of transition probabilities, P. Martin Sola (FE) Markov Switching models 01/13 19 / 52

20 In addition, we can derive the conditional expectations: (1 q) E (x t+n x t = 0) = (2 p q) E (x t+n x t = 1) = (1 q)(p + q 1)n (2 p q) (1 q) (1 p)(p + q 1)n + (2 p q) (2 p q) Martin Sola (FE) Markov Switching models 01/13 20 / 52

21 The expected value of x t at time n conditional on s at time zero is: E (x t+n x t = x t ) = (1 q) (2 p q) + (x (1 q) t )(p + q 1)n (2 p q) This result is derived assuming that x t is observed (conditional on x t ) Martin Sola (FE) Markov Switching models 01/13 21 / 52

22 A brief description of Hamilton s non linear filter The procedure assumes that discrete states of the economy are not known: inferred from the data. States follow a discrete Markov process. Martin Sola (FE) Markov Switching models 01/13 22 / 52

23 A brief description of Hamilton s non linear filter The observed variable, y t, is assumed to follow an AR(m): y t µ xt = φ 1 (y t 1 µ xt 1 ) + φ 2 (y t 2 µ xt 2 ) +.. +φ m (y t m µ xt m ) + σ xt ε t ε t is distributed N(0,1) and µ xt is parameterized as α 0 + α 1 x t and σ xt as w 0 + w 1 x t Martin Sola (FE) Markov Switching models 01/13 23 / 52

24 y t µ xt = φ 1 (y t 1 µ xt 1 ) + φ 2 (y t 2 µ xt 2 ) +.. +φ m (y t m µ xt m ) + σ xt ε t The error ε t is assumed to be independent of all x t j 0 Martin Sola (FE) Markov Switching models 01/13 24 / 52

25 Hamilton s Filter Step 1 Step 1 Calculate the joint density of the m past states and the current state conditional on the information included in y t 1 and all past values of y, where y is the variable that is observed: p(x t, x t 1,,..., x t m y t 1,.., y 0 ) = p(x t x t 1 )p(x t 1,,..., x t m y t 1,..., y 0 ) Martin Sola (FE) Markov Switching models 01/13 25 / 52

26 Hamilton s Filter Step 1 Step 1 As in all the subsequent steps the second term on the right-hand-side is obtained from the preceding step of the filter. In this case, p(x t 1, x t 2,..., x t m y t 1, y t 2,..., y 0 ) is known from the input to the filter, which in turn represents the result of the iteration at date t 1 (from step 5). Martin Sola (FE) Markov Switching models 01/13 26 / 52

27 Hamilton s Filter Step 1 Step 1 To begin with the iteration, it is necessary to assign some initial values to the parameters, and to impose some initial conditions on the Markov process. The unconditional distribution p(x m 1, x m 2,...x 0 ) has been chosen for the first observation: p(x m 1, x m 2,...x 0 ) = p(x m 1 x m 2 )...p(x 1 x 0 )p(x 0 ) where p(x 0 ) are the equilibrium unconditional probabilities as defined above. Martin Sola (FE) Markov Switching models 01/13 27 / 52

28 Hamilton s Filter Step 2 Step 2 Calculate the joint conditional distribution of y t and (x t, x t 1,..., x t m ). = p(y t, x t, x t 1,..., x t m y t 1, y t 2,..., y 0 ) p(y t x t, x t 1,..., x t m, y t 1, y t 2,..., y 0 ). p(x t, x t 1, x t 2,..., x t m y t 1, y t 2,..., y 0 ) Martin Sola (FE) Markov Switching models 01/13 28 / 52

29 Hamilton s Filter Step 2 We assume that = p(y t x t, x t 1,., x t m, y t 1, y t 2,., y 0 ) 1 2π(ω0 + ω 1 x t ) exp[ 1 2[ω 0 + ω 1 x t ] 2 ((y t α 1 x t α 0 ) φ 1 (y t 1 α 1 x t 1 α 0 ).. φ m (y t m α 1 x t m α 0 )) 2 ] Martin Sola (FE) Markov Switching models 01/13 29 / 52

30 Hamilton s Filter Step 3 Step 3 Marginalize the previous joint density with respect to the states giving the conditional density, from which the (conditional) likelihood function is calculated. = p(y t y t 1, y t 2,., y 0 ) p(y t, x t, x t 1,., x t m y t 1, y t 2,., y 0 ) x t =0 x t 1 =0 x t m =0 Martin Sola (FE) Markov Switching models 01/13 30 / 52

31 Hamilton s Filter Step 4 Step 4 Combine the results from steps 2 and 3 to calculate the joint density of the state conditional on the observed current and past realizations of y p(x t, x t 1,., x t m y t, y t 1, y t 2,., y 0 ) = p(y t, x t, x t 1,., x t m y t 1, y t 2,., y 0 ) p(y t y t 1, y t 2,., y 0 ) Martin Sola (FE) Markov Switching models 01/13 31 / 52

32 Hamilton s Filter Step 5 Step 5 The desired output is then obtained from = p(x t, x t 1,., x t m+1 y t, y t 1, y t 2.., y 0 ) 1 p(x t, x t 1,., x t m y t, y t 1, y t 2,., y 0 ) x t m =0 The output of step 5 is used as an input to the filter in the next iteration. Martin Sola (FE) Markov Switching models 01/13 32 / 52

33 Hamilton s Filter Step 5 Note that to iterate, estimates of the parameters are required. Maximum likelihood estimates can be obtained numerically from Step 3 as a by-product of the filter ln p(y t, y t 1, y t 2,., y m y m 1,., y 0 ) = T ln p(y t y t 1,., y 0 ). t=m which can be maximized numerically with respect to the unknown parameters (α 1, α 0, p, q, ω 0, ω 1, φ 1, φ 2...φ m ). Martin Sola (FE) Markov Switching models 01/13 33 / 52

34 Comments Notice that p and q, the parameters of the transition matrix, are also estimated by maximum likelihood. Hamilton s filter requires the numerical optimization of a very complicated non-linear function. Martin Sola (FE) Markov Switching models 01/13 34 / 52

35 Specification Tests Specification tests based on the properties of the standardized residuals, ε t = y t E (y t I t 1 ) σ t. First calculate the conditional expectation of y t given information at time t 1: E (y t I t 1 ) = α 0 + α 1 E (x t I t 1 ) + φ 1 (y t 1 α 1 E (x t 1 I t 1 ) α 0 ) where E (x t I t 1 ) = φ m (y t m α 1 E (x t m I t 1 ) α 0 ), (1 q) (2 p q) + (P(x (1 q) t 1 I t 1 ) )(p + q 1), (2 p q) E (x t m I t 1 ) = P(x t m = 1 I t 1 ), m 1. P(x t m I t 1 ), for m > 1, are called smoothing probabilities They can be calculated from the filtering probabilities. Martin Sola (FE) Markov Switching models 01/13 35 / 52

36 Computing the standard deviation Step 1 First make use of the autoregressive representation of the Markov process x t = (1 q) + ( 1 + p + q)x t 1 + ζ 2,t For this process the error, conditional on x t 1 = 1, can be characterized as ζ 2,t = and conditional on x t 1 = 0 (1 p) with probability p p with probability 1 p ζ 2,t = (1 q) with probability q q with probability 1 q Martin Sola (FE) Markov Switching models 01/13 36 / 52

37 Computing the standard deviation Step 2 Calculate the variance of the error term, ζ 2,t, conditional on the state at t 1. E (ζ 2 2,t x t 1 = 1) = (1 p) 2 p + p 2 (1 p) = p(1 p) E (ζ 2 2,t x t 1 = 0) = (1 q) 2 q + q 2 (1 q) = q(1 q) Martin Sola (FE) Markov Switching models 01/13 37 / 52

38 Computing the standard deviation Step 3 Calculate the conditional variance (conditional on I t 1 = {y t 1,...y 0 }) We start by calculating the state dependent variance σ 2 x t function of the Markov switching parameters. as a Martin Sola (FE) Markov Switching models 01/13 38 / 52

39 Computing the standard deviation Step 3 Conditional on x t 1 = 1, the switching variance can be written as: σ 2 x t = E (σ 2 x t x t 1 = 1) + V (µ xt x t 1 = 1) where E (σ 2 x t x t 1 = 1) = (E (σ xt x t 1 = 1)) 2 + Var((σ xt x t 1 = 1)) (since σ xt is a random variable) and Var((σ xt x t 1 = 1)) = E (σ 2 x t x t 1 = 1) (E (σ xt x t 1 = 1)) 2 Martin Sola (FE) Markov Switching models 01/13 39 / 52

40 Computing the standard deviation Step 3 Then using that (E (σ xt x t 1 = 1)) 2 = (w 0 + w 1 E (x t x t 1 = 1) 2 = (w 0 + w 1 p) 2 Var((σ xt x t 1 = 1)) = Var(w 0 + w 1 x t x t 1 = 1) = w1 2 p(1 p). V (µ xt x t 1 = 1) = Var(α 0 + α 1 x t x t 1 = 1) = α 2 1p(1 p) Martin Sola (FE) Markov Switching models 01/13 40 / 52

41 Computing the standard deviation Step 3 Collecting all these terms we can see that σ 2 x t = (w 0 + w 1 p) 2 + w1 2 p(1 p) + α2 1p(1 p) We can obtain a similar formulae for the variance conditional on x t 1 = 0. σ 2 x t = E (σ 2 x t x t 1 = 0) + V (µ xt x t 1 = 0) and doing the same transformations for state 0 we obtain σ 2 x t = (w 0 + w 1 (1 q)) 2 + w1 2 q(1 q) + α2 1q(1 q). Martin Sola (FE) Markov Switching models 01/13 41 / 52

42 Computing the standard deviation Step 3 Clearly the state is not observed at time t 1 but we can use the filtered probabilities to make an inference of the unobserved state. Then the conditional variance (on information on time t 1) is σ 2 t = ((w 0 + w 1 p) 2 + w1 2 p(1 p) +α 2 1 p(1 p))p(x t 1 = 1 I t 1 )+ ((w 0 + w 1 (1 q)) 2 + w1 2 q(1 q)+ α 2 1 q(1 q))(1 P(x t 1 = 1 I t 1 )). Martin Sola (FE) Markov Switching models 01/13 42 / 52

43 Computing the standard deviation Step 3 Then the standardized residuals are simply, v t = ε t /σ t and we may conduct standard specification tests for these residuals. Martin Sola (FE) Markov Switching models 01/13 43 / 52

44 Number of tests and specification tests Crucial: rightly identify the number of states or regimes. Hamilton proposes to use simple specification tests as a mean of assessing whether the estimated equation contains the right number of states. Martin Sola (FE) Markov Switching models 01/13 44 / 52

45 A Bivariate model with regime switching We consider a VAR process in two variables, with 1 lag, with the feature that the means of each equation and the variance-covariance matrix are allowed to switch endogenously between two possible states. The two equations that define the VAR are influenced by the same state variable. The state is not observed and has to be inferred from a filter. S t = ΦS t 1 + ψd t 1 + (ω 0 + ω 1 x t )ν t D t = ϕs t 1 + ΩD t 1 + (τ 0 + τ 1 x t )ε t Martin Sola (FE) Markov Switching models 01/13 45 / 52

46 A Bivariate model with regime switching The centered variables are defined by the two following equations: S t = S t α 0 α 1 x t D t = D t β 0 β 1 x t A prime ( ) is used to denote centred variables in the remainder of the presentation x t denotes the unobserved state of the system and takes values 0 and 1. Martin Sola (FE) Markov Switching models 01/13 46 / 52

47 A Bivariate model with regime switching x t is governed by a Markov process P(x t = 0 x t 1 = 0) = q P(x t = 1 x t 1 = 1) = p The errors ν t, ε t are assumed to be independent of all x t j. j 0. Martin Sola (FE) Markov Switching models 01/13 47 / 52

48 A Bivariate model with regime switching Substituting the centered variables into the VAR and rearranging terms, we obtain the following expression for S t and D t S t = α 0 (1 Φ) β 0 ψ + ΦS t 1 + ψd t 1 +α 1 (x t Φx t 1 ) β 1 ψx t 1 + (ω 0 + ω 1 x t )ν t D t = α 0 ϕ + β 0 (1 Ω) + ϕs t 1 + ΩD t 1 α 1 ϕx t 1 + β 1 (x t Ωx t 1 ) + (τ 0 + τ 1 x t )ε t Martin Sola (FE) Markov Switching models 01/13 48 / 52

49 Testing The Term Structure of Interest Rates The process that drives the spread and the short-term interest rate difference is the VAR of equation described above in which D t denotes the first difference of the three month rate, R 1t R 1t 1 and S t denotes the yield spread R 2t R 1t. The expectations hypothesis of the term structure of the interest rates can be written as S t = (1/2)E t D t+1 + θ + u t The restrictions imposed by the expectations model are presented below. Both an unrestricted and a restricted VAR can be estimated, and the restrictions tested using a likelihood ratio test. Martin Sola (FE) Markov Switching models 01/13 49 / 52

50 Derivation of the restrictions in the regime-shifting VAR. [ ] [ ] [ ] [ S t Φ ψ S D t = t 1 (ω0 + ω ϕ Ω D t x t )ν t (τ 0 + τ 1 x t )ε t To find the restrictions we condition on information available at t 1 on both sides of the term structure equation. E (S t I t 1 ) = (1/2)E (D t+1 I t 1 ) + θ ] were I t 1 = {S t 1, S t 2,., D t 1, D t 2,., x t 1,., }. Martin Sola (FE) Markov Switching models 01/13 50 / 52

51 Then, we need to calculate expected values E [D t+1 It 1 ] and E [S t It 1 ]. These can be calculated in the following way: where E [D t+1 I t 1 ] = β 0 + β 1 E (x t+1 I t 1 ) + E (D t+1 I t 1 ), where ρ = 1 q 2 p q E [D t+1 I t 1 ] = [0, 1] 2 Z t 1, E (x t+1 I t 1 ) = [ρ + (x t 1 ρ)λ 2 ] and λ = (p + q 1). where E [S t I t 1 ] = α 0 + α 1 E (x t I t 1 ) + E (S t I t 1 ) E (S t I t 1 ) = [ 1 0 ] Z t 1 E (x t I t 1 ) = [ρ + (x t 1 ρ)λ] Martin Sola (FE) Markov Switching models 01/13 51 / 52

52 Finally, substituting the expected (difference of the) short-term interest rates and the expected spread, the term structure of interest rates relationship can be expressed as; α 0 + α 1 [ρ + (x t 1 ρ)λ] + [1, 0] Z t 1 ((A4)) = 1 2 [β 0 + β 1 [ρ + (x t 1 ρ)λ 2 ] + [0, 1] 2 Z t 1 ] + θ The restrictions written out in full are: α 1 = 1 2 β 1 λ Φ = ψ = ϕω 2 ϕ Ω 2 2 ϕ Martin Sola (FE) Markov Switching models 01/13 52 / 52

Vector Auto-Regressive Models

Vector Auto-Regressive Models Vector Auto-Regressive Models Laurent Ferrara 1 1 University of Paris Nanterre M2 Oct. 2018 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions

More information

VAR Models and Applications

VAR Models and Applications VAR Models and Applications Laurent Ferrara 1 1 University of Paris West M2 EIPMC Oct. 2016 Overview of the presentation 1. Vector Auto-Regressions Definition Estimation Testing 2. Impulse responses functions

More information

ECON 4160, Lecture 11 and 12

ECON 4160, Lecture 11 and 12 ECON 4160, 2016. Lecture 11 and 12 Co-integration Ragnar Nymoen Department of Economics 9 November 2017 1 / 43 Introduction I So far we have considered: Stationary VAR ( no unit roots ) Standard inference

More information

ECO 513 Fall 2009 C. Sims HIDDEN MARKOV CHAIN MODELS

ECO 513 Fall 2009 C. Sims HIDDEN MARKOV CHAIN MODELS ECO 513 Fall 2009 C. Sims HIDDEN MARKOV CHAIN MODELS 1. THE CLASS OF MODELS y t {y s, s < t} p(y t θ t, {y s, s < t}) θ t = θ(s t ) P[S t = i S t 1 = j] = h ij. 2. WHAT S HANDY ABOUT IT Evaluating the

More information

Dynamic Factor Models and Factor Augmented Vector Autoregressions. Lawrence J. Christiano

Dynamic Factor Models and Factor Augmented Vector Autoregressions. Lawrence J. Christiano Dynamic Factor Models and Factor Augmented Vector Autoregressions Lawrence J Christiano Dynamic Factor Models and Factor Augmented Vector Autoregressions Problem: the time series dimension of data is relatively

More information

Computer Intensive Methods in Mathematical Statistics

Computer Intensive Methods in Mathematical Statistics Computer Intensive Methods in Mathematical Statistics Department of mathematics johawes@kth.se Lecture 5 Sequential Monte Carlo methods I 31 March 2017 Computer Intensive Methods (1) Plan of today s lecture

More information

ECON 4160, Spring term Lecture 12

ECON 4160, Spring term Lecture 12 ECON 4160, Spring term 2013. Lecture 12 Non-stationarity and co-integration 2/2 Ragnar Nymoen Department of Economics 13 Nov 2013 1 / 53 Introduction I So far we have considered: Stationary VAR, with deterministic

More information

Econ 623 Econometrics II Topic 2: Stationary Time Series

Econ 623 Econometrics II Topic 2: Stationary Time Series 1 Introduction Econ 623 Econometrics II Topic 2: Stationary Time Series In the regression model we can model the error term as an autoregression AR(1) process. That is, we can use the past value of the

More information

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Fin. Econometrics / 53

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Fin. Econometrics / 53 State-space Model Eduardo Rossi University of Pavia November 2014 Rossi State-space Model Fin. Econometrics - 2014 1 / 53 Outline 1 Motivation 2 Introduction 3 The Kalman filter 4 Forecast errors 5 State

More information

Econ 423 Lecture Notes: Additional Topics in Time Series 1

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

More information

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω

TAKEHOME FINAL EXAM e iω e 2iω e iω e 2iω ECO 513 Spring 2015 TAKEHOME FINAL EXAM (1) Suppose the univariate stochastic process y is ARMA(2,2) of the following form: y t = 1.6974y t 1.9604y t 2 + ε t 1.6628ε t 1 +.9216ε t 2, (1) where ε is i.i.d.

More information

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Financial Econometrics / 49

State-space Model. Eduardo Rossi University of Pavia. November Rossi State-space Model Financial Econometrics / 49 State-space Model Eduardo Rossi University of Pavia November 2013 Rossi State-space Model Financial Econometrics - 2013 1 / 49 Outline 1 Introduction 2 The Kalman filter 3 Forecast errors 4 State smoothing

More information

Testing for Regime Switching in Singaporean Business Cycles

Testing for Regime Switching in Singaporean Business Cycles Testing for Regime Switching in Singaporean Business Cycles Robert Breunig School of Economics Faculty of Economics and Commerce Australian National University and Alison Stegman Research School of Pacific

More information

1 Linear Difference Equations

1 Linear Difference Equations ARMA Handout Jialin Yu 1 Linear Difference Equations First order systems Let {ε t } t=1 denote an input sequence and {y t} t=1 sequence generated by denote an output y t = φy t 1 + ε t t = 1, 2,... with

More information

Exam 2. Jeremy Morris. March 23, 2006

Exam 2. Jeremy Morris. March 23, 2006 Exam Jeremy Morris March 3, 006 4. Consider a bivariate normal population with µ 0, µ, σ, σ and ρ.5. a Write out the bivariate normal density. The multivariate normal density is defined by the following

More information

Multivariate GARCH models.

Multivariate GARCH models. Multivariate GARCH models. Financial market volatility moves together over time across assets and markets. Recognizing this commonality through a multivariate modeling framework leads to obvious gains

More information

Probabilistic Graphical Models

Probabilistic Graphical Models Probabilistic Graphical Models Brown University CSCI 2950-P, Spring 2013 Prof. Erik Sudderth Lecture 12: Gaussian Belief Propagation, State Space Models and Kalman Filters Guest Kalman Filter Lecture by

More information

Statistics & Data Sciences: First Year Prelim Exam May 2018

Statistics & Data Sciences: First Year Prelim Exam May 2018 Statistics & Data Sciences: First Year Prelim Exam May 2018 Instructions: 1. Do not turn this page until instructed to do so. 2. Start each new question on a new sheet of paper. 3. This is a closed book

More information

Problem Set 2: Box-Jenkins methodology

Problem Set 2: Box-Jenkins methodology Problem Set : Box-Jenkins methodology 1) For an AR1) process we have: γ0) = σ ε 1 φ σ ε γ0) = 1 φ Hence, For a MA1) process, p lim R = φ γ0) = 1 + θ )σ ε σ ε 1 = γ0) 1 + θ Therefore, p lim R = 1 1 1 +

More information

MID-TERM EXAM ANSWERS. p t + δ t = Rp t 1 + η t (1.1)

MID-TERM EXAM ANSWERS. p t + δ t = Rp t 1 + η t (1.1) ECO 513 Fall 2005 C.Sims MID-TERM EXAM ANSWERS (1) Suppose a stock price p t and the stock dividend δ t satisfy these equations: p t + δ t = Rp t 1 + η t (1.1) δ t = γδ t 1 + φp t 1 + ε t, (1.2) where

More information

The regression model with one stochastic regressor (part II)

The regression model with one stochastic regressor (part II) The regression model with one stochastic regressor (part II) 3150/4150 Lecture 7 Ragnar Nymoen 6 Feb 2012 We will finish Lecture topic 4: The regression model with stochastic regressor We will first look

More information

Chapter 3 - Temporal processes

Chapter 3 - Temporal processes STK4150 - Intro 1 Chapter 3 - Temporal processes Odd Kolbjørnsen and Geir Storvik January 23 2017 STK4150 - Intro 2 Temporal processes Data collected over time Past, present, future, change Temporal aspect

More information

(I AL BL 2 )z t = (I CL)ζ t, where

(I AL BL 2 )z t = (I CL)ζ t, where ECO 513 Fall 2011 MIDTERM EXAM The exam lasts 90 minutes. Answer all three questions. (1 Consider this model: x t = 1.2x t 1.62x t 2 +.2y t 1.23y t 2 + ε t.7ε t 1.9ν t 1 (1 [ εt y t = 1.4y t 1.62y t 2

More information

Open Economy Macroeconomics: Theory, methods and applications

Open Economy Macroeconomics: Theory, methods and applications Open Economy Macroeconomics: Theory, methods and applications Lecture 4: The state space representation and the Kalman Filter Hernán D. Seoane UC3M January, 2016 Today s lecture State space representation

More information

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -33 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc.

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -33 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY Lecture -33 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. Summary of the previous lecture Regression on Principal components

More information

Exogeneity and Causality

Exogeneity and Causality Università di Pavia Exogeneity and Causality Eduardo Rossi University of Pavia Factorization of the density DGP: D t (x t χ t 1, d t ; Ψ) x t represent all the variables in the economy. The econometric

More information

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY

Time Series Analysis. James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY Time Series Analysis James D. Hamilton PRINCETON UNIVERSITY PRESS PRINCETON, NEW JERSEY PREFACE xiii 1 Difference Equations 1.1. First-Order Difference Equations 1 1.2. pth-order Difference Equations 7

More information

TESTING FOR CO-INTEGRATION

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

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Nonlinear time series analysis Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Nonlinearity Does nonlinearity matter? Nonlinear models Tests for nonlinearity Forecasting

More information

Volatility. Gerald P. Dwyer. February Clemson University

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

More information

Multivariate ARMA Processes

Multivariate ARMA Processes LECTURE 8 Multivariate ARMA Processes A vector y(t) of n elements is said to follow an n-variate ARMA process of orders p and q if it satisfies the equation (1) A 0 y(t) + A 1 y(t 1) + + A p y(t p) = M

More information

Gibbs Sampling in Linear Models #2

Gibbs Sampling in Linear Models #2 Gibbs Sampling in Linear Models #2 Econ 690 Purdue University Outline 1 Linear Regression Model with a Changepoint Example with Temperature Data 2 The Seemingly Unrelated Regressions Model 3 Gibbs sampling

More information

Katsuhiro Sugita Faculty of Law and Letters, University of the Ryukyus. Abstract

Katsuhiro Sugita Faculty of Law and Letters, University of the Ryukyus. Abstract Bayesian analysis of a vector autoregressive model with multiple structural breaks Katsuhiro Sugita Faculty of Law and Letters, University of the Ryukyus Abstract This paper develops a Bayesian approach

More information

Online appendix to On the stability of the excess sensitivity of aggregate consumption growth in the US

Online appendix to On the stability of the excess sensitivity of aggregate consumption growth in the US Online appendix to On the stability of the excess sensitivity of aggregate consumption growth in the US Gerdie Everaert 1, Lorenzo Pozzi 2, and Ruben Schoonackers 3 1 Ghent University & SHERPPA 2 Erasmus

More information

CONJUGATE DUMMY OBSERVATION PRIORS FOR VAR S

CONJUGATE DUMMY OBSERVATION PRIORS FOR VAR S ECO 513 Fall 25 C. Sims CONJUGATE DUMMY OBSERVATION PRIORS FOR VAR S 1. THE GENERAL IDEA As is documented elsewhere Sims (revised 1996, 2), there is a strong tendency for estimated time series models,

More information

Research Division Federal Reserve Bank of St. Louis Working Paper Series

Research Division Federal Reserve Bank of St. Louis Working Paper Series Research Division Federal Reserve Bank of St Louis Working Paper Series Kalman Filtering with Truncated Normal State Variables for Bayesian Estimation of Macroeconomic Models Michael Dueker Working Paper

More information

Identifying Aggregate Liquidity Shocks with Monetary Policy Shocks: An Application using UK Data

Identifying Aggregate Liquidity Shocks with Monetary Policy Shocks: An Application using UK Data Identifying Aggregate Liquidity Shocks with Monetary Policy Shocks: An Application using UK Data Michael Ellington and Costas Milas Financial Services, Liquidity and Economic Activity Bank of England May

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Estimation and Inference Gerald P. Dwyer Trinity College, Dublin January 2013 Who am I? Visiting Professor and BB&T Scholar at Clemson University Federal Reserve Bank of Atlanta

More information

Introduction to Algorithmic Trading Strategies Lecture 3

Introduction to Algorithmic Trading Strategies Lecture 3 Introduction to Algorithmic Trading Strategies Lecture 3 Pairs Trading by Cointegration Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Distance method Cointegration Stationarity

More information

Vector autoregressions, VAR

Vector autoregressions, VAR 1 / 45 Vector autoregressions, VAR Chapter 2 Financial Econometrics Michael Hauser WS17/18 2 / 45 Content Cross-correlations VAR model in standard/reduced form Properties of VAR(1), VAR(p) Structural VAR,

More information

Y t = ΦD t + Π 1 Y t Π p Y t p + ε t, D t = deterministic terms

Y t = ΦD t + Π 1 Y t Π p Y t p + ε t, D t = deterministic terms VAR Models and Cointegration The Granger representation theorem links cointegration to error correction models. In a series of important papers and in a marvelous textbook, Soren Johansen firmly roots

More information

Master 2 Macro I. Lecture notes #12 : Solving Dynamic Rational Expectations Models

Master 2 Macro I. Lecture notes #12 : Solving Dynamic Rational Expectations Models 2012-2013 Master 2 Macro I Lecture notes #12 : Solving Dynamic Rational Expectations Models Franck Portier (based on Gilles Saint-Paul lecture notes) franck.portier@tse-fr.eu Toulouse School of Economics

More information

Notes on Time Series Modeling

Notes on Time Series Modeling Notes on Time Series Modeling Garey Ramey University of California, San Diego January 17 1 Stationary processes De nition A stochastic process is any set of random variables y t indexed by t T : fy t g

More information

Regression with time series

Regression with time series Regression with time series Class Notes Manuel Arellano February 22, 2018 1 Classical regression model with time series Model and assumptions The basic assumption is E y t x 1,, x T = E y t x t = x tβ

More information

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Financial Econometrics / 56

Cointegrated VAR s. Eduardo Rossi University of Pavia. November Rossi Cointegrated VAR s Financial Econometrics / 56 Cointegrated VAR s Eduardo Rossi University of Pavia November 2013 Rossi Cointegrated VAR s Financial Econometrics - 2013 1 / 56 VAR y t = (y 1t,..., y nt ) is (n 1) vector. y t VAR(p): Φ(L)y t = ɛ t The

More information

Lecture 2: Univariate Time Series

Lecture 2: Univariate Time Series Lecture 2: Univariate Time Series Analysis: Conditional and Unconditional Densities, Stationarity, ARMA Processes Prof. Massimo Guidolin 20192 Financial Econometrics Spring/Winter 2017 Overview Motivation:

More information

Spatial Statistics with Image Analysis. Outline. A Statistical Approach. Johan Lindström 1. Lund October 6, 2016

Spatial Statistics with Image Analysis. Outline. A Statistical Approach. Johan Lindström 1. Lund October 6, 2016 Spatial Statistics Spatial Examples More Spatial Statistics with Image Analysis Johan Lindström 1 1 Mathematical Statistics Centre for Mathematical Sciences Lund University Lund October 6, 2016 Johan Lindström

More information

Estimating Markov-switching regression models in Stata

Estimating Markov-switching regression models in Stata Estimating Markov-switching regression models in Stata Ashish Rajbhandari Senior Econometrician StataCorp LP Stata Conference 2015 Ashish Rajbhandari (StataCorp LP) Markov-switching regression Stata Conference

More information

Computer Intensive Methods in Mathematical Statistics

Computer Intensive Methods in Mathematical Statistics Computer Intensive Methods in Mathematical Statistics Department of mathematics johawes@kth.se Lecture 16 Advanced topics in computational statistics 18 May 2017 Computer Intensive Methods (1) Plan of

More information

Dynamic Regression Models

Dynamic Regression Models Università di Pavia 2007 Dynamic Regression Models Eduardo Rossi University of Pavia Data Generating Process & Models Setup y t denote an (n 1) vector of economic variables generated at time t. The collection

More information

Web Appendix for Hierarchical Adaptive Regression Kernels for Regression with Functional Predictors by D. B. Woodard, C. Crainiceanu, and D.

Web Appendix for Hierarchical Adaptive Regression Kernels for Regression with Functional Predictors by D. B. Woodard, C. Crainiceanu, and D. Web Appendix for Hierarchical Adaptive Regression Kernels for Regression with Functional Predictors by D. B. Woodard, C. Crainiceanu, and D. Ruppert A. EMPIRICAL ESTIMATE OF THE KERNEL MIXTURE Here we

More information

Markov Chains and Hidden Markov Models

Markov Chains and Hidden Markov Models Chapter 1 Markov Chains and Hidden Markov Models In this chapter, we will introduce the concept of Markov chains, and show how Markov chains can be used to model signals using structures such as hidden

More information

Measurement Errors and the Kalman Filter: A Unified Exposition

Measurement Errors and the Kalman Filter: A Unified Exposition Luiss Lab of European Economics LLEE Working Document no. 45 Measurement Errors and the Kalman Filter: A Unified Exposition Salvatore Nisticò February 2007 Outputs from LLEE research in progress, as well

More information

Økonomisk Kandidateksamen 2005(I) Econometrics 2 January 20, 2005

Økonomisk Kandidateksamen 2005(I) Econometrics 2 January 20, 2005 Økonomisk Kandidateksamen 2005(I) Econometrics 2 January 20, 2005 This is a four hours closed-book exam (uden hjælpemidler). Answer all questions! The questions 1 to 4 have equal weight. Within each question,

More information

Bayesian Inference for DSGE Models. Lawrence J. Christiano

Bayesian Inference for DSGE Models. Lawrence J. Christiano Bayesian Inference for DSGE Models Lawrence J. Christiano Outline State space-observer form. convenient for model estimation and many other things. Bayesian inference Bayes rule. Monte Carlo integation.

More information

ECO 513 Fall 2008 C.Sims KALMAN FILTER. s t = As t 1 + ε t Measurement equation : y t = Hs t + ν t. u t = r t. u 0 0 t 1 + y t = [ H I ] u t.

ECO 513 Fall 2008 C.Sims KALMAN FILTER. s t = As t 1 + ε t Measurement equation : y t = Hs t + ν t. u t = r t. u 0 0 t 1 + y t = [ H I ] u t. ECO 513 Fall 2008 C.Sims KALMAN FILTER Model in the form 1. THE KALMAN FILTER Plant equation : s t = As t 1 + ε t Measurement equation : y t = Hs t + ν t. Var(ε t ) = Ω, Var(ν t ) = Ξ. ε t ν t and (ε t,

More information

Lecture 7 and 8: Markov Chain Monte Carlo

Lecture 7 and 8: Markov Chain Monte Carlo Lecture 7 and 8: Markov Chain Monte Carlo 4F13: Machine Learning Zoubin Ghahramani and Carl Edward Rasmussen Department of Engineering University of Cambridge http://mlg.eng.cam.ac.uk/teaching/4f13/ Ghahramani

More information

Online Appendix for: A Bounded Model of Time Variation in Trend Inflation, NAIRU and the Phillips Curve

Online Appendix for: A Bounded Model of Time Variation in Trend Inflation, NAIRU and the Phillips Curve Online Appendix for: A Bounded Model of Time Variation in Trend Inflation, NAIRU and the Phillips Curve Joshua CC Chan Australian National University Gary Koop University of Strathclyde Simon M Potter

More information

Discrete time processes

Discrete time processes Discrete time processes Predictions are difficult. Especially about the future Mark Twain. Florian Herzog 2013 Modeling observed data When we model observed (realized) data, we encounter usually the following

More information

Outline. Overview of Issues. Spatial Regression. Luc Anselin

Outline. Overview of Issues. Spatial Regression. Luc Anselin Spatial Regression Luc Anselin University of Illinois, Urbana-Champaign http://www.spacestat.com Outline Overview of Issues Spatial Regression Specifications Space-Time Models Spatial Latent Variable Models

More information

Econometría 2: Análisis de series de Tiempo

Econometría 2: Análisis de series de Tiempo Econometría 2: Análisis de series de Tiempo Karoll GOMEZ kgomezp@unal.edu.co http://karollgomez.wordpress.com Segundo semestre 2016 IX. Vector Time Series Models VARMA Models A. 1. Motivation: The vector

More information

Time-Varying Parameters

Time-Varying Parameters Kalman Filter and state-space models: time-varying parameter models; models with unobservable variables; basic tool: Kalman filter; implementation is task-specific. y t = x t β t + e t (1) β t = µ + Fβ

More information

1 Class Organization. 2 Introduction

1 Class Organization. 2 Introduction Time Series Analysis, Lecture 1, 2018 1 1 Class Organization Course Description Prerequisite Homework and Grading Readings and Lecture Notes Course Website: http://www.nanlifinance.org/teaching.html wechat

More information

Lecture 4: Hidden Markov Models: An Introduction to Dynamic Decision Making. November 11, 2010

Lecture 4: Hidden Markov Models: An Introduction to Dynamic Decision Making. November 11, 2010 Hidden Lecture 4: Hidden : An Introduction to Dynamic Decision Making November 11, 2010 Special Meeting 1/26 Markov Model Hidden When a dynamical system is probabilistic it may be determined by the transition

More information

Econometrics Summary Algebraic and Statistical Preliminaries

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

More information

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications

ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications ECONOMICS 7200 MODERN TIME SERIES ANALYSIS Econometric Theory and Applications Yongmiao Hong Department of Economics & Department of Statistical Sciences Cornell University Spring 2019 Time and uncertainty

More information

Do Markov-Switching Models Capture Nonlinearities in the Data? Tests using Nonparametric Methods

Do Markov-Switching Models Capture Nonlinearities in the Data? Tests using Nonparametric Methods Do Markov-Switching Models Capture Nonlinearities in the Data? Tests using Nonparametric Methods Robert V. Breunig Centre for Economic Policy Research, Research School of Social Sciences and School of

More information

Timevarying VARs. Wouter J. Den Haan London School of Economics. c Wouter J. Den Haan

Timevarying VARs. Wouter J. Den Haan London School of Economics. c Wouter J. Den Haan Timevarying VARs Wouter J. Den Haan London School of Economics c Wouter J. Den Haan Time-Varying VARs Gibbs-Sampler general idea probit regression application (Inverted Wishart distribution Drawing from

More information

Testing for Regime Switching: A Comment

Testing for Regime Switching: A Comment Testing for Regime Switching: A Comment Andrew V. Carter Department of Statistics University of California, Santa Barbara Douglas G. Steigerwald Department of Economics University of California Santa Barbara

More information

Appendix of the paper: Are interest rate options important for the assessment of interest rate risk?

Appendix of the paper: Are interest rate options important for the assessment of interest rate risk? Appendix of the paper: Are interest rate options important for the assessment of interest rate risk? Caio Almeida,a, José Vicente b a Graduate School of Economics, Getulio Vargas Foundation b Research

More information

Statistical Inference and Methods

Statistical Inference and Methods Department of Mathematics Imperial College London d.stephens@imperial.ac.uk http://stats.ma.ic.ac.uk/ das01/ 31st January 2006 Part VI Session 6: Filtering and Time to Event Data Session 6: Filtering and

More information

VAR Models and Cointegration 1

VAR Models and Cointegration 1 VAR Models and Cointegration 1 Sebastian Fossati University of Alberta 1 These slides are based on Eric Zivot s time series notes available at: http://faculty.washington.edu/ezivot The Cointegrated VAR

More information

E 4160 Autumn term Lecture 9: Deterministic trends vs integrated series; Spurious regression; Dickey-Fuller distribution and test

E 4160 Autumn term Lecture 9: Deterministic trends vs integrated series; Spurious regression; Dickey-Fuller distribution and test E 4160 Autumn term 2016. Lecture 9: Deterministic trends vs integrated series; Spurious regression; Dickey-Fuller distribution and test Ragnar Nymoen Department of Economics, University of Oslo 24 October

More information

Introduction to ARMA and GARCH processes

Introduction to ARMA and GARCH processes Introduction to ARMA and GARCH processes Fulvio Corsi SNS Pisa 3 March 2010 Fulvio Corsi Introduction to ARMA () and GARCH processes SNS Pisa 3 March 2010 1 / 24 Stationarity Strict stationarity: (X 1,

More information

Parameterized Expectations Algorithm

Parameterized Expectations Algorithm Parameterized Expectations Algorithm Wouter J. Den Haan London School of Economics c by Wouter J. Den Haan Overview Two PEA algorithms Explaining stochastic simulations PEA Advantages and disadvantages

More information

Problem Set 2 Solution Sketches Time Series Analysis Spring 2010

Problem Set 2 Solution Sketches Time Series Analysis Spring 2010 Problem Set 2 Solution Sketches Time Series Analysis Spring 2010 Forecasting 1. Let X and Y be two random variables such that E(X 2 ) < and E(Y 2 )

More information

Lifetime Dependence Modelling using a Generalized Multivariate Pareto Distribution

Lifetime Dependence Modelling using a Generalized Multivariate Pareto Distribution Lifetime Dependence Modelling using a Generalized Multivariate Pareto Distribution Daniel Alai Zinoviy Landsman Centre of Excellence in Population Ageing Research (CEPAR) School of Mathematics, Statistics

More information

Course 495: Advanced Statistical Machine Learning/Pattern Recognition

Course 495: Advanced Statistical Machine Learning/Pattern Recognition Course 495: Advanced Statistical Machine Learning/Pattern Recognition Lecturer: Stefanos Zafeiriou Goal (Lectures): To present discrete and continuous valued probabilistic linear dynamical systems (HMMs

More information

Linear models and their mathematical foundations: Simple linear regression

Linear models and their mathematical foundations: Simple linear regression Linear models and their mathematical foundations: Simple linear regression Steffen Unkel Department of Medical Statistics University Medical Center Göttingen, Germany Winter term 2018/19 1/21 Introduction

More information

Chapter 2. Some basic tools. 2.1 Time series: Theory Stochastic processes

Chapter 2. Some basic tools. 2.1 Time series: Theory Stochastic processes Chapter 2 Some basic tools 2.1 Time series: Theory 2.1.1 Stochastic processes A stochastic process is a sequence of random variables..., x 0, x 1, x 2,.... In this class, the subscript always means time.

More information

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -20 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc.

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -20 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY Lecture -20 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. Summary of the previous lecture Case study -3: Monthly streamflows

More information

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

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

More information

Gibbs Sampling in Endogenous Variables Models

Gibbs Sampling in Endogenous Variables Models Gibbs Sampling in Endogenous Variables Models Econ 690 Purdue University Outline 1 Motivation 2 Identification Issues 3 Posterior Simulation #1 4 Posterior Simulation #2 Motivation In this lecture we take

More information

Markov Switching Models

Markov Switching Models Applications with R Tsarouchas Nikolaos-Marios Supervisor Professor Sophia Dimelis A thesis presented for the MSc degree in Business Mathematics Department of Informatics Athens University of Economics

More information

X t = a t + r t, (7.1)

X t = a t + r t, (7.1) Chapter 7 State Space Models 71 Introduction State Space models, developed over the past 10 20 years, are alternative models for time series They include both the ARIMA models of Chapters 3 6 and the Classical

More information

Consistent Bivariate Distribution

Consistent Bivariate Distribution A Characterization of the Normal Conditional Distributions MATSUNO 79 Therefore, the function ( ) = G( : a/(1 b2)) = N(0, a/(1 b2)) is a solu- tion for the integral equation (10). The constant times of

More information

News Shocks: Different Effects in Boom and Recession?

News Shocks: Different Effects in Boom and Recession? News Shocks: Different Effects in Boom and Recession? Maria Bolboaca, Sarah Fischer University of Bern Study Center Gerzensee June 7, 5 / Introduction News are defined in the literature as exogenous changes

More information

Obtaining Critical Values for Test of Markov Regime Switching

Obtaining Critical Values for Test of Markov Regime Switching University of California, Santa Barbara From the SelectedWorks of Douglas G. Steigerwald November 1, 01 Obtaining Critical Values for Test of Markov Regime Switching Douglas G Steigerwald, University of

More information

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

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

More information

STATS 306B: Unsupervised Learning Spring Lecture 2 April 2

STATS 306B: Unsupervised Learning Spring Lecture 2 April 2 STATS 306B: Unsupervised Learning Spring 2014 Lecture 2 April 2 Lecturer: Lester Mackey Scribe: Junyang Qian, Minzhe Wang 2.1 Recap In the last lecture, we formulated our working definition of unsupervised

More information

Multivariate Time Series: VAR(p) Processes and Models

Multivariate Time Series: VAR(p) Processes and Models Multivariate Time Series: VAR(p) Processes and Models A VAR(p) model, for p > 0 is X t = φ 0 + Φ 1 X t 1 + + Φ p X t p + A t, where X t, φ 0, and X t i are k-vectors, Φ 1,..., Φ p are k k matrices, with

More information

Title. Description. var intro Introduction to vector autoregressive models

Title. Description. var intro Introduction to vector autoregressive models Title var intro Introduction to vector autoregressive models Description Stata has a suite of commands for fitting, forecasting, interpreting, and performing inference on vector autoregressive (VAR) models

More information

Labor-Supply Shifts and Economic Fluctuations. Technical Appendix

Labor-Supply Shifts and Economic Fluctuations. Technical Appendix Labor-Supply Shifts and Economic Fluctuations Technical Appendix Yongsung Chang Department of Economics University of Pennsylvania Frank Schorfheide Department of Economics University of Pennsylvania January

More information

Week 5 Quantitative Analysis of Financial Markets Characterizing Cycles

Week 5 Quantitative Analysis of Financial Markets Characterizing Cycles Week 5 Quantitative Analysis of Financial Markets Characterizing Cycles Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036

More information

Session 5B: A worked example EGARCH model

Session 5B: A worked example EGARCH model Session 5B: A worked example EGARCH model John Geweke Bayesian Econometrics and its Applications August 7, worked example EGARCH model August 7, / 6 EGARCH Exponential generalized autoregressive conditional

More information

Appendix A: The time series behavior of employment growth

Appendix A: The time series behavior of employment growth Unpublished appendices from The Relationship between Firm Size and Firm Growth in the U.S. Manufacturing Sector Bronwyn H. Hall Journal of Industrial Economics 35 (June 987): 583-606. Appendix A: The time

More information

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis

Chapter 12: An introduction to Time Series Analysis. Chapter 12: An introduction to Time Series Analysis Chapter 12: An introduction to Time Series Analysis Introduction In this chapter, we will discuss forecasting with single-series (univariate) Box-Jenkins models. The common name of the models is Auto-Regressive

More information

Lecture 9: Markov Switching Models

Lecture 9: Markov Switching Models Lecture 9: Markov Switching Models Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2018 Overview Defining a Markov Switching VAR model Structure and mechanics of Markov Switching: from

More information

Factor Analysis and Kalman Filtering (11/2/04)

Factor Analysis and Kalman Filtering (11/2/04) CS281A/Stat241A: Statistical Learning Theory Factor Analysis and Kalman Filtering (11/2/04) Lecturer: Michael I. Jordan Scribes: Byung-Gon Chun and Sunghoon Kim 1 Factor Analysis Factor analysis is used

More information

Nonstationary spatial process modeling Part II Paul D. Sampson --- Catherine Calder Univ of Washington --- Ohio State University

Nonstationary spatial process modeling Part II Paul D. Sampson --- Catherine Calder Univ of Washington --- Ohio State University Nonstationary spatial process modeling Part II Paul D. Sampson --- Catherine Calder Univ of Washington --- Ohio State University this presentation derived from that presented at the Pan-American Advanced

More information