Econometric Theory

Total Page:16

File Type:pdf, Size:1020Kb

Econometric Theory Econometric Theory John Stachurski January 10, 2014 Contents Preface v I Background Material1 1 Probability2 1.1 Probability Models.............................2 1.2 Distributions................................. 16 1.3 Dependence................................. 25 1.4 Asymptotics................................. 30 1.5 Exercises................................... 39 2 Linear Algebra 49 2.1 Vectors and Matrices............................ 49 2.2 Span, Dimension and Independence................... 59 2.3 Matrices and Equations........................... 66 2.4 Random Vectors and Matrices....................... 71 2.5 Convergence of Random Matrices.................... 74 2.6 Exercises................................... 79 i CONTENTS ii 3 Projections 84 3.1 Orthogonality and Projection....................... 84 3.2 Overdetermined Systems of Equations.................. 90 3.3 Conditioning................................. 93 3.4 Exercises................................... 103 II Foundations of Statistics 107 4 Statistical Learning 108 4.1 Inductive Learning............................. 108 4.2 Statistics................................... 112 4.3 Maximum Likelihood............................ 120 4.4 Parametric vs Nonparametric Estimation................ 125 4.5 Empirical Distributions........................... 134 4.6 Empirical Risk Minimization....................... 137 4.7 Exercises................................... 149 5 Methods of Inference 153 5.1 Making Inference about Theory...................... 153 5.2 Confidence Sets............................... 155 5.3 Hypothesis Tests.............................. 160 5.4 Use and Misuse of Testing......................... 170 5.5 Exercises................................... 172 6 Linear Least Squares 175 6.1 Least Squares................................ 175 6.2 Transformations of the Data........................ 179 6.3 Goodness of Fit............................... 183 6.4 Exercises................................... 188 JOHN STACHURSKI January 10, 2014 CONTENTS iii III Econometric Models 194 7 Classical OLS 195 7.1 The Model.................................. 195 7.2 Variance and Bias.............................. 198 7.3 The FWL Theorem............................. 201 7.4 Normal Errors................................ 207 7.5 When the Assumptions Fail........................ 215 7.6 Exercises................................... 219 8 Time Series Models 226 8.1 Some Common Models........................... 226 8.2 Dynamic Properties............................. 233 8.3 Maximum Likelihood for Markov Processes............... 248 8.4 Models with Latent Variables....................... 256 8.5 Exercises................................... 257 9 Large Sample OLS 264 9.1 Consistency................................. 264 9.2 Asymptotic Normality........................... 269 9.3 Exercises................................... 273 10 Further Topics 276 10.1 Model Selection............................... 276 10.2 Method of Moments............................ 292 10.3 Breaking the Bank.............................. 293 10.4 Exercises................................... 293 JOHN STACHURSKI January 10, 2014 CONTENTS iv IV Appendices 294 11 Appendix A: An R Primer 295 11.1 The R Language............................... 295 11.2 Variables and Vectors............................ 299 11.3 Graphics................................... 305 11.4 Data Types.................................. 311 11.5 Simple Regressions in R.......................... 319 12 Appendix B: More R Techniques 323 12.1 Input and Output.............................. 323 12.2 Conditions.................................. 330 12.3 Repetition.................................. 335 12.4 Functions................................... 340 12.5 General Programming Tips........................ 345 12.6 More Statistics................................ 348 12.7 Exercises................................... 358 13 Appendix C: Analysis 360 13.1 Sets and Functions............................. 360 13.2 Optimization................................. 365 13.3 Logical Arguments............................. 366 JOHN STACHURSKI January 10, 2014 Preface This is a quick course on modern econometric and statistical theory, focusing on fundamental ideas and general principles. The course is intended to be concise— suitable for learning concepts and results—rather than an encyclopedic treatment or a reference manual. It includes background material in probability and statistics that budding econometricians often need to build up. Most of the topics covered here are standard, and I have borrowed ideas, results and exercises from many sources, usually without individual citations to that effect. Some of the large sample theory is new—although similar results have doubtless been considered elsewhere. The large sample theory has been developed to illu- minate more clearly the kinds of conditions that allow the law of large numbers and central limit theorem to function, and to make large sample theory accessible to students without knowledge of measure theory. The other originality is in the presentation of otherwise standard material. In my humble opinion, many of the mathematical arguments found here are neater, more precise and more insightful than other econometrics texts at a similar level. Finally, the course also teaches programming techniques via an extensive set of ex- amples, and a long discussion of the statistical programming environment R in the appendix. Even if only for the purpose of understanding theory, good programming skills are important. In fact, one of the best ways to understand a result in econo- metric theory is to first work your way through the proof, and then run a simulation which shows the theory in action. These notes have benefitted from the input of many students. In particular, I wish to thank without implication Blair Alexander, Frank Cai, Yiyong Cai, Patrick Carvalho, Paul Kitney, Bikramaditya Datta, Stefan Webb and Varang Wiriyawit. v Part I Background Material 1 Chapter 1 Probability Probability theory forms the foundation stones of statistics and econometrics. If you want to be a first class statistician/econometrician, then every extra detail of proba- bility theory that you can grasp and internalize will prove an excellent investment. 1.1 Probability Models We begin with the basic foundations of probability theory. What follows will involve a few set operations, and you might like to glance over the results on set operations (and the definition of functions) in x13.1. 1.1.1 Sample Spaces In setting up a model of probability, we usually start with the notion of a sample space, which, in general, can be any nonempty set, and is typically denoted W. We can think of W as being the collection of all possible outcomes in a random experi- ment. A typical element of W is denoted w. The general idea is that a realization of uncertainty will lead to the selection of a particular w 2 W. Example 1.1.1. Let W := f1, . , 6g represent the six different faces of a dice. A realization of uncertainty corresponds to a roll of the dice, with the outcome being an integer w in the set f1, . , 6g. 2 1.1. PROBABILITY MODELS 3 The specification of all possible outcomes W is one part of our probability model. The other thing we need to do is to assign probabilities to outcomes. The obvious thing to do here is to assign a probability to every w in W, but it turns out, for technical reasons beyond the scope of this text (see, e.g., Williams, 1991), that is is not the right way forward. Instead, the standard approach is to assign probabilities to subsets of W. In the language of probability theory, subsets of W are called events. The set of all events is usually denoted by F, and we follow this convention.1 Example 1.1.2. Let W be any sample space. Two events we always find in F are W itself and the empty set Æ. (The empty set is regarded as being a subset of every set, and hence Æ ⊂ W). In this context, W is called the certain event because it always occurs (regardless of which outcome w is selected, w 2 W is true by definition). The empty set Æ is called the impossible event. In all of what follows, if B is an event (i.e., B 2 F), then the notation P(B) will represent the probability that event B occurs. The way you should think about it is this: P(B) represents the probability that when uncertainty is resolved and some w 2 W is selected by “nature,” the statement w 2 B is true. Example 1.1.3. Continuing example 1.1.1, let B be the event f1, 2g. The number P(B) represents the probability that the face w selected by the roll is either 1 or 2. The second stage of our model construction is to assign probabilities to elements of F. In order to make sure our model of probability is well behaved, it’s best to put certain restrictions on P. (For example, we wouldn’t want to have a B with P(B) = −93, as negative probabilities don’t make much sense.) These restrictions are imposed in the next definition: A probability P on (W, F) is a function that associates to each event in F a number in [0, 1], and, in addition, satisfies 1. P(W) = 1, and 2. Additivity: P(A [ B) = P(A) + P(B) whenever A, B 2 F with A \ B = Æ. 1I’m skirting technical details here. In many common situations, we take F to be a proper subset of the set of all subsets of W. In particular, we exclude a few troublesome subsets of W from F, because they are so messy that assigning probabilities to these sets cause problems for the theory. See x1.1.2 for more discussion. JOHN STACHURSKI January 10, 2014
Recommended publications
  • Brendan K. Beare
    Brendan K. Beare Department of Economics University of California – San Diego 9500 Gilman Drive #0508 La Jolla, California 92093, U.S.A. Email: [email protected] : http://econweb.ucsd.edu/ bbeare/ ∼ Born: January 23, 1980 Citizenship: Australia & United States Current position 2015– Associate Professor, University of California – San Diego Prior appointments held 2008–2015 Assistant Professor, University of California – San Diego 2007–2008 Research Fellow, Nuffield College and University of Oxford Education 2007 PD in Economics, Yale University 2006 MA in Statistics, Yale University 2005 MP in Economics, Yale University 2004 MA in Economics, Yale University 2002 BE(H) in Econometrics, University of New South Wales Honors & awards 2011–2016 Sir Clive W. J. Granger Chair, University of California – San Diego 2008 George Trimis Prize for Distinguished Dissertation in Economics, Yale University 2007 MA by Resolution, University of Oxford 2007 Dissertation Fellowship, Yale University 2006 Carl Arvid Anderson Prize, Cowles Foundation for Research in Economics 2006 Cowles Summer Prize, Cowles Foundation for Research in Economics 2002–2006 Cowles Prize, Cowles Foundation for Research in Economics 2002–2006 University Fellowship, Yale University 2002 Economic Society of Australia Honours Prize 1 Publications 2019 Beare, Brendan K. and Shi, Xiaoxia. An improved bootstrap test of density ratio ordering. Econometrics and Statistics, 10: 9-26. 2019 Seo, Won-Ki and Beare, Brendan K. Cointegrated linear processes in Bayes Hilbert space. Statistics and Probability Letters, 147: 90-95. 2018 Beare, Brendan K. Unit root testing with unstable volatility. Journal of Time Series Analysis, 39(6): 816-835. 2018 Beare, Brendan K. and Dossani, Asad. Option augmented density forecasts of market returns with monotone pricing kernel.
    [Show full text]
  • Econometrics Oxford University, 2017 1 / 34 Introduction
    Do attractive people get paid more? Felix Pretis (Oxford) Econometrics Oxford University, 2017 1 / 34 Introduction Econometrics: Computer Modelling Felix Pretis Programme for Economic Modelling Oxford Martin School, University of Oxford Lecture 1: Introduction to Econometric Software & Cross-Section Analysis Felix Pretis (Oxford) Econometrics Oxford University, 2017 2 / 34 Aim of this Course Aim: Introduce econometric modelling in practice Introduce OxMetrics/PcGive Software By the end of the course: Able to build econometric models Evaluate output and test theories Use OxMetrics/PcGive to load, graph, model, data Felix Pretis (Oxford) Econometrics Oxford University, 2017 3 / 34 Administration Textbooks: no single text book. Useful: Doornik, J.A. and Hendry, D.F. (2013). Empirical Econometric Modelling Using PcGive 14: Volume I, London: Timberlake Consultants Press. Included in OxMetrics installation – “Help” Hendry, D. F. (2015) Introductory Macro-econometrics: A New Approach. Freely available online: http: //www.timberlake.co.uk/macroeconometrics.html Lecture Notes & Lab Material online: http://www.felixpretis.org Problem Set: to be covered in tutorial Exam: Questions possible (Q4 and Q8 from past papers 2016 and 2017) Felix Pretis (Oxford) Econometrics Oxford University, 2017 4 / 34 Structure 1: Intro to Econometric Software & Cross-Section Regression 2: Micro-Econometrics: Limited Indep. Variable 3: Macro-Econometrics: Time Series Felix Pretis (Oxford) Econometrics Oxford University, 2017 5 / 34 Motivation Economies high dimensional, interdependent, heterogeneous, and evolving: comprehensive specification of all events is impossible. Economic Theory likely wrong and incomplete meaningless without empirical support Econometrics to discover new relationships from data Econometrics can provide empirical support. or refutation. Require econometric software unless you really like doing matrix manipulation by hand.
    [Show full text]
  • International Journal of Forecasting Guidelines for IJF Software Reviewers
    International Journal of Forecasting Guidelines for IJF Software Reviewers It is desirable that there be some small degree of uniformity amongst the software reviews in this journal, so that regular readers of the journal can have some idea of what to expect when they read a software review. In particular, I wish to standardize the second section (after the introduction) of the review, and the penultimate section (before the conclusions). As stand-alone sections, they will not materially affect the reviewers abillity to craft the review as he/she sees fit, while still providing consistency between reviews. This applies mostly to single-product reviews, but some of the ideas presented herein can be successfully adapted to a multi-product review. The second section, Overview, is an overview of the package, and should include several things. · Contact information for the developer, including website address. · Platforms on which the package runs, and corresponding prices, if available. · Ancillary programs included with the package, if any. · The final part of this section should address Berk's (1987) list of criteria for evaluating statistical software. Relevant items from this list should be mentioned, as in my review of RATS (McCullough, 1997, pp.182- 183). · My use of Berk was extremely terse, and should be considered a lower bound. Feel free to amplify considerably, if the review warrants it. In fact, Berk's criteria, if considered in sufficient detail, could be the outline for a review itself. The penultimate section, Numerical Details, directly addresses numerical accuracy and reliality, if these topics are not addressed elsewhere in the review.
    [Show full text]
  • Hands-On & Exercise: Stata Hands-On: Eviews & Stata
    @ COMP. LAB. 3, SCHOOL OF MATHEMATICAL SCIENCES, USM PENANG 13 (Sat) & 14 (Sun) MARCH 2021 The OBJECTIVE of this course is to introduce participants with VAR model and panel data structures and also to equip them with core skills in analyzing techniques for various types of panel data HANDS-ON & EXERCISE: STATA COURSE CONTENTS SHORT PANEL DATA ANALYSIS FACILITATORS: ✓ Fixed & Random Effects ✓ Pooled OLS, Hausman Test Dr Zainudin Arsad (USM) & ✓ Arellano-Bond Difference GMM ✓ Blundell-Bond System GMM Ass. Prof. Dr LAW S. HOOK (UPM) ECONOMETRIC ANALYSIS WITH STRUCTURAL BREAK: ✓ Long-run Models: FMOLS/DOLS/CCR ✓ Quandt-Andrews, Bai-Perron Tests ✓ Gregory & Hansen (1996) Test ✓ Johansen, Mosconi and Nieldsen (2000) Cointegration Test WHO SHOULD ATTEND Academics and Graduate Students as well as Researchers, Analysts and Consultants in various business disciplines that may include Private & Public Sector Organizations, Banks & Financial Institutions and Regulatory Authorities. HANDS-ON: EVIEWS & STATA FACILITATOR: Professor Dr. Eng Yoke Kee (UTAR) 3 (Sat) & 4 (Sun) APRIL 2021 SHORT PANEL DATA ANALYSIS DAY 1 : SATURDAY, 13 MARCH 2021 8:15 AM REGISTRATION 8:45 AM SESSION 1 – THE NATURE OF PANEL DATA ▪ Nature and Benefits od Panel Data; Examining & Arranging Your Dataset 10:30 AM TEA BREAK 10:45 AM SESSION 2 – STATIC LINEAR PANEL MODELS ▪ Panel Data Basics: Pooled OLS, Fixed and Random Effects 12:45 PM LUNCH 2:00 PM SESSION 3 – SELECTING PANEL DATA MODELS ▪ Poolability F-test, Breusch-Pagan LM Test, Hausman Test 3.45 PM TEA BREAK 4.00 PM SESSION 4 – ISSUES ON PANEL DATA MODELS: ROBUST ESTIMATES ▪ Diagnostic Tests and Robust Standard Errors 5:45 PM Q & A (SESSIONS 1 - 4) DAY 2 : SUNDAY, 14 MARCH 2021 8:30 AM SESSION 5 – DYNAMIC PANEL DATA APPROACH ▪ Why Dynamic Panel? 10:15 AM TEA BREAK 10:30 AM SESSION 6 – MULTIVARIATE DYNAMIC MODELS WITH PERSISTENT SERIES ▪ Arellano-Bond Difference Estimator, 1-step vs.
    [Show full text]
  • Rtadf: Testing for Bubbles with Eviews
    JSS Journal of Statistical Software November 2017, Volume 81, Code Snippet 1. doi: 10.18637/jss.v081.c01 Rtadf: Testing for Bubbles with EViews Itamar Caspi Bank of Israel Abstract This paper presents Rtadf (right-tail augmented Dickey-Fuller), an EViews add-in that facilitates the performance of time series based tests that help detect and date-stamp asset price bubbles. The detection strategy is based on a right-tail variation of the standard augmented Dickey-Fuller (ADF) test where the alternative hypothesis is of a mildly explo- sive process. Rejection of the null in each of these tests may serve as empirical evidence for an asset price bubble. The add-in implements four types of tests: standard ADF, rolling window ADF, supremum ADF (SADF; Phillips, Wu, and Yu 2011) and general- ized SADF (GSADF; Phillips, Shi, and Yu 2015). It calculates the test statistics for each of the above four tests, simulates the corresponding exact finite sample critical values and p values via Monte Carlo methods, under the assumption of Gaussian innovations, and produces a graphical display of the date stamping procedure. Keywords: rational bubble, ADF test, sup ADF test, generalized sup ADF test, mildly explo- sive process, EViews. 1. Introduction Empirical identification of asset price bubbles in real time, and even in retrospect, is surely not an easy task, and it has been the source of academic and professional debate for several decades.1 One strand of the empirical literature suggests using time series estimation tech- niques while exploiting predictions made by finance theory in order to test for the existence of bubbles in the data.
    [Show full text]
  • What Is in a Word Or Two?
    What Is in a Word or Two? Dale J. Poirier Department of Economics University of California, Irvine April 15, 2004 Abstract To measure the impact of Bayesian reasoning, this paper investigates the occurrence of two words, “Bayes” and “Bayesian,” over 1970-2003 in journal articles in a variety of disciplines, with a focus on economics and statistics. The growth in statistics is documented, but the growth in economics is largely confined to economic theory/mathematical economics rather than econometrics. Poirier (1989, 1992) described the penetration of Bayesian articles in econometrics and statistics journals. Data were collected by examination of individual articles and classifying each as “Bayesian” or “non-Bayesian.” Here the time period is expanded to 1970-2003 (when possible), and the number of journals is expanded to include journals in JSTOR (see Appendix) plus some from Elsevier [Journal of Econometrics (JE) and Economics Letters (EL)], the American Statistical Association [Journal of Business & Economic Statistics (JBES)], and Cambridge University Press [Econometric Theory (ET)]. Attention focuses (but not exclusively) on economics and statistics. The data collection exercise is “objectified” by using search engines to compute the annual proportion of journal “articles” containing in their text either the words “Bayes” or “Bayesian.” While not all such articles are “Bayesian,” their numbers provide an upper bound on the number of Bayesian articles, and they capture the impact of Bayesian thinking on authors. Two qualifiers should be kept in mind. First, what constitutes an “article” differs across journals. Some journals [e.g., Journal of the American Statistical Association (JASA)] count comments and replies separately, whereas other journals [e.g., Journal of the Royal Statistical Society, Series B (JRSSB)] count them as part of the original text.
    [Show full text]
  • Introduction to Eviews 2.0
    Introduction to EViews 2.0 Overview of product EViews provides regression and forecasting tools on Windows computers. With EViews you can develop a statistical relation from your data and then use the relation to forecast future values of the data. Areas where EViews can be useful include: · Sales forecasting · Cost analysis and forecasting · Financial analysis · Macroeconomic forecasting · Simulation · Scientific data analysis and evaluation EViews is a new version of a set of tools for manipulating time series data originally developed in the Time Series Processor software for large computers. The immediate predecessor of EViews was MicroTSP, first released in 1981. Though EViews was developed by economists and most of its uses are in economics, there is nothing in its design that limits its usefulness to economic time series. Even quite large cross-section projects can be handled in EViews. The basic data object within EViews is the time series. Each series has a name, and you can request operations on all the observations just by mentioning the name of the series. EViews provides convenient visual ways to enter time series from the keyboard or from disk files, to create new series from existing ones, to display and print series, and to carry out statistical analysis of the relations among series. EViews uses the visual features of modern Windows software. You can use your mouse to guide the operation with standard Windows menus and dialogs. Results appear in windows and can be manipulated with standard Windows techniques. Alternatively, you may use EViews' powerful command language. You can enter and edit commands in the command window.
    [Show full text]
  • Gretl User's Guide
    Gretl User’s Guide Gnu Regression, Econometrics and Time-series Allin Cottrell Department of Economics Wake Forest university Riccardo “Jack” Lucchetti Dipartimento di Economia Università Politecnica delle Marche December, 2008 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation (see http://www.gnu.org/licenses/fdl.html). Contents 1 Introduction 1 1.1 Features at a glance ......................................... 1 1.2 Acknowledgements ......................................... 1 1.3 Installing the programs ....................................... 2 I Running the program 4 2 Getting started 5 2.1 Let’s run a regression ........................................ 5 2.2 Estimation output .......................................... 7 2.3 The main window menus ...................................... 8 2.4 Keyboard shortcuts ......................................... 11 2.5 The gretl toolbar ........................................... 11 3 Modes of working 13 3.1 Command scripts ........................................... 13 3.2 Saving script objects ......................................... 15 3.3 The gretl console ........................................... 15 3.4 The Session concept ......................................... 16 4 Data files 19 4.1 Native format ............................................. 19 4.2 Other data file formats ....................................... 19 4.3 Binary databases ..........................................
    [Show full text]
  • Eviews 10 Getting Started Eviews 10 Getting Started Copyright © 1994–2017 IHS Global Inc
    EViews 10 Getting Started EViews 10 Getting Started Copyright © 1994–2017 IHS Global Inc. All Rights Reserved ISBN: 978-1-880411-36-0 This software product, including program code and manual, is copyrighted, and all rights are reserved by IHS Global Inc. The distribution and sale of this product are intended for the use of the original purchaser only. Except as permitted under the United States Copyright Act of 1976, no part of this product may be reproduced or distributed in any form or by any means, or stored in a database or retrieval system, without the prior written permission of IHS Global Inc. Disclaimer The authors and IHS Global Inc.assume no responsibility for any errors that may appear in this manual or the EViews program. The user assumes all responsibility for the selection of the pro- gram to achieve intended results, and for the installation, use, and results obtained from the pro- gram. Trademarks EViews® is a registered trademark of IHS Global Inc. Windows, Excel, PowerPoint, and Access are registered trademarks of Microsoft Corporation. PostScript is a trademark of Adobe Corpora- tion. X11.2 and X12-ARIMA Version 0.2.7, and X-13ARIMA-SEATS are seasonal adjustment pro- grams developed by the U. S. Census Bureau. Tramo/Seats is copyright by Agustin Maravall and Victor Gomez. Info-ZIP is provided by the persons listed in the infozip_license.txt file. Please refer to this file in the EViews directory for more information on Info-ZIP. Zlib was written by Jean-loup Gailly and Mark Adler. More information on zlib can be found in the zlib_license.txt file in the EViews directory.
    [Show full text]
  • Journal of Econometrics, 133, 97-126 (With R. Paap). • Testing, 2005, Forthcoming in the New Palgrave Dictionary of Economics
    Curriculum Vitae Personal data: Name Frank Roland Kleibergen Professional Experience: • September 2003-present: professor of Economics, Brown University • January 2002-December 2007: associate professor University of Amsterdam sponsored by a NWO Vernieuwingsimpuls research grant • April 99-December 2001: Postdoc in Econometrics at the University of Amsterdam • April 96-April 99: NWO-PPS Postdoc Erasmus University Rotterdam • August 95-April 96: Assistant professor, Econometrics Department, Tilburg University • September 94-August 95: Assistant professor, Finance Department, Erasmus University Rotterdam Grants and Prizes: • Fellow of the Journal of Econometrics, 2007 • 2003 Joint winner of the Tinbergen Prize for the most scientifically successful alumnus of the Tinbergen Institute • Acquired a DFL 1.5 million (680670 € = 680000 USD) NWO (Dutch NSF) Vernieuwingsimpuls research grant entitled “Empirical Comparison of Economic models” for the period 2002-2007 • Acquired a DFL 200.000 (90.756 € = 80000 USD) NWO PPS subsidy for 1995-1997 Editorships: Associate editor of Economics Letters Referee of the journals/conferences: Journal of Econometrics, Journal of Applied Econometrics, Journal of Empirical Finance, Econometric Theory, Econometrica, Journal of the American Statistical Association, International Journal of Forecasting, Journal of Business and Economic Statistics, Review of Economics and Statistics, Econometrics Journal, Economics Letters, Program committee member ESEM 2002 and Econometric Society World Meeting 2005. Scientific publications: • Weak Instrument Robust Tests in GMM and the New Keynesian Phillips Curve, 2009, Journal of Business and Economic Statistics, (Invited Paper), 27, 293-311 (with S. Mavroeidis). • Rejoinder, 2009, Journal of Business and Economic Statistics, 27, 331-339. (with S. Mavroedis) • Tests of Risk Premia in Linear Factor Models , 2009, Journal of Econometrics, 149, 149- 173.
    [Show full text]
  • Houtan BASTANI Philadelphia, PA 19143 Nationalities: USA, France, Iran [email protected]
    Houtan BASTANI Philadelphia, PA 19143 Nationalities: USA, France, Iran [email protected] EDUCATION MSc Economics, London School of Economics 2008-09 Graduated with Merit B.S. Economics and Computer Science, College of William & Mary 2000-03 Graduated Summa Cum Laude, Phi Beta Kappa College education financed through scholarships, grants, loans and work Candidate for B.S.E. Computer Science Engineering, University of Pennsylvania 1998-00 Transferred FELLOWSHIPS, HONORS AND AWARDS US Fulbright Research Fellow, Italy 2003-04 Elected member of Phi Beta Kappa honor society 2002 Frances L. and Edwin K. Cummings Scholar 2002 NSF REU Program 2001, 2002 Dean’s List 1999-03 WORK EXPERIENCE Research Software Engineer, Dynare, CEPREMAP, École Normale Supérieure since 2009 Focused on development of Dynare, primarily in C++ and MATLAB Programmed o OLS, FGLS, Gibbs Sampling for SUR models, VAR forecasts, … o Interpreter for Dynare’s macro processing language o Dynare's Reporting functionality o Dynare's test suite, run nightly upon commit o Integrated Sims, Waggoner and Zha MS-SBVAR code o JSON and Julia output of preprocessor o among others... Responsible for distribution on macOS: create installation packages and snapshots; created and maintain installation scripts on Homebrew Webmaster http://www.dynare.org Consultant, Organisation for Economic Co-operation and Development (OECD) 2018 Added Gandhi, Navarro and Rivers (2017) module to MultiProd codebase Fixed bug in Stata Gtools Gave class on Git Consultant, Copywrighte Design 2018 Created interactive in-store display using Python and Raspberry Pi Consultant, CQER, Federal Reserve Bank of Atlanta 2011 Worked for Dan Waggoner and Tao Zha, creating an interface for use with their Regime-Switching DSGE models.
    [Show full text]
  • G023) 1 Autumn Term 2007/2008: Weeks 2 - 8 J´Erˆomeadda
    M.Sc. in Economics Department of Economics, University College London Econometric Theory and Methods (G023) 1 Autumn term 2007/2008: weeks 2 - 8 J¶er^omeAdda for an appointment, e-mail [email protected] Introduction This course provides students with a foundation in econometric theory and methods. Courses in Microeconometrics and Time Series Econometrics in the Spring Term provide further instruction on speci¯c econometric topics. Many of the other M.Sc. course in economics provide material essential in developing econometric models and a strong motivation for the use of econometric methods. Some of these courses will make frequent reference to the results of econo- metric analysis. Econometric methods are used by academic researchers to develop and test models of economic behaviour and interaction, by govern- ment in the design and evaluation of economic and social policy and by commercial users to understand aspects of the markets in which they oper- ate. Most practicing professional economists, and many academic economists, have to conduct, evaluate, or use the results of econometric analysis on a day to day basis. There has been recent rapid growth in the availability of information on economic phenomena, in the computing power necessary to access and analyse this information, and in the scope and power of econo- metric techniques. As a result there is rapidly increasing demand for people with good econometric skills. 1I am grateful to Andrew Chesher, the previous lecturer of this course to make the teaching material available. 1 Econometrics Econometrics is the collection of tools and methods used to understand and predict economic phenomena.
    [Show full text]