The Kalman filter, Nonlinear filtering, and Markov Chain Monte Carlo

Size: px
Start display at page:

Download "The Kalman filter, Nonlinear filtering, and Markov Chain Monte Carlo"

Transcription

1 NBER Summer Institute Minicourse What s New in Econometrics: Time Series Lecture 5 July 5, 2008 The Kalman filter, Nonlinear filtering, and Markov Chain Monte Carlo Lecture 5, July 2, 2008

2 Outline. Models and objects of interest 2. General Formulae 3. Special Cases 4. MCMC (Gibbs) 5. Likelihood Evaluation Lecture 5 2, July 2, 2008

3 . Models and objects of interest General Model (Nonlinear, non-gaussian state-space model) (Kitagawa (987), Fernandez-Villaverde and Rubio-Ramirez (2007) y t = H(s t, ε t ) s t = F(s t, η t ) ε and η ~ iid Example : Linear Gaussian Model y t = Hs t + ε t s t = Fs t + η t ε 0 0 t Σε ~ iidn, η 0 0 Σ t η Lecture 5 3, July 2, 2008

4 Example 2: Hamilton Regime-Switching Model y t = μ(s t ) + σ(s t )ε t s t = 0 or with P(s t = i s t = j) = p ij (using s t = F(s t,η t ) notation: s t = (η t p 0 + (p p 0 )s t ), where η ~ U[0,]) Example 3: Stochastic volatility model st y t = e ε t s t = μ + φ(s t μ) + η t Lecture 5 4, July 2, 2008

5 Some things you might want to calculate Notation: Y t = (y, y 2,, y t ), S t = (s, s 2,, s t ), f(.. ) a generic density function. A. Prediction and Likelihood (i) f(s t Y t ) (ii) f(y t Y t ) Note f(y T ) = f( yt Y t ) is the likelihood T t= B. Filtering: f(s t Y t ) C. Smoothing: f(s t Y T ). Lecture 5 5, July 2, 2008

6 2. General Formulae (Kitagawa (987)) Model: y t = H(s t, ε t ), s t = F(s t, η t ), ε and η ~ iid A. Prediction of s t and y t given Y t. (i) f( s Y ) = f( s, s Y ) ds t t t t t t = = f ( s s, Y ) f ( s Y ) ds t t t t t t f( s s ) f( s Y ) ds t t t t t (ii) f( yt Yt ) = f( yt st) f ( st Y t ) dst ( t component of likelihood) Lecture 5 6, July 2, 2008

7 Model: y t = H(s t, ε t ), s t = F(s t, η t ), ε and η ~ iid B. Filtering f( yt st, Yt ) f ( st Yt ) f( yt st) f ( st Yt ) f( st Yt) = f( st yt, Yt ) = = f( y Y ) f( y Y ) t t t t C. Smoothing f( s Y ) = f( s, s Y ) ds = f( s s, Y ) f( s Y ) ds t T t t+ T t+ t t+ T t+ T t+ f( s s ) f( s Y ) = f ( s s, Y ) f ( s Y ) ds = f ( s Y ) ds f( s Y ) = f( s Y ) f( s s ) ds t+ t t t t t+ t t+ T t+ t+ T t+ f( st+ Yt) t+ T t t t+ t t+ f( st+ Yt) Lecture 5 7, July 2, 2008

8 3. Special Cases Model: y t = H(s t, ε t ), s t = F(s t, η t ), ε and η ~ iid General Formulae depend on H, F, and densities of ε and η. Well known special case: Linear Gaussian Model y t = Hs t + ε t s t = Fs t + η t ε 0 0 t Σε ~ iidn, η 0 0 Σ t η In this case, all joint, conditional distributions and so forth are Gaussian, so that they depend only on mean and variance, and these are readily computed. Lecture 5 8, July 2, 2008

9 Digression: Recall that if a μa Σaa Σab ~ N, b μ, b Σba Σbb then (a b) ~ N(μ a/b, Σ a b ) where μ a b = μ a + Σ ab Σ (b μ b ) and Σ a/b = Σ aa Σ ab Σ Σ ba. bb bb Interpreting a and b appropriately yields the Kalman Filter and Kalman Smoother. Lecture 5 9, July 2, 2008

10 (repeating) Model: y t = Hs t + ε t, s t = Fs t + η t, ε 0 0 t Σε ~ iidn, η 0 0 Σ t η Let s t/k = E(s t Y k ), P t/k = Var(s t Y k ), μ t/t = E(y t Y t ), Σ t/t- = Var(y t Y t ). Deriving Kalman Filter: Starting point: s t Y t ~ N(s t /t, P t /t ). Then st st/ t Pt/ t Pt/ t H' t ~ N, y Y t y t/ t HPt/ t HPt/ t H ' +Σ ε interpreting s t as a and y t as b yields the Kalman Filter. Lecture 5 0, July 2, 2008

11 Model: y t = Hs t + ε t, s t = Fs t + η t, Details of KF: ε 0 0 t Σε ~ iidn, η 0 0 Σ t η (i) s t/t = Fs t /t (ii) P t/t = FP t /t F + Σ η, (iii) μ t/t = Hs t/t, (iv) Σ t/t = HP t/t H + Σ ε (v) K t = P t/t H Σ tt / (vi) s t/t = s t/t + K t (y t μ t/t ) (vii) P t/t = (I K t )P t/t. Lecture 5, July 2, 2008

12 The log-likelihood is T L(Y T ) = constant 0.5 { ln Σ tt / + ( yt μtt / )' Σtt / ( yt μtt / ) } t= The Kalman Smoother (for s t/t and P t/t ) is derived in analogous fashion (see Anderson and Moore (2005 ), or Hamilton (990).) Lecture 5 2, July 2, 2008

13 5. A Stochastic Volatility Model (Linear, but non-gaussian Model) (With a slight change of notation) x t = σ t e t ln(σ t ) = ln(σ t ) + η t or, letting y t = ln( x 2 t ), s t = ln(σ t ) and ε t = ln( e 2 t ) y t = 2 s t + ε t s t = s t + η t Complication: ε t ~ ln( χ ) 2 Lecture 5 3, July 2, 2008

14 3 ways to handle the complication () Ignore it (KF is Best Linear Filter. Gaussian MLE is QMLE) Reference: Harvey, Ruiz, Shephard (994) (2) Work out analytic expressions for all the filters, etc. (Uhlig (997) does this in a VAR model with time varying coefficients and stochastic volatility. He chooses densities and priors so that the recursive formulae yield densities and posteriors in the same family.) (3) Numerical approximations to (2). Lecture 5 4, July 2, 2008

15 Numerical Approximations: A trick and a simulation method. Trick: Shephard (994), Approximate the distribution of ε by a mixture of normals, n ε = qv, where v it ~ iidn(μ i, t it it i= 2 σ i ), and P(q it =)=p i. i p i μ i σ i (numbers taken from Kim, Shephard and Chib (998)) (Note: It seems that using only n=2 does not work too poorly) Lecture 5 5, July 2, 2008

16 2 χ density and n= 7 mixture approximation (picture taken from Kim, Shephard and Chib (998)) Lecture 5 6, July 2, 2008

17 Simulation method: MCMC methods (here Gibbs Sampling) Some References: Casella and George (992), Chib (200), Geweke (2005), Koop (2003). 4. Markov Chain Monte Carlo (MCMC) methods Monte Carlo method: Let a denote a random variable with density f(a), and suppose you want to compute Eg(a) for some function g. (Mean, standard deviation, quantile, etc.) Suppose you can simulate from f(a). Then Eg ( a) = g( ai ), where a i are N i = draws from f(a). If the Monte Carlo stochastic process is sufficiently well behaved, then p Eg( a) = Eg( a) by the LLN. N Markov Chains: Methods for obtaining draws from f(a). Suppose that it is difficult to draw from f(a) directly. Choose draws a, a 2, a 3, using a Markov chain. N Lecture 5 7, July 2, 2008

18 Draw a i+ from a conditional distribution, say h(a i+ a i ), where h has the following properties: () f(a) is the invariant distribution associated with the Markov chain. (That is, if a i is draw from f, then a i+ a i is a draw from f.) (2) Draws can t be too dependent (or else Eg ( a) = g( ai ) will not be a N i = good estimator of Eg(a).) N Markov chain theory (see refs above) yields sufficient conditions on h that imply consistency and asymptotic normality of Eg ( a ). In practice, diagnostics are used on the MC draws to see if there are problems. Lecture 5 8, July 2, 2008

19 How can h(a i+ a i ) be constructed so that f is invariant distribution. Gibbs sampling is one way. (Others ) Gibbs idea: partition a as a = (a, a 2 ). Then f(a, a 2 ) = f(a 2 a )f(a ). This suggests the following: given the i th draw of a, say a i = ( i generate a i+ in two steps: a, a ), 2 i (i) draw (ii) draw a + from f(a i a + from f(a 2 2 i a ) 2 i a + ) i Gibbs sampling is convenient when draws from f(a 2 a i ) and f(a 2 a i + ) are easy. Lecture 5 9, July 2, 2008

20 Issues: When will this work (or when will it fail) draws are too correlated (requiring too many Gibbs draws for accurate Monte Carlo sample averages). Examples (i) Bimodality: Lecture 5 20, July 2, 2008

21 (i) Absorbing point at ( a, 2 a ): Prob(a = a a 2 = 2 a ) = Prob(a 2 = 2 a a = a ) = Lecture 5 2, July 2, 2008

22 N ( ) = g( ai ) Checking quality of approximation: Eg a N( Eg ( a) Eg( a)) N(0, V) d N i = () 95% CI for Eg(a) = ± ˆ Eg( a).96 V / N (2) Multiple runs from different starting values (should not differ significantly from one another) (3) Compare ( ) Eg a based on N first draws and last N last draws (say first /3 and last /3 middle /3 left out). The estimates should not differ significantly from one another. Lecture 5 22, July 2, 2008

23 Returning to the Stochastic Volatility Model x t = σ t e t, ln(σ t ) = ln(σ t ) + η t or y t = 2 s t + ε t, s t = s t + η t n y t = ln( x t ), ε t = ln( χ ) qv it it, where v it ~ iidn(μ i, σ i ), and P(q it =)=p i. i= Smoothing Problem: E(σ t Y T ) = E(g(s t ) Y T ) with g(s) = e s : ( 7, T ) t t= it i=, t= T Let a { s},{ q } = = (a, a 2 ) Jargon: Data Augmentation add a 2 to problem even though it is not of direct interest.) Lecture 5 23, July 2, 2008

24 Model: y t = 2 s t + n qv it it, s t = s t + η t, v it ~ iidn(μ i, i= 2 σ i ), and P(q it =)=p i. Gibbs Draws (throughout condition on Y T ) T (i) (a a 2 ): { s t} t= { q } 7, T it i=, t= With { q } 7, T it i=, t= varying system matrices). known, this is a linear Gaussian model (with known time T { s t} ( t= { } 7, T it i, t q = =,Y T) is normal with mean and variance easily determined by formulae analogous to Kalman-filter (see Carter, C.K. and R. Kohn (994)). Lecture 5 24, July 2, 2008

25 (ii) (a 2 a ): { } 7, T q T it { s } i=, t= t t= With s t known, ε t = y t 2s t can be calculated. So T Prob(q it = { t} s =,Y T) = 7 t f j = ( ε ) p i t i f ( ε ) p j t j 2 where f i is the N(μ i, σ i ) density. Lecture 5 25, July 2, 2008

26 More Complicated Examples: TVP-VAR-SV Model: p (e t ~ SV) y = Φ y + e t t t i t i= (VAR) Cogley and Sargent (2005), Uhlig (997), (SVAR) Primiceri (2005), (Markov Switching VAR) Sims and Zha (2006). Simple univariate version: SW (2002) y t is quarterly GDP growth rates. Compute model s implied SD of y t + y t + y t 2 + y t 3 = Annual growth rate. Lecture 5 26, July 2, 2008

27 Lecture 5 27, July 2, 2008

28 UC-SV: Y t = τ t + ε t, τ t = τ t + η t (ε t and η t ~ SV) Stock and Watson (2007), Note: ΔY t = η t + ε t ε t, so with constant volatility Y t ~ IMA(,), and SV yields a time varying MA coefficient. Lecture 5 28, July 2, 2008

29 Y t = τ t + ε t, τ t = τ t + η t 7 2 ln( εt ) 2ln( σ ε, t) q ε, it, v ε, it, i= = +, 7 2 ln( ηt ) = 2ln( σ η, t) + q η, it, v η, it, i= ln(σ ε,t ) = ln(σ ε,t ) + υ ε,t, ln(σ η,t ) = ln(σ η,t ) + υ η,t, ( ) a = { t},{ ε, t, η, t},{ qε,, i t, qη,, i t} τ σ σ = (a, a 2, a 3 ) Gibbs Draws: {τ t } {σ ε,t, σ η,t }, {q ε,i,t, q η,i,t }, Y T : Kalman filter UC Model {σ ε,t, σ η,t } {τ t }, {q ε,i,t, q η,i,t }, Y T : Kalman filter SV (as above) {q ε,i,t, q η,i,t } {τ t },{σ ε,t, σ η,t }, Y T : Mixture indicator draws as above Lecture 5 29, July 2, 2008

30 Inflation (GDP Deflator) and smoothed estimate of τ (N =0,000, burnin = 000) Lecture 5 30, July 2, 2008

31 Estimates of τ from two independent sets of draws Lecture 5 3, July 2, 2008

32 Estimates of σ η from two independent sets of draws Lecture 5 32, July 2, 2008

33 N Eg( a) g( a ) = ; N i = i N ( Eg ( a ) Eg ( a )) N (0, V ) d Average values over all dates Serial Correlation in g(a i ) V / N V / n Eg ( a) τ % σ η % Lecture 5 33, July 2, 2008

34 What can go wrong (2): Absorbing Barrier (or just getting stuck ) Y t = τ t + ε t, τ t = τ t + η t 7 2 ln( εt ) 2ln( σ ε, t) q ε, it, v ε, it, i= = +, 7 2 ln( ηt ) = 2ln( σ η, t) + q η, it, v η, it, i= ln(σ ε,t ) = ln(σ ε,t ) + υ ε,t, ln(σ η,t ) = ln(σ η,t ) + υ η,t, ( ) a = { t},{ ε, t, η, t},{ qε,, i t, qη,, i t} τ σ σ = (a, a 2, a 3 ) Cecchetti, Hooper, Kasman, Schoenholtz and Watson (2007) What happens if σ η,t gets very small? Lecture 5 34, July 2, 2008

35 Computing the likelihood: Particle filtering Model: y t = H(s t, ε t ), s t = F(s t, η t ), ε and η ~ iid The t th component of likelihood: f( y Y ) = f( y s ) f ( s Y ) ds t t t t t t t Often f(y t s t ) is known, and the challenge is f(s t Y t ). Particle filters use simulation methods to draw samples from f(s t Y t ), say (s t, s 2t, s nt ), where s it is a called a particle. The t th component of the likelihood can then be approximated as t f( yt Y ) = f( yt sit). n = Methods for computing draws utilize the structure of the particular problem under study. Useful references include Kim, Shephard and Chib (998), Chib, Nardari and Shephard (2002), Pitt and Shephard (999), and Fernandez-Villaverde and Rubio-Ramirez (2007). i n Lecture 5 35, July 2, 2008

Core Inflation and Trend Inflation. Appendix

Core Inflation and Trend Inflation. Appendix Core Inflation and Trend Inflation Appendix June 2015 (Revised November 2015) James H. Stock Department of Economics, Harvard University and the National Bureau of Economic Research and Mark W. Watson

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

Core and Trend Inflation

Core and Trend Inflation Core and Trend Inflation Jim Stock, Harvard University Mark Watson, Princeton University Banque Nationale de Belgique May 4, 2015 1 U.S. Inflation: PCE Deflator, 1960-2015 (quarterly averages of monthly

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

Large time varying parameter VARs for macroeconomic forecasting

Large time varying parameter VARs for macroeconomic forecasting Large time varying parameter VARs for macroeconomic forecasting Gianni Amisano (FRB) Domenico Giannone (NY Fed, CEPR and ECARES) Michele Lenza (ECB and ECARES) 1 Invited talk at the Cleveland Fed, May

More information

The Functional Central Limit Theorem and Testing for Time Varying Parameters

The Functional Central Limit Theorem and Testing for Time Varying Parameters NBER Summer Institute Minicourse What s New in Econometrics: ime Series Lecture : July 4, 008 he Functional Central Limit heorem and esting for ime Varying Parameters Lecture -, July, 008 Outline. FCL.

More information

Estimation and Inference on Dynamic Panel Data Models with Stochastic Volatility

Estimation and Inference on Dynamic Panel Data Models with Stochastic Volatility Estimation and Inference on Dynamic Panel Data Models with Stochastic Volatility Wen Xu Department of Economics & Oxford-Man Institute University of Oxford (Preliminary, Comments Welcome) Theme y it =

More information

Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations

Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations Sungbae An Singapore Management University Bank Indonesia/BIS Workshop: STRUCTURAL DYNAMIC MACROECONOMIC MODELS IN ASIA-PACIFIC

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

Sequential Monte Carlo Methods (for DSGE Models)

Sequential Monte Carlo Methods (for DSGE Models) Sequential Monte Carlo Methods (for DSGE Models) Frank Schorfheide University of Pennsylvania, PIER, CEPR, and NBER October 23, 2017 Some References These lectures use material from our joint work: Tempered

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

Estimating Macroeconomic Models: A Likelihood Approach

Estimating Macroeconomic Models: A Likelihood Approach Estimating Macroeconomic Models: A Likelihood Approach Jesús Fernández-Villaverde University of Pennsylvania, NBER, and CEPR Juan Rubio-Ramírez Federal Reserve Bank of Atlanta Estimating Dynamic Macroeconomic

More information

Structural Vector Autoregressions with Markov Switching. Markku Lanne University of Helsinki. Helmut Lütkepohl European University Institute, Florence

Structural Vector Autoregressions with Markov Switching. Markku Lanne University of Helsinki. Helmut Lütkepohl European University Institute, Florence Structural Vector Autoregressions with Markov Switching Markku Lanne University of Helsinki Helmut Lütkepohl European University Institute, Florence Katarzyna Maciejowska European University Institute,

More information

BOOTSTRAP PREDICTION INTERVALS IN STATE SPACE MODELS. Alejandro Rodriguez 1 and Esther Ruiz 2

BOOTSTRAP PREDICTION INTERVALS IN STATE SPACE MODELS. Alejandro Rodriguez 1 and Esther Ruiz 2 Working Paper 08-11 Departamento de Estadística Statistic and Econometric Series 04 Universidad Carlos III de Madrid March 2008 Calle Madrid, 126 28903 Getafe (Spain) Fax (34-91) 6249849 BOOTSTRAP PREDICTION

More information

Lecture 4: Dynamic models

Lecture 4: Dynamic models linear s Lecture 4: s Hedibert Freitas Lopes The University of Chicago Booth School of Business 5807 South Woodlawn Avenue, Chicago, IL 60637 http://faculty.chicagobooth.edu/hedibert.lopes hlopes@chicagobooth.edu

More information

Estimation of moment-based models with latent variables

Estimation of moment-based models with latent variables Estimation of moment-based models with latent variables work in progress Ra aella Giacomini and Giuseppe Ragusa UCL/Cemmap and UCI/Luiss UPenn, 5/4/2010 Giacomini and Ragusa (UCL/Cemmap and UCI/Luiss)Moments

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

Non-Markovian Regime Switching with Endogenous States and Time-Varying State Strengths

Non-Markovian Regime Switching with Endogenous States and Time-Varying State Strengths Non-Markovian Regime Switching with Endogenous States and Time-Varying State Strengths January 2004 Siddhartha Chib Olin School of Business Washington University chib@olin.wustl.edu Michael Dueker Federal

More information

Dynamic probabilities of restrictions in state space models: An application to the New Keynesian Phillips Curve

Dynamic probabilities of restrictions in state space models: An application to the New Keynesian Phillips Curve Dynamic probabilities of restrictions in state space models: An application to the New Keynesian Phillips Curve Gary Koop Department of Economics University of Strathclyde Scotland Gary.Koop@strath.ac.uk

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

doi /j. issn % % JOURNAL OF CHONGQING UNIVERSITY Social Science Edition Vol. 22 No.

doi /j. issn % % JOURNAL OF CHONGQING UNIVERSITY Social Science Edition Vol. 22 No. doi1. 11835 /j. issn. 18-5831. 216. 1. 6 216 22 1 JOURNAL OF CHONGQING UNIVERSITYSocial Science EditionVol. 22 No. 1 216. J. 2161 5-57. Citation FormatJIN Chengxiao LU Yingchao. The decomposition of Chinese

More information

CSC 2541: Bayesian Methods for Machine Learning

CSC 2541: Bayesian Methods for Machine Learning CSC 2541: Bayesian Methods for Machine Learning Radford M. Neal, University of Toronto, 2011 Lecture 3 More Markov Chain Monte Carlo Methods The Metropolis algorithm isn t the only way to do MCMC. We ll

More information

Modeling conditional distributions with mixture models: Theory and Inference

Modeling conditional distributions with mixture models: Theory and Inference Modeling conditional distributions with mixture models: Theory and Inference John Geweke University of Iowa, USA Journal of Applied Econometrics Invited Lecture Università di Venezia Italia June 2, 2005

More information

Why do we care? Measurements. Handling uncertainty over time: predicting, estimating, recognizing, learning. Dealing with time

Why do we care? Measurements. Handling uncertainty over time: predicting, estimating, recognizing, learning. Dealing with time Handling uncertainty over time: predicting, estimating, recognizing, learning Chris Atkeson 2004 Why do we care? Speech recognition makes use of dependence of words and phonemes across time. Knowing where

More information

Non-Markovian Regime-Switching Models. by Chang-Jin Kim University of Washington and Jaeho Kim 1 University of Oklahoma. March, 2018.

Non-Markovian Regime-Switching Models. by Chang-Jin Kim University of Washington and Jaeho Kim 1 University of Oklahoma. March, 2018. Non-Markovian Regime-Switching Models by Chang-Jin Kim University of Washington and Jaeho Kim 1 University of Oklahoma March, 2018 Abstract This paper revisits the non-markovian regime switching model

More information

Bayesian Monte Carlo Filtering for Stochastic Volatility Models

Bayesian Monte Carlo Filtering for Stochastic Volatility Models Bayesian Monte Carlo Filtering for Stochastic Volatility Models Roberto Casarin CEREMADE University Paris IX (Dauphine) and Dept. of Economics University Ca Foscari, Venice Abstract Modelling of the financial

More information

IMPLIED DISTRIBUTIONS IN MULTIPLE CHANGE POINT PROBLEMS

IMPLIED DISTRIBUTIONS IN MULTIPLE CHANGE POINT PROBLEMS IMPLIED DISTRIBUTIONS IN MULTIPLE CHANGE POINT PROBLEMS J. A. D. ASTON 1,2, J. Y. PENG 3 AND D. E. K. MARTIN 4 1 CENTRE FOR RESEARCH IN STATISTICAL METHODOLOGY, WARWICK UNIVERSITY 2 INSTITUTE OF STATISTICAL

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

7 Day 3: Time Varying Parameter Models

7 Day 3: Time Varying Parameter Models 7 Day 3: Time Varying Parameter Models References: 1. Durbin, J. and S.-J. Koopman (2001). Time Series Analysis by State Space Methods. Oxford University Press, Oxford 2. Koopman, S.-J., N. Shephard, and

More information

Why do we care? Examples. Bayes Rule. What room am I in? Handling uncertainty over time: predicting, estimating, recognizing, learning

Why do we care? Examples. Bayes Rule. What room am I in? Handling uncertainty over time: predicting, estimating, recognizing, learning Handling uncertainty over time: predicting, estimating, recognizing, learning Chris Atkeson 004 Why do we care? Speech recognition makes use of dependence of words and phonemes across time. Knowing where

More information

A Practical Guide to State Space Modeling

A Practical Guide to State Space Modeling A Practical Guide to State Space Modeling Jin-Lung Lin Institute of Economics, Academia Sinica Department of Economics, National Chengchi University March 006 1 1 Introduction State Space Model (SSM) has

More information

Filtering and Likelihood Inference

Filtering and Likelihood Inference Filtering and Likelihood Inference Jesús Fernández-Villaverde University of Pennsylvania July 10, 2011 Jesús Fernández-Villaverde (PENN) Filtering and Likelihood July 10, 2011 1 / 79 Motivation Introduction

More information

Financial Econometrics and Volatility Models Estimation of Stochastic Volatility Models

Financial Econometrics and Volatility Models Estimation of Stochastic Volatility Models Financial Econometrics and Volatility Models Estimation of Stochastic Volatility Models Eric Zivot April 26, 2010 Outline Likehood of SV Models Survey of Estimation Techniques for SV Models GMM Estimation

More information

Modeling conditional distributions with mixture models: Applications in finance and financial decision-making

Modeling conditional distributions with mixture models: Applications in finance and financial decision-making Modeling conditional distributions with mixture models: Applications in finance and financial decision-making John Geweke University of Iowa, USA Journal of Applied Econometrics Invited Lecture Università

More information

Markov-Switching Models with Endogenous Explanatory Variables. Chang-Jin Kim 1

Markov-Switching Models with Endogenous Explanatory Variables. Chang-Jin Kim 1 Markov-Switching Models with Endogenous Explanatory Variables by Chang-Jin Kim 1 Dept. of Economics, Korea University and Dept. of Economics, University of Washington First draft: August, 2002 This version:

More information

Assessing Structural Convergence between Romanian Economy and Euro Area: A Bayesian Approach

Assessing Structural Convergence between Romanian Economy and Euro Area: A Bayesian Approach Vol. 3, No.3, July 2013, pp. 372 383 ISSN: 2225-8329 2013 HRMARS www.hrmars.com Assessing Structural Convergence between Romanian Economy and Euro Area: A Bayesian Approach Alexie ALUPOAIEI 1 Ana-Maria

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

DSGE MODELS WITH STUDENT-t ERRORS

DSGE MODELS WITH STUDENT-t ERRORS Econometric Reviews, 33(1 4):152 171, 2014 Copyright Taylor & Francis Group, LLC ISSN: 0747-4938 print/1532-4168 online DOI: 10.1080/07474938.2013.807152 DSGE MODELS WITH STUDENT-t ERRORS Siddhartha Chib

More information

... Econometric Methods for the Analysis of Dynamic General Equilibrium Models

... Econometric Methods for the Analysis of Dynamic General Equilibrium Models ... Econometric Methods for the Analysis of Dynamic General Equilibrium Models 1 Overview Multiple Equation Methods State space-observer form Three Examples of Versatility of state space-observer form:

More information

Bayesian Semiparametric GARCH Models

Bayesian Semiparametric GARCH Models Bayesian Semiparametric GARCH Models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics xibin.zhang@monash.edu Quantitative Methods

More information

Federal Reserve Bank of New York Staff Reports

Federal Reserve Bank of New York Staff Reports Federal Reserve Bank of New York Staff Reports A Flexible Approach to Parametric Inference in Nonlinear Time Series Models Gary Koop Simon Potter Staff Report no. 285 May 2007 This paper presents preliminary

More information

The Effects of Monetary Policy on Stock Market Bubbles: Some Evidence

The Effects of Monetary Policy on Stock Market Bubbles: Some Evidence The Effects of Monetary Policy on Stock Market Bubbles: Some Evidence Jordi Gali Luca Gambetti ONLINE APPENDIX The appendix describes the estimation of the time-varying coefficients VAR model. The model

More information

Bayesian Model Comparison:

Bayesian Model Comparison: Bayesian Model Comparison: Modeling Petrobrás log-returns Hedibert Freitas Lopes February 2014 Log price: y t = log p t Time span: 12/29/2000-12/31/2013 (n = 3268 days) LOG PRICE 1 2 3 4 0 500 1000 1500

More information

Using VARs and TVP-VARs with Many Macroeconomic Variables

Using VARs and TVP-VARs with Many Macroeconomic Variables Central European Journal of Economic Modelling and Econometrics Using VARs and TVP-VARs with Many Macroeconomic Variables Gary Koop Submitted: 15.01.2013, Accepted: 27.01.2013 Abstract This paper discusses

More information

New Information Response Functions

New Information Response Functions New Information Response Functions Caroline JARDET (1) Banque de France Alain MONFORT (2) CNAM, CREST and Banque de France Fulvio PEGORARO (3) Banque de France and CREST First version : February, 2009.

More information

Estimation in Non-Linear Non-Gaussian State Space Models with Precision-Based Methods

Estimation in Non-Linear Non-Gaussian State Space Models with Precision-Based Methods MPRA Munich Personal RePEc Archive Estimation in Non-Linear Non-Gaussian State Space Models with Precision-Based Methods Joshua Chan and Rodney Strachan Australian National University 22 Online at http://mpra.ub.uni-muenchen.de/3936/

More information

Point, Interval, and Density Forecast Evaluation of Linear versus Nonlinear DSGE Models

Point, Interval, and Density Forecast Evaluation of Linear versus Nonlinear DSGE Models Point, Interval, and Density Forecast Evaluation of Linear versus Nonlinear DSGE Models Francis X. Diebold Frank Schorfheide Minchul Shin University of Pennsylvania May 4, 2014 1 / 33 Motivation The use

More information

This is the author s version of a work that was submitted/accepted for publication in the following source:

This is the author s version of a work that was submitted/accepted for publication in the following source: This is the author s version of a work that was submitted/accepted for publication in the following source: Strickland, Christopher M., Turner, Ian W., Denham, Robert, & Mengersen, Kerrie L. (2008) Efficient

More information

Nonlinear and/or Non-normal Filtering. Jesús Fernández-Villaverde University of Pennsylvania

Nonlinear and/or Non-normal Filtering. Jesús Fernández-Villaverde University of Pennsylvania Nonlinear and/or Non-normal Filtering Jesús Fernández-Villaverde University of Pennsylvania 1 Motivation Nonlinear and/or non-gaussian filtering, smoothing, and forecasting (NLGF) problems are pervasive

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. Preliminaries. Probabilities. Maximum Likelihood. Bayesian

More information

State-Space Methods for Inferring Spike Trains from Calcium Imaging

State-Space Methods for Inferring Spike Trains from Calcium Imaging State-Space Methods for Inferring Spike Trains from Calcium Imaging Joshua Vogelstein Johns Hopkins April 23, 2009 Joshua Vogelstein (Johns Hopkins) State-Space Calcium Imaging April 23, 2009 1 / 78 Outline

More information

Sequential Monte Carlo samplers for Bayesian DSGE models

Sequential Monte Carlo samplers for Bayesian DSGE models Sequential Monte Carlo samplers for Bayesian DSGE models Drew Creal First version: February 8, 27 Current version: March 27, 27 Abstract Dynamic stochastic general equilibrium models have become a popular

More information

Paul Karapanagiotidis ECO4060

Paul Karapanagiotidis ECO4060 Paul Karapanagiotidis ECO4060 The way forward 1) Motivate why Markov-Chain Monte Carlo (MCMC) is useful for econometric modeling 2) Introduce Markov-Chain Monte Carlo (MCMC) - Metropolis-Hastings (MH)

More information

Eco517 Fall 2013 C. Sims MCMC. October 8, 2013

Eco517 Fall 2013 C. Sims MCMC. October 8, 2013 Eco517 Fall 2013 C. Sims MCMC October 8, 2013 c 2013 by Christopher A. Sims. This document may be reproduced for educational and research purposes, so long as the copies contain this notice and are retained

More information

Bayesian Semiparametric GARCH Models

Bayesian Semiparametric GARCH Models Bayesian Semiparametric GARCH Models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics xibin.zhang@monash.edu Quantitative Methods

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

Searching for the Output Gap: Economic Variable or Statistical Illusion? Mark W. Longbrake* J. Huston McCulloch

Searching for the Output Gap: Economic Variable or Statistical Illusion? Mark W. Longbrake* J. Huston McCulloch Draft Draft Searching for the Output Gap: Economic Variable or Statistical Illusion? Mark W. Longbrake* The Ohio State University J. Huston McCulloch The Ohio State University August, 2007 Abstract This

More information

LARGE TIME-VARYING PARAMETER VARS

LARGE TIME-VARYING PARAMETER VARS WP 12-11 Gary Koop University of Strathclyde, UK The Rimini Centre for Economic Analysis (RCEA), Italy Dimitris Korobilis University of Glasgow, UK The Rimini Centre for Economic Analysis (RCEA), Italy

More information

Combining Macroeconomic Models for Prediction

Combining Macroeconomic Models for Prediction Combining Macroeconomic Models for Prediction John Geweke University of Technology Sydney 15th Australasian Macro Workshop April 8, 2010 Outline 1 Optimal prediction pools 2 Models and data 3 Optimal pools

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

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

IV. Markov-switching models

IV. Markov-switching models IV. Markov-switching models A. Introduction to Markov-switching models Many economic series exhibit dramatic breaks: - recessions - financial panics - currency crises Questions to be addressed: - how handle

More information

Sequential Monte Carlo Methods for Bayesian Computation

Sequential Monte Carlo Methods for Bayesian Computation Sequential Monte Carlo Methods for Bayesian Computation A. Doucet Kyoto Sept. 2012 A. Doucet (MLSS Sept. 2012) Sept. 2012 1 / 136 Motivating Example 1: Generic Bayesian Model Let X be a vector parameter

More information

Session 3A: Markov chain Monte Carlo (MCMC)

Session 3A: Markov chain Monte Carlo (MCMC) Session 3A: Markov chain Monte Carlo (MCMC) John Geweke Bayesian Econometrics and its Applications August 15, 2012 ohn Geweke Bayesian Econometrics and its Session Applications 3A: Markov () chain Monte

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

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Computer Science! Department of Statistical Sciences! rsalakhu@cs.toronto.edu! h0p://www.cs.utoronto.ca/~rsalakhu/ Lecture 7 Approximate

More information

Time-Varying Vector Autoregressive Models with Structural Dynamic Factors

Time-Varying Vector Autoregressive Models with Structural Dynamic Factors Time-Varying Vector Autoregressive Models with Structural Dynamic Factors Paolo Gorgi, Siem Jan Koopman, Julia Schaumburg http://sjkoopman.net Vrije Universiteit Amsterdam School of Business and Economics

More information

Markov-Switching Models with Unknown Error Distributions. by Shih-Tang Hwu 1 University of Washington and Chang-Jin Kim University of Washington

Markov-Switching Models with Unknown Error Distributions. by Shih-Tang Hwu 1 University of Washington and Chang-Jin Kim University of Washington Markov-Switching Models with Unknown Error Distributions by Shih-Tang Hwu 1 University of Washington and Chang-Jin Kim University of Washington September, 2017 (Job Market Paper) Abstract To this day,

More information

Gaussian kernel GARCH models

Gaussian kernel GARCH models Gaussian kernel GARCH models Xibin (Bill) Zhang and Maxwell L. King Department of Econometrics and Business Statistics Faculty of Business and Economics 7 June 2013 Motivation A regression model is often

More information

Bayesian inference based only on simulated likelihood: particle filter analysis of dynamic economic models

Bayesian inference based only on simulated likelihood: particle filter analysis of dynamic economic models Bayesian inference based only on simulated likelihood: particle filter analysis of dynamic economic models Thomas Flury Oxford-Man Institute, University of Oxford, Blue Boar Court, Alfred Road, Oxford

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

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

Bayesian Computations for DSGE Models

Bayesian Computations for DSGE Models Bayesian Computations for DSGE Models Frank Schorfheide University of Pennsylvania, PIER, CEPR, and NBER October 23, 2017 This Lecture is Based on Bayesian Estimation of DSGE Models Edward P. Herbst &

More information

Dynamic Factor Models, Factor Augmented VARs, and SVARs in Macroeconomics. -- Part 2: SVARs and SDFMs --

Dynamic Factor Models, Factor Augmented VARs, and SVARs in Macroeconomics. -- Part 2: SVARs and SDFMs -- Dynamic Factor Models, Factor Augmented VARs, and SVARs in Macroeconomics -- Part 2: SVARs and SDFMs -- Mark Watson Princeton University Central Bank of Chile October 22-24, 208 Reference: Stock, James

More information

A quasi-bayesian nonparametric approach to time varying parameter VAR models Job Market Paper

A quasi-bayesian nonparametric approach to time varying parameter VAR models Job Market Paper A quasi-bayesian nonparametric approach to time varying parameter VAR models Job Market Paper Katerina Petrova December 9, 2015 Abstract The paper establishes a quasi-bayesian local likelihood (QBLL) estimation

More information

Lecture 16: State Space Model and Kalman Filter Bus 41910, Time Series Analysis, Mr. R. Tsay

Lecture 16: State Space Model and Kalman Filter Bus 41910, Time Series Analysis, Mr. R. Tsay Lecture 6: State Space Model and Kalman Filter Bus 490, Time Series Analysis, Mr R Tsay A state space model consists of two equations: S t+ F S t + Ge t+, () Z t HS t + ɛ t (2) where S t is a state vector

More information

Appendix for Monetary Policy Shifts and the Term Structure

Appendix for Monetary Policy Shifts and the Term Structure Appendix for Monetary Policy Shifts and the Term Structure Andrew Ang Columbia University and NBER Jean Boivin Bank of Canada, CIRPÉE, CIRANO and NBER Sen Dong Ortus Capital Management Rudy Loo-Kung Columbia

More information

Lecture 2: From Linear Regression to Kalman Filter and Beyond

Lecture 2: From Linear Regression to Kalman Filter and Beyond Lecture 2: From Linear Regression to Kalman Filter and Beyond January 18, 2017 Contents 1 Batch and Recursive Estimation 2 Towards Bayesian Filtering 3 Kalman Filter and Bayesian Filtering and Smoothing

More information

On the Power of Tests for Regime Switching

On the Power of Tests for Regime Switching On the Power of Tests for Regime Switching joint work with Drew Carter and Ben Hansen Douglas G. Steigerwald UC Santa Barbara May 2015 D. Steigerwald (UCSB) Regime Switching May 2015 1 / 42 Motivating

More information

Cholesky Stochastic Volatility. August 2, Abstract

Cholesky Stochastic Volatility. August 2, Abstract Cholesky Stochastic Volatility Hedibert F. Lopes University of Chicago R. E. McCulloch University of Texas at Austin R. S. Tsay University of Chicago August 2, 2011 Abstract Multivariate volatility has

More information

The Stochastic Volatility in Mean Model with Time- Varying Parameters: An Application to Inflation Modeling

The Stochastic Volatility in Mean Model with Time- Varying Parameters: An Application to Inflation Modeling Crawford School of Public Policy CAMA Centre for Applied Macroeconomic Analysis The Stochastic Volatility in Mean Model with Time- Varying Parameters: An Application to Inflation Modeling CAMA Working

More information

Lecture 4: Bayesian VAR

Lecture 4: Bayesian VAR s Lecture 4: Bayesian VAR Hedibert Freitas Lopes The University of Chicago Booth School of Business 5807 South Woodlawn Avenue, Chicago, IL 60637 http://faculty.chicagobooth.edu/hedibert.lopes hlopes@chicagobooth.edu

More information

Markov Chain Monte Carlo

Markov Chain Monte Carlo Markov Chain Monte Carlo Recall: To compute the expectation E ( h(y ) ) we use the approximation E(h(Y )) 1 n n h(y ) t=1 with Y (1),..., Y (n) h(y). Thus our aim is to sample Y (1),..., Y (n) from f(y).

More information

Reducing Dimensions in a Large TVP-VAR

Reducing Dimensions in a Large TVP-VAR Reducing Dimensions in a Large TVP-VAR Eric Eisenstat University of Queensland Joshua C.C. Chan University of Technology Sydney Rodney W. Strachan University of Queensland March, 8 Corresponding author:

More information

Numerically Accelerated Importance Sampling for Nonlinear Non-Gaussian State Space Models

Numerically Accelerated Importance Sampling for Nonlinear Non-Gaussian State Space Models Numerically Accelerated Importance Sampling for Nonlinear Non-Gaussian State Space Models Siem Jan Koopman (a) André Lucas (a) Marcel Scharth (b) (a) VU University Amsterdam and Tinbergen Institute, The

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

Constructing a Coincident Index of Business Cycles Without Assuming a One-Factor Model

Constructing a Coincident Index of Business Cycles Without Assuming a One-Factor Model Constructing a Coincident Index of Business Cycles Without Assuming a One-Factor Model Roberto S Mariano Singapore Management University and the University of Pennsylvania Yasutomo Murasawa Osaka Prefecture

More information

THE CONSEQUENCES OF AN UNKNOWN DEBT TARGET

THE CONSEQUENCES OF AN UNKNOWN DEBT TARGET THE CONSEQUENCES OF AN UNKNOWN DEBT TARGET Alexander W. Richter Auburn University Nathaniel A. Throckmorton College of William & Mary MOTIVATION Agreement on benefits of central bank communication No consensus

More information

Nonlinear and non-gaussian state-space modelling by means of hidden Markov models

Nonlinear and non-gaussian state-space modelling by means of hidden Markov models Nonlinear and non-gaussian state-space modelling by means of hidden Markov models University of Göttingen St Andrews, 13 December 2010 bla bla bla bla 1 2 Glacial varve thickness (General) state-space

More information

in Trend University Gary Koop # 590

in Trend University Gary Koop # 590 A Bounded Model of Time Variation in Trend Inflation, NAIRU and the Phillips Curve Joshua C.C. Chan Research School of Economics, Australian National University Gary Koop University of Strathclyde Simon

More information

Lecture on State Dependent Government Spending Multipliers

Lecture on State Dependent Government Spending Multipliers Lecture on State Dependent Government Spending Multipliers Valerie A. Ramey University of California, San Diego and NBER February 25, 2014 Does the Multiplier Depend on the State of Economy? Evidence suggests

More information

Sequential Monte Carlo samplers for Bayesian DSGE models

Sequential Monte Carlo samplers for Bayesian DSGE models Sequential Monte Carlo samplers for Bayesian DSGE models Drew Creal Department of Econometrics, Vrije Universitiet Amsterdam, NL-8 HV Amsterdam dcreal@feweb.vu.nl August 7 Abstract Bayesian estimation

More information

9 Multi-Model State Estimation

9 Multi-Model State Estimation Technion Israel Institute of Technology, Department of Electrical Engineering Estimation and Identification in Dynamical Systems (048825) Lecture Notes, Fall 2009, Prof. N. Shimkin 9 Multi-Model State

More information

Learning Static Parameters in Stochastic Processes

Learning Static Parameters in Stochastic Processes Learning Static Parameters in Stochastic Processes Bharath Ramsundar December 14, 2012 1 Introduction Consider a Markovian stochastic process X T evolving (perhaps nonlinearly) over time variable T. We

More information

State Space and Hidden Markov Models

State Space and Hidden Markov Models State Space and Hidden Markov Models Kunsch H.R. State Space and Hidden Markov Models. ETH- Zurich Zurich; Aliaksandr Hubin Oslo 2014 Contents 1. Introduction 2. Markov Chains 3. Hidden Markov and State

More information

31 (3) ISSN

31 (3) ISSN Chan, Joshua C. C. and Koop, Gary and Potter, Simon M. (2016) A bounded model of time variation in trend inflation, NAIRU and the Phillips curve. Journal of Applied Econometrics, 31 (3). pp. 551-565. ISSN

More information

Filtering via Taylor Series Approximations

Filtering via Taylor Series Approximations Filtering via Taylor Series Approximations Alberto Romero Sauder School of Business University of British Columbia This Version: September 2012 Abstract I propose a nonlinear filtering method to estimate

More information

Nonlinear DSGE model with Asymmetric Adjustment Costs under ZLB:

Nonlinear DSGE model with Asymmetric Adjustment Costs under ZLB: Nonlinear DSGE model with Asymmetric Adjustment Costs under ZLB: Bayesian Estimation with Particle Filter for Japan Hirokuni Iiboshi Tokyo Metropolitan University Economic and Social Research Institute,

More information

Introduction to Machine Learning CMU-10701

Introduction to Machine Learning CMU-10701 Introduction to Machine Learning CMU-10701 Markov Chain Monte Carlo Methods Barnabás Póczos & Aarti Singh Contents Markov Chain Monte Carlo Methods Goal & Motivation Sampling Rejection Importance Markov

More information

Accounting for Hyperparameter Uncertainty in SAE Based on a State-Space Model: the Dutch Labour Force Survey Oksana Bollineni-Balabay, Jan van den

Accounting for Hyperparameter Uncertainty in SAE Based on a State-Space Model: the Dutch Labour Force Survey Oksana Bollineni-Balabay, Jan van den Accounting for Hyperparameter Uncertainty in SAE Based on a State-Space Model: the Dutch Labour Force Survey Oksana Bollineni-Balabay, Jan van den Brakel, Franz Palm The Dutch LFS monthly estimates for

More information