Monitoring Structural Change in Dynamic Econometric Models
|
|
|
- Kristin Stokes
- 10 years ago
- Views:
Transcription
1 Monitoring Structural Change in Dynamic Econometric Models Achim Zeileis Friedrich Leisch Christian Kleiber Kurt Hornik
2 Contents Model frame Generalized fluctuation tests OLS-based processes Rescaling of estimates-based processes Boundaries Applications German M1 money demand U.S. labor productivity Software
3 Model frame Consider the linear regression model in a monitoring situation y i = x i β i + u i (i = 1,..., n,...). Technical assumptions: lim sup n 1 n ni=1 x i 2+δ <, for some δ > 0. 1 n ni=1 x i x i p Q; Q finite, regular, nonstochastic. {u i } is a homoskedastic martingale difference sequence.
4 Model frame Basic assumption: The regression relationship is stable (β i = β 0 ) during the history period i = 1,..., n. Null hypothesis: H 0 : β i = β 0 (i > n). Alternative: H 1 : β i β 0 for some i > n.
5 Generalized fluctuation tests The generalized fluctuation test framework includes formal significance tests but its philosophy is basically that of data analysis as expounded by Tukey. Essentially, the techniques are designed to bring out departures from constancy in a graphic way instead of parametrizing particular types of departure in advance and then developing formal significance tests intended to have high power against these particular alternatives. (Brown, Durbin, Evans, 1975)
6 Generalized fluctuation tests empirical fluctuation processes reflect fluctuation in residuals coefficient estimates theoretical limiting process is known choose boundaries which are crossed by the limiting process only with a known probability α. if the empirical fluctuation process crosses the theoretical boundaries the fluctuation is improbably large reject the null hypothesis.
7 Generalized fluctuation tests Chu, Stinchcombe, White (1996) Extension of fluctuation tests to the monitoring situation: processes based on recursive estimates and recursive residuals. Leisch, Hornik, Kuan (2000) Generalized framework for estimates-based tests for monitoring. Contains the test of Chu et al., and considered in particular moving estimates.
8 Generalized fluctuation tests Processes based on estimates: ˆβ (i) = ( X (i) X (i) ) 1 X(i) y (i) Recursive estimates (RE) process: Y n (t) = i ˆσ n Q 1 2(n) where i = k + t(n k) and t 0. (ˆβ (i) ˆβ (n)),
9 Generalized fluctuation tests Processes based on estimates: ˆβ (i) = ( X (i) X (i) ) 1 X(i) y (i) Recursive estimates (RE) process: Y n (t) = i ˆσ n Q 1 2(n) where i = k + t(n k) and t 0. (ˆβ (i) ˆβ (n)), Moving estimates (ME) process: where t h. Z n (t h) = nh ˆσ n Q 1 2(n) (ˆβ ( nt nh, nh ) ˆβ (n)),
10 Generalized fluctuation tests Limiting processes: bridge. (increments of a) k-dimensional Brownian Boundaries: RE: b(t) = ME: c(t) = λ t(t 1) log + t [ ( )] λ 2 t + log t 1 Check for crossings in the monitoring period 1 < t < T. Significance level is determined by λ.
11 OLS-based processes Processes based on OLS residuals: û i = y i x i ˆβ (n) OLS-based CUSUM process: W 0 n (t) = 1 ˆσ n nt i=1 û i (t 0).
12 OLS-based processes Processes based on OLS residuals: û i = y i x i ˆβ (n) OLS-based CUSUM process: W 0 n (t) = 1 ˆσ n nt i=1 û i (t 0). OLS-based MOSUM process: M 0 n(t h) = 1 ˆσ n ηt û i i= ηt nh +1 (t h).
13 OLS-based processes Limiting processes: bridge. (increments of a) 1-dimensional Brownian the same boundaries can be used. Advantages: easy to interpret, easy to compute.
14 Rescaling Kuan & Chen (1994): Empirical size of (historical) estimates-based tests can be seriously distorted in dynamic models if the whole inverse sample covariance matrix estimate Q (n) = 1/n X (n) X (n) is used to scale the fluctuation process. Improvement: use Q (i) instead. In a monitoring situation rescaling cannot improve the size of the RE test but it does so for the ME test!
15 Rescaling Example: AR(1) process with ϱ = 0.9 but without a shift: rescaled not rescaled empirical fluctuation process empirical fluctuation process Time Time
16 German M1 money demand Lütkepohl, Teräsvirta, Wolters (1999) investigate the linearity and stability of German M1 money demand: stable regression relation for the time before the monetary unification on but a clear structural instability afterwards. Data: seasonally unadjusted quarterly data, 1961(1) to 1995(4) Error Correction Model (in logs) with variables: M1 (real, per capita) m t, price index p t, GNP (real, per capita) y t and long-run interest rate R t : m t = 0.30 y t R t 1.00 R t p t 0.12m t y t R t Q Q2 0.11Q3 + û t,
17 German M1 money demand Historical residual-based tests...do not discover shift: Standard CUSUM test OLS based CUSUM test empirical fluctuation process empirical fluctuation process Time Time The shift has an estimated angle of
18 German M1 money demand Historical estimates-based tests discover shift ex post: RE test ME test empirical fluctuation process empirical fluctuation process Time Time
19 German M1 money demand Monitoring discovers shift online: Monitoring with OLS based CUSUM test empirical fluctuation process Time
20 German M1 money demand Monitoring discovers shift online: Monitoring with ME test empirical fluctuation process Time
21 Software All methods implemented in the R system for statistical computing and graphics in the contributed package strucchange. Both are available under the GPL (General Public Licence) from the Comprehensive R Archive Network (CRAN):
22 Software Further functionality: Historical tests: Generalized fluctuation tests (Kuan & Hornik): CUSUM, MOSUM, RE, ME, Nyblom-Hansen, F tests (Andrews & Ploberger): supf, avef, expf. Dating breaks (Bai & Perron): breakpoint estimation, confidence intervals.
23 Software Documented in: A. Zeileis, F. Leisch, K. Hornik, C. Kleiber (2002), strucchange: An R Package for Testing for Structural Change in Linear Regression Models, Journal of Statistical Software, 7(2), A. Zeileis, C. Kleiber, W. Krämer, K. Hornik (2003), Testing and Dating Structural Changes in Practice, Computational Statistics & Data Analysis, forthcoming.
24 Software R> LTW.model <- dm ~ dy2 + dr + dr1 + dp + m1 + y1 + R1 + season R> re <- efp(ltw.model, type = "RE", data = GermanM1) R> plot(re)
25 Software R> LTW.model <- dm ~ dy2 + dr + dr1 + dp + m1 + y1 + R1 + season R> re <- efp(ltw.model, type = "RE", data = GermanM1) R> plot(re) Fluctuation test (recursive estimates test) empirical fluctuation process Time
26 Software R> sctest(re) Fluctuation test (recursive estimates test) data: re FL = , p-value =
A Unified Approach to Structural Change Tests Based on ML Scores, F Statistics, and OLS Residuals
A Unified Approach to Structural Change Tests Based on ML Scores, F Statistics, and OLS Residuals Achim Zeileis Wirtschaftsuniversität Wien Abstract Three classes of structural change tests (or tests for
Testing, Monitoring, and Dating Structural Changes in Exchange Rate Regimes
Testing, Monitoring, and Dating Structural Changes in Exchange Rate Regimes Achim Zeileis http://eeecon.uibk.ac.at/~zeileis/ Overview Motivation Exchange rate regimes Exchange rate regression What is the
Implementing a Class of Structural Change Tests: An Econometric Computing Approach
Implementing a Class of Structural Change Tests: An Econometric Computing Approach Achim Zeileis http://www.ci.tuwien.ac.at/~zeileis/ Contents Why should we want to do tests for structural change, econometric
Generalized M-Fluctuation Tests for Parameter Instability
Generalized M-Fluctuation Tests for Parameter Instability Achim Zeileis Kurt Hornik Department of Statistics and Mathematics, Wirtschaftsuniversität Wien Abstract A general class of fluctuation tests for
No More Weekend Effect
No More Weekend Effect Russell P. Robins 1 and Geoffrey Peter Smith 2 1 AB Freeman School of Business, Tulane University 2 WP Carey School of Business, Arizona State University Abstract Before 1975, the
Model-Based Recursive Partitioning for Detecting Interaction Effects in Subgroups
Model-Based Recursive Partitioning for Detecting Interaction Effects in Subgroups Achim Zeileis, Torsten Hothorn, Kurt Hornik http://eeecon.uibk.ac.at/~zeileis/ Overview Motivation: Trees, leaves, and
On Reproducible Econometric Research
On Reproducible Econometric Research Achim Zeileis http://eeecon.uibk.ac.at/~zeileis/ Overview Joint work with Roger Koenker (University of Urbana-Champaign). Koenker R, Zeileis A (2009). On Reproducible
Model-based Recursive Partitioning
Model-based Recursive Partitioning Achim Zeileis Wirtschaftsuniversität Wien Torsten Hothorn Ludwig-Maximilians-Universität München Kurt Hornik Wirtschaftsuniversität Wien Abstract Recursive partitioning
Simple Linear Regression Inference
Simple Linear Regression Inference 1 Inference requirements The Normality assumption of the stochastic term e is needed for inference even if it is not a OLS requirement. Therefore we have: Interpretation
Assessing the Relative Power of Structural Break Tests Using a Framework Based on the Approximate Bahadur Slope
Assessing the Relative Power of Structural Break Tests Using a Framework Based on the Approximate Bahadur Slope Dukpa Kim Boston University Pierre Perron Boston University December 4, 2006 THE TESTING
Powerful new tools for time series analysis
Christopher F Baum Boston College & DIW August 2007 hristopher F Baum ( Boston College & DIW) NASUG2007 1 / 26 Introduction This presentation discusses two recent developments in time series analysis by
Exchange Rate Regime Analysis for the Chinese Yuan
Exchange Rate Regime Analysis for the Chinese Yuan Achim Zeileis Ajay Shah Ila Patnaik Abstract We investigate the Chinese exchange rate regime after China gave up on a fixed exchange rate to the US dollar
Vector Time Series Model Representations and Analysis with XploRe
0-1 Vector Time Series Model Representations and Analysis with plore Julius Mungo CASE - Center for Applied Statistics and Economics Humboldt-Universität zu Berlin [email protected] plore MulTi Motivation
The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series.
Cointegration The VAR models discussed so fare are appropriate for modeling I(0) data, like asset returns or growth rates of macroeconomic time series. Economic theory, however, often implies equilibrium
Optimization of technical trading strategies and the profitability in security markets
Economics Letters 59 (1998) 249 254 Optimization of technical trading strategies and the profitability in security markets Ramazan Gençay 1, * University of Windsor, Department of Economics, 401 Sunset,
Chapter 5: Bivariate Cointegration Analysis
Chapter 5: Bivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie V. Bivariate Cointegration Analysis...
Testing for Structural Change Theory, Implementation and Applications
Testing for Structural Change Theory, Implementation and Applications DISSERTATION zur Erlangung des akademischen Grades eines Doktors der Naturwissenschaften der Universität Dortmund Dem Fachbereich Statistik
Simple Methods and Procedures Used in Forecasting
Simple Methods and Procedures Used in Forecasting The project prepared by : Sven Gingelmaier Michael Richter Under direction of the Maria Jadamus-Hacura What Is Forecasting? Prediction of future events
Multiple Linear Regression
Multiple Linear Regression A regression with two or more explanatory variables is called a multiple regression. Rather than modeling the mean response as a straight line, as in simple regression, it is
Lecture 8: Gamma regression
Lecture 8: Gamma regression Claudia Czado TU München c (Claudia Czado, TU Munich) ZFS/IMS Göttingen 2004 0 Overview Models with constant coefficient of variation Gamma regression: estimation and testing
August 2012 EXAMINATIONS Solution Part I
August 01 EXAMINATIONS Solution Part I (1) In a random sample of 600 eligible voters, the probability that less than 38% will be in favour of this policy is closest to (B) () In a large random sample,
Multiple Linear Regression in Data Mining
Multiple Linear Regression in Data Mining Contents 2.1. A Review of Multiple Linear Regression 2.2. Illustration of the Regression Process 2.3. Subset Selection in Linear Regression 1 2 Chap. 2 Multiple
Solución del Examen Tipo: 1
Solución del Examen Tipo: 1 Universidad Carlos III de Madrid ECONOMETRICS Academic year 2009/10 FINAL EXAM May 17, 2010 DURATION: 2 HOURS 1. Assume that model (III) verifies the assumptions of the classical
Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics
Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2015 Examinations Aim The aim of the Probability and Mathematical Statistics subject is to provide a grounding in
Introduction to General and Generalized Linear Models
Introduction to General and Generalized Linear Models General Linear Models - part I Henrik Madsen Poul Thyregod Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby
Paper for session 49 in Helsinki 2006
Benjamin Warr Page 1 05/06/2006 Paper for session 49 in Helsinki 2006 Economic growth, technological progress and energy use in the US over the last century: Identifying common trends and structural change
Financial Time Series Analysis (FTSA) Lecture 1: Introduction
Financial Time Series Analysis (FTSA) Lecture 1: Introduction Brief History of Time Series Analysis Statistical analysis of time series data (Yule, 1927) v/s forecasting (even longer). Forecasting is often
This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and
This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and education use, including for instruction at the authors institution
Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500 6 8480
1) The S & P/TSX Composite Index is based on common stock prices of a group of Canadian stocks. The weekly close level of the TSX for 6 weeks are shown: Week TSX Index 1 8480 2 8470 3 8475 4 8510 5 8500
R: A Free Software Project in Statistical Computing
R: A Free Software Project in Statistical Computing Achim Zeileis http://statmath.wu-wien.ac.at/ zeileis/ [email protected] Overview A short introduction to some letters of interest R, S, Z Statistics
1 Short Introduction to Time Series
ECONOMICS 7344, Spring 202 Bent E. Sørensen January 24, 202 Short Introduction to Time Series A time series is a collection of stochastic variables x,.., x t,.., x T indexed by an integer value t. The
Time Series Analysis: Basic Forecasting.
Time Series Analysis: Basic Forecasting. As published in Benchmarks RSS Matters, April 2015 http://web3.unt.edu/benchmarks/issues/2015/04/rss-matters Jon Starkweather, PhD 1 Jon Starkweather, PhD [email protected]
Applied Statistics. J. Blanchet and J. Wadsworth. Institute of Mathematics, Analysis, and Applications EPF Lausanne
Applied Statistics J. Blanchet and J. Wadsworth Institute of Mathematics, Analysis, and Applications EPF Lausanne An MSc Course for Applied Mathematicians, Fall 2012 Outline 1 Model Comparison 2 Model
Please follow the directions once you locate the Stata software in your computer. Room 114 (Business Lab) has computers with Stata software
STATA Tutorial Professor Erdinç Please follow the directions once you locate the Stata software in your computer. Room 114 (Business Lab) has computers with Stata software 1.Wald Test Wald Test is used
A Primer on Forecasting Business Performance
A Primer on Forecasting Business Performance There are two common approaches to forecasting: qualitative and quantitative. Qualitative forecasting methods are important when historical data is not available.
Quantile Regression under misspecification, with an application to the U.S. wage structure
Quantile Regression under misspecification, with an application to the U.S. wage structure Angrist, Chernozhukov and Fernandez-Val Reading Group Econometrics November 2, 2010 Intro: initial problem The
Penalized regression: Introduction
Penalized regression: Introduction Patrick Breheny August 30 Patrick Breheny BST 764: Applied Statistical Modeling 1/19 Maximum likelihood Much of 20th-century statistics dealt with maximum likelihood
REAL BUSINESS CYCLE THEORY METHODOLOGY AND TOOLS
Jakub Gazda 42 Jakub Gazda, Real Business Cycle Theory Methodology and Tools, Economics & Sociology, Vol. 3, No 1, 2010, pp. 42-48. Jakub Gazda Department of Microeconomics Poznan University of Economics
partykit: A Toolkit for Recursive Partytioning
partykit: A Toolkit for Recursive Partytioning Achim Zeileis, Torsten Hothorn http://eeecon.uibk.ac.at/~zeileis/ Overview Status quo: R software for tree models New package: partykit Unified infrastructure
EVALUATION OF PROBABILITY MODELS ON INSURANCE CLAIMS IN GHANA
EVALUATION OF PROBABILITY MODELS ON INSURANCE CLAIMS IN GHANA E. J. Dadey SSNIT, Research Department, Accra, Ghana S. Ankrah, PhD Student PGIA, University of Peradeniya, Sri Lanka Abstract This study investigates
Causes of Inflation in the Iranian Economy
Causes of Inflation in the Iranian Economy Hamed Armesh* and Abas Alavi Rad** It is clear that in the nearly last four decades inflation is one of the important problems of Iranian economy. In this study,
The Loss in Efficiency from Using Grouped Data to Estimate Coefficients of Group Level Variables. Kathleen M. Lang* Boston College.
The Loss in Efficiency from Using Grouped Data to Estimate Coefficients of Group Level Variables Kathleen M. Lang* Boston College and Peter Gottschalk Boston College Abstract We derive the efficiency loss
R: A Free Software Project in Statistical Computing
R: A Free Software Project in Statistical Computing Achim Zeileis Institut für Statistik & Wahrscheinlichkeitstheorie http://www.ci.tuwien.ac.at/~zeileis/ Acknowledgments Thanks: Alex Smola & Machine Learning
How To Understand The Theory Of Probability
Graduate Programs in Statistics Course Titles STAT 100 CALCULUS AND MATR IX ALGEBRA FOR STATISTICS. Differential and integral calculus; infinite series; matrix algebra STAT 195 INTRODUCTION TO MATHEMATICAL
Dynamic Asset Allocation in Chinese Stock Market
Dynamic Asset Allocation in Chinese Stock Market Jian Chen Fuwei Jiang Jun Tu Current version: January 2014 Fujian Key Laboratory of Statistical Sciences & Department of Finance, School of Economics, Xiamen
Australian Dollars Exchange Rate and Gold Prices: An Interval Method Analysis
he 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 3 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 46 52 Australian Dollars Exchange Rate
Government bond market linkages: evidence from Europe
Applied Financial Economics, 2005, 15, 599 610 Government bond market linkages: evidence from Europe Jian Yang Department of Accounting, Finance & MIS, Prairie View A&M University, Prairie View, TX 77446,
Survival analysis methods in Insurance Applications in car insurance contracts
Survival analysis methods in Insurance Applications in car insurance contracts Abder OULIDI 1-2 Jean-Marie MARION 1 Hérvé GANACHAUD 3 1 Institut de Mathématiques Appliquées (IMA) Angers France 2 Institut
Statistics Graduate Courses
Statistics Graduate Courses STAT 7002--Topics in Statistics-Biological/Physical/Mathematics (cr.arr.).organized study of selected topics. Subjects and earnable credit may vary from semester to semester.
Part 2: Analysis of Relationship Between Two Variables
Part 2: Analysis of Relationship Between Two Variables Linear Regression Linear correlation Significance Tests Multiple regression Linear Regression Y = a X + b Dependent Variable Independent Variable
Java Modules for Time Series Analysis
Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series
SYSTEMS OF REGRESSION EQUATIONS
SYSTEMS OF REGRESSION EQUATIONS 1. MULTIPLE EQUATIONS y nt = x nt n + u nt, n = 1,...,N, t = 1,...,T, x nt is 1 k, and n is k 1. This is a version of the standard regression model where the observations
Modelling Monetary Policy of the Bank of Russia
Modelling Monetary Policy of the Bank of Russia Yulia Vymyatnina Department of Economics European University at St.Peterbsurg Monetary Policy in central and Eastern Europe Tutzing, 8-10 July 2009 Outline
Detecting Big Structural Breaks in Large Factor Models
Detecting Big Structural Breaks in Large Factor Models Liang Chen Juan J. Dolado Jesús Gonzalo First Draft: May 2010 his draft: September 2013 Abstract ime invariance of factor loadings is a standard assumption
Time series analysis in loan management information systems
Theoretical and Applied Economics Volume XXI (2014), No. 3(592), pp. 57-66 Time series analysis in loan management information systems Julian VASILEV Varna University of Economics, Bulgaria [email protected]
The Importance of Reproducible Research
The Importance of Reproducible Research Christian Kleiber Universität Basel Berne, 2014-11-07 Workshop Improving Data Access and Research Transparency (DART) in Switzerland Outline 1 Introduction 2 Reproducibility
2013 MBA Jump Start Program. Statistics Module Part 3
2013 MBA Jump Start Program Module 1: Statistics Thomas Gilbert Part 3 Statistics Module Part 3 Hypothesis Testing (Inference) Regressions 2 1 Making an Investment Decision A researcher in your firm just
Stock market booms and real economic activity: Is this time different?
International Review of Economics and Finance 9 (2000) 387 415 Stock market booms and real economic activity: Is this time different? Mathias Binswanger* Institute for Economics and the Environment, University
Package bigdata. R topics documented: February 19, 2015
Type Package Title Big Data Analytics Version 0.1 Date 2011-02-12 Author Han Liu, Tuo Zhao Maintainer Han Liu Depends glmnet, Matrix, lattice, Package bigdata February 19, 2015 The
MULTIPLE REGRESSIONS ON SOME SELECTED MACROECONOMIC VARIABLES ON STOCK MARKET RETURNS FROM 1986-2010
Advances in Economics and International Finance AEIF Vol. 1(1), pp. 1-11, December 2014 Available online at http://www.academiaresearch.org Copyright 2014 Academia Research Full Length Research Paper MULTIPLE
Is the Forward Exchange Rate a Useful Indicator of the Future Exchange Rate?
Is the Forward Exchange Rate a Useful Indicator of the Future Exchange Rate? Emily Polito, Trinity College In the past two decades, there have been many empirical studies both in support of and opposing
Regression Modeling Strategies
Frank E. Harrell, Jr. Regression Modeling Strategies With Applications to Linear Models, Logistic Regression, and Survival Analysis With 141 Figures Springer Contents Preface Typographical Conventions
Financial TIme Series Analysis: Part II
Department of Mathematics and Statistics, University of Vaasa, Finland January 29 February 13, 2015 Feb 14, 2015 1 Univariate linear stochastic models: further topics Unobserved component model Signal
Testing for Granger causality between stock prices and economic growth
MPRA Munich Personal RePEc Archive Testing for Granger causality between stock prices and economic growth Pasquale Foresti 2006 Online at http://mpra.ub.uni-muenchen.de/2962/ MPRA Paper No. 2962, posted
THE IMPACT OF EXCHANGE RATE VOLATILITY ON BRAZILIAN MANUFACTURED EXPORTS
THE IMPACT OF EXCHANGE RATE VOLATILITY ON BRAZILIAN MANUFACTURED EXPORTS ANTONIO AGUIRRE UFMG / Department of Economics CEPE (Centre for Research in International Economics) Rua Curitiba, 832 Belo Horizonte
Factors affecting online sales
Factors affecting online sales Table of contents Summary... 1 Research questions... 1 The dataset... 2 Descriptive statistics: The exploratory stage... 3 Confidence intervals... 4 Hypothesis tests... 4
Time Series Analysis
Time Series Analysis Identifying possible ARIMA models Andrés M. Alonso Carolina García-Martos Universidad Carlos III de Madrid Universidad Politécnica de Madrid June July, 2012 Alonso and García-Martos
Testing Gaussian and Non-Gaussian Break Point Models: V4 Stock Markets
Testing Gaussian and Non-Gaussian Break Point Models: V4 Stock Markets Michael Princ Charles University [email protected] Abstract During the study we analyzed Gaussian and Non-Gaussian break point models
IS THERE A LONG-RUN RELATIONSHIP
7. IS THERE A LONG-RUN RELATIONSHIP BETWEEN TAXATION AND GROWTH: THE CASE OF TURKEY Salih Turan KATIRCIOGLU Abstract This paper empirically investigates long-run equilibrium relationship between economic
Threshold Autoregressive Models in Finance: A Comparative Approach
University of Wollongong Research Online Applied Statistics Education and Research Collaboration (ASEARC) - Conference Papers Faculty of Informatics 2011 Threshold Autoregressive Models in Finance: A Comparative
Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm
Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm
Volume 35, Issue 1. Testing the International Crude Oil Market Integration with Structural Breaks. Kentaka Aruga Ishikawa Prefectural University
Volume 35, Issue 1 Testing the International Crude Oil Market Integration with Structural Breaks Kentaka Aruga Ishikawa Prefectural University Abstract As spread between the WTI and Brent crude oil price
10. Fixed-Income Securities. Basic Concepts
0. Fixed-Income Securities Fixed-income securities (FIS) are bonds that have no default risk and their payments are fully determined in advance. Sometimes corporate bonds that do not necessarily have certain
Examining the effects of exchange rates on Australian domestic tourism demand: A panel generalized least squares approach
19th International Congress on Modelling and Simulation, Perth, Australia, 12 16 December 2011 http://mssanz.org.au/modsim2011 Examining the effects of exchange rates on Australian domestic tourism demand:
Chapter 6: Multivariate Cointegration Analysis
Chapter 6: Multivariate Cointegration Analysis 1 Contents: Lehrstuhl für Department Empirische of Wirtschaftsforschung Empirical Research and und Econometrics Ökonometrie VI. Multivariate Cointegration
Correlation and Simple Linear Regression
Correlation and Simple Linear Regression We are often interested in studying the relationship among variables to determine whether they are associated with one another. When we think that changes in a
Corporate Defaults and Large Macroeconomic Shocks
Corporate Defaults and Large Macroeconomic Shocks Mathias Drehmann Bank of England Andrew Patton London School of Economics and Bank of England Steffen Sorensen Bank of England The presentation expresses
Maximum likelihood estimation of mean reverting processes
Maximum likelihood estimation of mean reverting processes José Carlos García Franco Onward, Inc. [email protected] Abstract Mean reverting processes are frequently used models in real options. For
Optimal order placement in a limit order book. Adrien de Larrard and Xin Guo. Laboratoire de Probabilités, Univ Paris VI & UC Berkeley
Optimal order placement in a limit order book Laboratoire de Probabilités, Univ Paris VI & UC Berkeley Outline 1 Background: Algorithm trading in different time scales 2 Some note on optimal execution
MULTIPLE REGRESSION EXAMPLE
MULTIPLE REGRESSION EXAMPLE For a sample of n = 166 college students, the following variables were measured: Y = height X 1 = mother s height ( momheight ) X 2 = father s height ( dadheight ) X 3 = 1 if
Impulse Response Functions
Impulse Response Functions Wouter J. Den Haan University of Amsterdam April 28, 2011 General definition IRFs The IRF gives the j th -period response when the system is shocked by a one-standard-deviation
Private Equity Fund Valuation and Systematic Risk
An Equilibrium Approach and Empirical Evidence Axel Buchner 1, Christoph Kaserer 2, Niklas Wagner 3 Santa Clara University, March 3th 29 1 Munich University of Technology 2 Munich University of Technology
Online Appendices to the Corporate Propensity to Save
Online Appendices to the Corporate Propensity to Save Appendix A: Monte Carlo Experiments In order to allay skepticism of empirical results that have been produced by unusual estimators on fairly small
Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model
Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written
