Using Stata for Principles of Econometrics, Fourth Edition

Total Page:16

File Type:pdf, Size:1020Kb

Using Stata for Principles of Econometrics, Fourth Edition Using Stata For Principles of Econometrics, Fourth Edition i ii Using Stata For Principles of Econometrics, Fourth Edition LEE C. ADKINS Oklahoma State University R. CARTER HILL Louisiana State University JOHN WILEY & SONS, INC New York / Chichester / Weinheim / Brisbane / Singapore / Toronto iii Lee Adkins dedicates this work to his lovely and loving wife, Kathy Carter Hill dedicates this work to Stan Johnson and George Judge ACQUISITIONS EDITOR Xxxxxx Xxxxxxxx MARKETING MANAGER Xxxxxx Xxxxxxxx PRODUCTION EDITOR Xxxxxx Xxxxxxxx PHOTO EDITOR Xxxxxx Xxxxxxxx ILLUSTRATION COORDINATOR Xxxxxx Xxxxxxxx This book was set in Times New Roman and printed and bound by.XXXXXX XXXXXXXXXX. The cover was printed by.XXXXXXXX XXXXXXXXXXXX This book is printed on acid-free paper. ∞ The paper in this book was manufactured by a mill whose forest management programs include sustained yield harvesting of its timberlands. Sustained yield harvesting principles ensure that the numbers of trees cut each year does not exceed the amount of new growth. Copyright John Wiley & Sons, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (508) 750-8400, fax (508) 750- 4470. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 605 Third Avenue, New York, NY 10158-0012, (212) 850-6011, fax (212) 850-6008, E- Mail: [email protected]. ISBN 0-471-xxxxx-x Printed in the United States of America 10 9 8 7 6 5 4 3 2 1 iv PREFACE This book is a supplement to Principles of Econometrics, 4th Edition by R. Carter Hill, William E. Griffiths and Guay C. Lim (Wiley, 2011), hereinafter POE4. This book is not a substitute for the textbook, nor is it a stand alone computer manual. It is a companion to the textbook, showing how to perform the examples in the textbook using Stata Release 11. This book will be useful to students taking econometrics, as well as their instructors, and others who wish to use Stata for econometric analysis. Stata is a very powerful program that is used in a wide variety of academic disciplines. The website is http://www.stata.com. There you will find a great deal of documentation. One great and visual resource is at UCLA: http://www.ats.ucla.edu/stat/stata/. We highly recommend this website. In addition to this computer manual for Stata, there are similar manuals and support for the software packages EViews, Excel, Gretl and Shazam. In addition, all the data for POE4 in various formats, including Stata, are available at http://www.wiley.com/college/hill. Individual Stata data files, errata for this manual and the textbook can be found at http://www.principlesofeconometrics.com/. The chapters in this book parallel the chapters in POE4. Thus, if you seek help for the examples in Chapter 11 of the textbook, check Chapter 11 in this book. However within a Chapter the sections numbers in POE4 do not necessarily correspond to the Stata manual sections. Data files and other resources for POE4 can be found at http://www.stata.com/texts/s4poe4. We welcome comments on this book, and suggestions for improvement. We would like to acknowledge the help of the Stata Corporation, and in particular Bill Rising, for answering many of our questions and improving our prose and code. Lee C. Adkins Department of Economics Oklahoma State University Stillwater, OK 74078 [email protected] R. Carter Hill Economics Department Louisiana State University Baton Rouge, LA 70803 [email protected] . v BRIEF CONTENTS 1. Introducing Stata 1 2. Simple Linear Regression 53 3. Interval Estimation and Hypothesis Testing 103 4. Prediction, Goodness of Fit and Modeling Issues 123 5. Multiple Linear Regression 160 6. Further Inference in the Multiple Regression Model 181 7. Using Indicator Variables 211 8. Heteroskedasticity 247 9. Regression with Time-Series Data: Stationary Variables 269 10. Random Regressors and Moment Based Estimation 319 11. Simultaneous Equations Models 357 12. Regression with Time-Series Data: Nonstationary Variables 385 13. Vector Error Correction and Vector Autoregressive Models 407 14. Time-Varying Volatility and ARCH Models 426 15. Panel Data Models 442 16. Qualitative and Limited Dependent Variable Models 489 A. Review of Math Essentials 547 B. Review of Probability Concepts 555 C. Review of Statistical Inference 574 vi builder 34 CONTENTS 1.14.3 Dropping or keeping variables and observations 35 1.14.4 Using arithmetic operators 38 CHAPTER 1 Introducing Stata 1 1.14.5 Using Stata math 1.1 Starting Stata 2 functions 38 1.2 The opening display 2 1.15 Using Stata density functions 39 1.3 Exiting Stata 3 1.15.1 Cumulative distribution 1.4 Stata data files for Principles of functions 39 Econometrics 3 1.15.2 Inverse cumulative distribution 1.4.1 A working directory 4 functions 40 1.5 Opening Stata data files 5 1.16 Using and displaying scalars 41 1.5.1 The use command 5 1.16.1 Example of standard normal 1.5.2 Using the toolbar 6 cdf 41 1.5.3 Using files on the internet 6 1.16.2 Example of t-distribution tail- 1.5.4 Locating book files on the cdf 42 internet 7 1.16.3 Example computing percentile 1.6 The variables window 7 of the standard normal 42 1.6.1 Using the data editor for a 1.16.4 Example computing percentile single label 7 of the t-distribution 42 1.6.2 Using the data utility for a 1.17 A scalar dialog box 43 single label 8 1.18 Using factor variables 45 1.6.3 Using variables manager 9 1.18.1 Creating indicator variables 1.7 Describing data and obtaining summary using a logical operator 47 statistics 11 1.18.2 Creating indicator variables 1.8 The Stata help system 12 using tabulate 48 1.8.1 Using keyword search 13 Key Terms 49 1.8.2 Using command search 14 Chapter 1 Do-file 50 1.8.3 Opening a dialog box 15 1.8.4 Complete documentation in CHAPTER 2 Simple Linear Regression Stata manuals 16 53 1.9 Stata command syntax 16 2.1 The food expenditure data 53 1.9.1 Syntax of summarize 16 2.1.1 Starting a new problem 54 1.9.2 Learning syntax using the 2.1.2 Starting a log file 54 review window 17 2.1.3 Opening a Stata data file 54 1.10 Saving your work 20 2.1.4 Browsing and listing the 1.10.1 Copying and pasting 20 data 55 1.10.2 Using a log file 21 2.2 Computing summary statistics 57 1.11 Using the data browser 25 2.3 Creating a scatter diagram 58 1.12.1 Histograms 25 2.3.1 Enhancing the plot 60 1.12.2 Scatter diagrams 28 2.4 Regression 62 1.13 Using Stata Do-files 29 2.4.1 Fitted values and 1.14 Creating and managing variables 32 residuals 63 1.14.1 Creating (generating) 2.4.2 Computing an elasticity 66 new variables 32 2.4.3 Plotting the fitted regression 1.14.2 Using the expression line 69 vii combinations of 2.4.4 Estimating the variance of the parameters 113 error term 70 Appendix 3A Graphical tools 114 2.4.5 Viewing estimated variances Appendix 3B Monte Carlo simulation 116 and covariance 71 Key Terms 119 2.5 Using Stata to obtain predicted Chapter 3 Do-file 119 values 73 2.5.1 Saving the Stata data file 74 CHAPTER 4 Prediction, Goodness-of-Fit 2.6 Estimating nonlinear relationships 75 and Modeling Issues 123 2.6.1 A quadratic model 75 4.1 Least squares prediction 123 2.6.2 A log-linear model 80 4.1.1 Editing the data 124 2.7 Regression with indicator variables 84 4.1.2 Estimate the regression and Appendix 2A Average marginal effects 89 obtain postestimation 2A.1 Elasticity in a linear results 124 relationship 89 4.1.3 Creating the prediction 2A.2 Elasticity in a quadratic interval 125 relationship 91 4.2 Measuring goodness-of-fit 126 2A.3 Slope in a log-linear 4.2.1 Correlations and R2 127 model 92 4.3 The effects of scaling and transforming Appendix 2B A simulation experiment 93 the data 128 Key Terms 96 4.3.1 The linear-log functional Chapter 2 Do-file 97 form 129 4.3.2 Plotting the fitted linear-log CHAPTER 3 Interval Estimation and model 131 Hypothesis Testing 103 4.3.3 Editing graphs 132 3.1 Interval estimates 103 4.4 Analyzing the residuals 134 3.1.1 Critical values from the t- 4.4.1 The Jarque-Bera test 135 distribution 104 4.4.2 Chi-square distribution critical 3.1.2 Creating an interval values 136 estimate 105 4.4.3 Chi-square distribution p- 3.2 Hypothesis tests 106 values 137 3.2.1 Right-tail test of 4.5 Polynomial models 137 significance 106 4.5.1 Estimating and checking the 3.2.2 Right-tail test of an economic linear relationship 138 hypothesis 108 4.5.2 Estimating and checking a 3.2.3 Left-tail test of an economic cubic relationship 141 hypothesis 109 4.5.3 Estimating a log-linear yield 3.2.4 Two-tail test of an economic growth model 143 hypothesis 109 4.6 Estimating a log-linear wage 3.3 p-values 110 equation 144 3.3.1 p-value of a right-tail 4.6.1 The log-linear model 145 test 111 4.6.2 Calculating wage 3.3.2 p-value of a left-tail test 112 predictions 148 3.3.3 p-value for a two-tail 4.6.3 Constructing wage plots 149 test 112 4.6.4 Generalized R2 150 3.3.4 p-values in Stata output 113 4.6.5 Prediction intervals in the log- 3.3.5 Testing and estimating linear linear model 150 viii 4.7 A log-log model 151 CHAPTER 7 Using Indicator Variables Key Terms 154 211 Chapter 4 Do-file 154 7.1 Indicator variables 211 7.1.1 Creating indicator
Recommended publications
  • Estimating Complex Production Functions: the Importance of Starting Values
    Version: January 26 Estimating complex production functions: The importance of starting values Mark Neal Presented at the 51st Australian Agricultural and Resource Economics Society Conference, Queenstown, New Zealand, 14-16 February, 2007. Postdoctoral Research Fellow Risk and Sustainable Management Group University of Queensland Room 519, School of Economics, Colin Clark Building (39) University of Queensland, St Lucia, QLD, 4072 Email: [email protected] Ph: +61 (0) 7 3365 6601 Fax: +61 (0) 7 3365 7299 http://www.uq.edu.au/rsmg Acknowledgements Chris O’Donnell helpfully provided access to Gauss code that he had written for estimation of latent class models so it could be translated into Shazam. Leighton Brough (UQ), Ariel Liebman (UQ) and Tom Pechey (UMelb) helped by organising a workshop with Nimrod/enFuzion at UQ in June 2006. enFuzion (via Rok Sosic) provided a limited license for use in the project. Leighton Brough, tools coordinator for the ARC Centre for Complex Systems (ACCS), assisted greatly in setting up an enFuzion grid and collating the large volume of results. Son Nghiem provided assistance in collating and analysing data as well as in creating some of the figures. Page 1 of 30 Version: January 26 ABSTRACT Production functions that take into account uncertainty can be empirically estimated by taking a state contingent view of the world. Where there is no a priori information to allocate data amongst a small number of states, the estimation may be carried out with finite mixtures model. The complexity of the estimation almost guarantees a large number of local maxima for the likelihood function.
    [Show full text]
  • Apple / Shazam Merger Procedure Regulation (Ec)
    EUROPEAN COMMISSION DG Competition CASE M.8788 – APPLE / SHAZAM (Only the English text is authentic) MERGER PROCEDURE REGULATION (EC) 139/2004 Article 8(1) Regulation (EC) 139/2004 Date: 06/09/2018 This text is made available for information purposes only. A summary of this decision is published in all EU languages in the Official Journal of the European Union. Parts of this text have been edited to ensure that confidential information is not disclosed; those parts are enclosed in square brackets. EUROPEAN COMMISSION Brussels, 6.9.2018 C(2018) 5748 final COMMISSION DECISION of 6.9.2018 declaring a concentration to be compatible with the internal market and the EEA Agreement (Case M.8788 – Apple/Shazam) (Only the English version is authentic) TABLE OF CONTENTS 1. Introduction .................................................................................................................. 6 2. The Parties and the Transaction ................................................................................... 6 3. Jurisdiction of the Commission .................................................................................... 7 4. The procedure ............................................................................................................... 8 5. The investigation .......................................................................................................... 8 6. Overview of the digital music industry ........................................................................ 9 6.1. The digital music distribution value
    [Show full text]
  • Statistics and GIS Assistance Help with Statistics
    Statistics and GIS assistance An arrangement for help and advice with regard to statistics and GIS is now in operation, principally for Master’s students. How do you seek advice? 1. The users, i.e. students at INA, make direct contact with the person whom they think can help and arrange a time for consultation. Remember to be well prepared! 2. Doctoral students and postdocs register the time used in Agresso (if you have questions about this contact Gunnar Jensen). Help with statistics Research scientist Even Bergseng Discipline: Forest economy, forest policies, forest models Statistical expertise: Regression analysis, models with random and fixed effects, controlled/truncated data, some time series modelling, parametric and non-parametric effectiveness analyses Software: Stata, Excel Postdoc. Ole Martin Bollandsås Discipline: Forest production, forest inventory Statistics expertise: Regression analysis, sampling Software: SAS, R Associate Professor Sjur Baardsen Discipline: Econometric analysis of markets in the forest sector Statistical expertise: General, although somewhat “rusty”, expertise in many econometric topics (all-rounder) Software: Shazam, Frontier Associate Professor Terje Gobakken Discipline: GIS og long-term predictions Statistical expertise: Regression analysis, ANOVA and PLS regression Software: SAS, R Ph.D. Student Espen Halvorsen Discipline: Forest economy, forest management planning Statistical expertise: OLS, GLS, hypothesis testing, autocorrelation, ANOVA, categorical data, GLM, ANOVA Software: (partly) Shazam, Minitab og JMP Ph.D. Student Jan Vidar Haukeland Discipline: Nature based tourism Statistical expertise: Regression and factor analysis Software: SPSS Associate Professor Olav Høibø Discipline: Wood technology Statistical expertise: Planning of experiments, regression analysis (linear and non-linear), ANOVA, random and non-random effects, categorical data, multivariate analysis Software: R, JMP, Unscrambler, some SAS Ph.D.
    [Show full text]
  • Bab 1 Pendahuluan
    BAB 1 PENDAHULUAN Bab ini akan membahas pengertian dasar statistik dengan sub-sub pokok bahasan sebagai berikut : Sub Bab Pokok Bahasan A. Sejarah dan Perkembangan Statistik B. Tokoh-tokoh Kontributor Statistika C. Definisi dan Konsep Statistik Modern D. Kegunaan Statistik E. Pembagian Statistik F. Statistik dan Komputer G. Soal Latihan A. Sejarah dan Perkembangan Statistik Penggunaan istilah statistika berakar dari istilah-istilah dalam bahasa latin modern statisticum collegium (“dewan negara”) dan bahasa Italia statista (“negarawan” atau “politikus”). Istilah statistik pertama kali digunakan oleh Gottfried Achenwall (1719-1772), seorang guru besar dari Universitas Marlborough dan Gottingen. Gottfried Achenwall (1749) menggunakan Statistik dalam bahasa Jerman untuk pertama kalinya sebagai nama bagi kegiatan analisis data kenegaraan, dengan mengartikannya sebagai “ilmu tentang negara/state”. Pada awal abad ke- 19 telah terjadi pergeseran arti menjadi “ilmu mengenai pengumpulan dan klasifikasi data”. Sir John Sinclair memperkenalkan nama dan pengertian statistics ini ke dalam bahasa Inggris. E.A.W. Zimmerman mengenalkan kata statistics ke negeri Inggris. Kata statistics dipopulerkan di Inggris oleh Sir John Sinclair dalam karyanya: Statistical Account of Scotland 1791-1799. Namun demikian, jauh sebelum abad XVIII masyarakat telah mencatat dan menggunakan data untuk keperluan mereka. Pada awalnya statistika hanya mengurus data yang dipakai lembaga- lembaga administratif dan pemerintahan. Pengumpulan data terus berlanjut, khususnya melalui sensus yang dilakukan secara teratur untuk memberi informasi kependudukan yang selalu berubah. Dalam bidang pemerintahan, statistik telah digunakan seiring dengan perjalanan sejarah sejak jaman dahulu. Kitab perjanjian lama (old testament) mencatat adanya kegiatan sensus penduduk. Pemerintah kuno Babilonia, Mesir, dan Roma mengumpulkan data lengkap tentang penduduk dan kekayaan alam yang dimilikinya.
    [Show full text]
  • 1 Reliability of Programming Software: Comparison of SHAZAM and SAS
    Reliability of Programming Software: Comparison of SHAZAM and SAS. Oluwarotimi Odeh Department of Agricultural Economics, Kansas State University, Manhattan, KS 66506-4011 Phone: (785)-532-4438 Fax: (785)-523-6925 Email: [email protected] Allen M. Featherstone Department of Agricultural Economics, Kansas State University, Manhattan, KS 66506-4011 Phone: (785)-532-4441 Fax: (785)-523-6925 Email: [email protected] Selected Paper for Presentation at the Western Agricultural Economics Association Annual Meeting, Honolulu, HI, June 30-July 2, 2004 Copyright 2004 by Odeh and Featherstone. All rights reserved. Readers may make verbatim copies for commercial purposes by any means, provided that this copyright notice appears on all such copies. 1 Reliability of Programming Software: Comparison of SHAZAM and SAS. Introduction The ability to combine quantitative methods, econometric techniques, theory and data to analyze societal problems has become one of the major strengths of agricultural economics. The inability of agricultural economists to perform this task perfectly in some cases has been linked to the fragility of econometric results (Learner, 1983; Tomek, 1993). While small changes in model specification may result in considerable impact and changes in empirical results, Hendry and Richard (1982) have shown that two models of the same relationship may result in contradicting result. Results like these weaken the value of applied econometrics (Tomek, 1993). Since the study by Tice and Kletke (1984) computer programming software have undergone tremendous improvements. However, experience in recent times has shown that available software packages are not foolproof and may not be as efficient and consistent as researchers often assume. Compounding errors, convergence, error due to how software read, interpret and process data impact the values of analytical results (see Tomek, 1993; Dewald, Thursby and Anderson, 1986).
    [Show full text]
  • Peer Institution Research: Recommendations and Trends 2016
    Peer Institution Research: Recommendations and Trends 2016 New Mexico State University Abstract This report evaluates the common technology services from New Mexico State University’s 15 peer institutions. Based on the findings, a summary of recommendations and trends are explained within each of the general areas researched: peer institution enrollment, technology fees, student computing, software, help desk services, classroom technology, equipment checkout and loan programs, committees and governing bodies on technology, student and faculty support, printing, emerging technologies and trends, homepage look & feel and ease of navigation, UNM and UTEP my.nmsu.edu comparison, top IT issues, and IT organization charts. Peer Institution Research 1 Table of Contents Peer Institution Enrollment ................................................................................. 3 Technology Fees ................................................................................................. 3 Student Computing ............................................................................................. 6 Software ............................................................................................................. 8 Help Desk Services .............................................................................................. 9 Classroom Technology ...................................................................................... 11 Equipment Checkout and Loan Programs .........................................................
    [Show full text]
  • Insight MFR By
    Manufacturers, Publishers and Suppliers by Product Category 11/6/2017 10/100 Hubs & Switches ASCEND COMMUNICATIONS CIS SECURE COMPUTING INC DIGIUM GEAR HEAD 1 TRIPPLITE ASUS Cisco Press D‐LINK SYSTEMS GEFEN 1VISION SOFTWARE ATEN TECHNOLOGY CISCO SYSTEMS DUALCOMM TECHNOLOGY, INC. GEIST 3COM ATLAS SOUND CLEAR CUBE DYCONN GEOVISION INC. 4XEM CORP. ATLONA CLEARSOUNDS DYNEX PRODUCTS GIGAFAST 8E6 TECHNOLOGIES ATTO TECHNOLOGY CNET TECHNOLOGY EATON GIGAMON SYSTEMS LLC AAXEON TECHNOLOGIES LLC. AUDIOCODES, INC. CODE GREEN NETWORKS E‐CORPORATEGIFTS.COM, INC. GLOBAL MARKETING ACCELL AUDIOVOX CODI INC EDGECORE GOLDENRAM ACCELLION AVAYA COMMAND COMMUNICATIONS EDITSHARE LLC GREAT BAY SOFTWARE INC. ACER AMERICA AVENVIEW CORP COMMUNICATION DEVICES INC. EMC GRIFFIN TECHNOLOGY ACTI CORPORATION AVOCENT COMNET ENDACE USA H3C Technology ADAPTEC AVOCENT‐EMERSON COMPELLENT ENGENIUS HALL RESEARCH ADC KENTROX AVTECH CORPORATION COMPREHENSIVE CABLE ENTERASYS NETWORKS HAVIS SHIELD ADC TELECOMMUNICATIONS AXIOM MEMORY COMPU‐CALL, INC EPIPHAN SYSTEMS HAWKING TECHNOLOGY ADDERTECHNOLOGY AXIS COMMUNICATIONS COMPUTER LAB EQUINOX SYSTEMS HERITAGE TRAVELWARE ADD‐ON COMPUTER PERIPHERALS AZIO CORPORATION COMPUTERLINKS ETHERNET DIRECT HEWLETT PACKARD ENTERPRISE ADDON STORE B & B ELECTRONICS COMTROL ETHERWAN HIKVISION DIGITAL TECHNOLOGY CO. LT ADESSO BELDEN CONNECTGEAR EVANS CONSOLES HITACHI ADTRAN BELKIN COMPONENTS CONNECTPRO EVGA.COM HITACHI DATA SYSTEMS ADVANTECH AUTOMATION CORP. BIDUL & CO CONSTANT TECHNOLOGIES INC Exablaze HOO TOO INC AEROHIVE NETWORKS BLACK BOX COOL GEAR EXACQ TECHNOLOGIES INC HP AJA VIDEO SYSTEMS BLACKMAGIC DESIGN USA CP TECHNOLOGIES EXFO INC HP INC ALCATEL BLADE NETWORK TECHNOLOGIES CPS EXTREME NETWORKS HUAWEI ALCATEL LUCENT BLONDER TONGUE LABORATORIES CREATIVE LABS EXTRON HUAWEI SYMANTEC TECHNOLOGIES ALLIED TELESIS BLUE COAT SYSTEMS CRESTRON ELECTRONICS F5 NETWORKS IBM ALLOY COMPUTER PRODUCTS LLC BOSCH SECURITY CTC UNION TECHNOLOGIES CO FELLOWES ICOMTECH INC ALTINEX, INC.
    [Show full text]
  • Robust Audio Fingerprinting Method for Content-Based Copy Detection”
    Submitted by Reinhard Sonnleitner Submitted at Department of Computational Perception Supervisor and Audio Identication First Examiner via Fingerprinting Gerhard Widmer Second Examiner Achieving Robustness to Meinard Müller Severe Signal Modications April, 2017 Doctoral Thesis to obtain the academic degree of Doktor der technischen Wissenschaften in the Doctoral Program Technische Wissenschaften JOHANNES KEPLER UNIVERSITY LINZ Altenbergerstraÿe 69 4040 Linz, Österreich www.jku.at DVR 0093696 STATUTORYDECLARATION I hereby declare that the thesis submitted is my own unaided work, that I have not used other than the sources indicated, and that all direct and indirect sources are acknowledged as references. This printed thesis is identical with the electronic version submitted. Linz, April 2017 Reinhard Sonnleitner ABSTRACT In this thesis we approach the task of audio identification via audio fingerprinting, with the special emphasis on the complex task of designing a system that is highly robust to various signal modifications. We build a system that can account for linear and non-linear time- stretching, pitch-shifting and speed changes of query audio excerpts, as well as for severe noise distortions. We motivate the design of yet another fingerprinting method to complement the rich number of proposed methods and research in this field. In this thesis we propose a novel, efficient, highly accurate and precise fingerprinting method that works on geometric hashes of local maxima of the spectrogram representation of audio signals. We propose to perform the matching of features using efficient range- search, and to subsequently integrate a verification stage for match hypotheses to maintain high precision and specificity on challenging datasets. We gradually refine this method from its early concept to a practically applicable system that is evaluated on queries against a database of 430,000 tracks, with a total duration of 3.37 years of audio content.
    [Show full text]
  • Cumulation of Poverty Measures: the Theory Beyond It, Possible Applications and Software Developed
    Cumulation of Poverty measures: the theory beyond it, possible applications and software developed (Francesca Gagliardi and Giulio Tarditi) Siena, October 6th , 2010 1 Context and scope Reliable indicators of poverty and social exclusion are an essential monitoring tool. In the EU-wide context, these indicators are most useful when they are comparable across countries and over time. Furthermore, policy research and application require statistics disaggregated to increasingly lower levels and smaller subpopulations. Direct, one-time estimates from surveys designed primarily to meet national needs tend to be insufficiently precise for meeting these new policy needs. This is particularly true in the domain of poverty and social exclusion, the monitoring of which requires complex distributional statistics – statistics necessarily based on intensive and relatively small- scale surveys of households and persons. This work addresses some statistical aspects relating to improving the sampling precision of such indicators in EU countries, in particular through the cumulation of data over rounds of regularly repeated national surveys. 2 EU-SILC The reference data for this purpose are EU Statistics on Income and Living Conditions, the major source of comparative statistics on income and living conditions in Europe. A standard integrated design has been adopted by nearly all EU countries. It involves a rotational panel, with a new sample of households and persons introduced each year to replace one-fourth of the existing sample. Persons enumerated in each new sample are followed-up in the survey for four years. The design yields each year a cross- sectional sample, as well as longitudinal samples of 2, 3 and 4 year duration.
    [Show full text]
  • Wilkinson's Tests and Econometric Software
    Journal of Economic and Social Measurement 29 (2004) 261–270 261 IOS Press Wilkinson’s tests and econometric software B.D. McCullough Department of Decision Sciences, Drexel University, Philadelphia, PA 19104, USA E-mail: [email protected] The Wilkinson Tests, entry-level tests for assessing the numerical accuracy of statistical computations, have been applied to statistical software packages. Some software developers, having failed these tests, have corrected deficiencies in subsequent versions. Thus these tests have had a meliorative impact on the state of statistical software. These same tests are applied to several econometrics packages. Many deficiencies are noted. Keywords: Numerical accuracy, software reliability 1. Introduction The primary purpose of econometric software is to crunch numbers. Regrettably, the primary consideration in evaluating econometric software is not how well the software fulfills its primary purpose. What does matter is how easy it is to get an answer out of the package; whether the answer is accurate is of almost no impor- tance. Reviews of econometric software typically make no mention whatsoever of accuracy, though Vinod [14,15], Veall [13], McCullough [7,8], and MacKenzie [5] are exceptions. In part, this lack of benchmarking during reviews may be attributed to the fact that, until quite recently, no one ever collected the various benchmarks in a single place (see the NIST StRD at www.nist.gov/itl/div898/strd). A reviewer may well have been aware of a few scattered benchmarks, but including only a few benchmarks is hardly worth the effort. This view is supported by the fact that while the statistics profession has a long history of concern with the reliability of its software, software reviews in statistical journals rarely mention numerical accuracy.
    [Show full text]
  • College of Wooster Miscellaneous Materials: a Finding Tool
    College of Wooster Miscellaneous Materials: A Finding Tool Denise Monbarren August 2021 Box 1 #GIVING TUESDAY Correspondence [about] #GIVINGWOODAY X-Refs. Correspondence [about] Flyers, Pamphlets See also Oversized location #J20 Flyers, Pamphlets #METOO X-Refs. #ONEWOO X-Refs #SCHOLARSTRIKE Correspondence [about] #WAYNECOUNTYFAIRFORALL Clippings [about] #WOOGIVING DAY X-Refs. #WOOSTERHOMEFORALL Correspondence [about] #WOOTALKS X-Refs. Flyers, Pamphlets See Oversized location A. H. GOULD COLLECTION OF NAVAJO WEAVINGS X-Refs. A. L. I. C. E. (ALERT LOCKDOWN INFORM COUNTER EVACUATE) X-Refs. Correspondence [about] ABATE, GREG X-Refs. Flyers, Pamphlets See Oversized location ABBEY, PAUL X-Refs. ABDO, JIM X-Refs. ABDUL-JABBAR, KAREEM X-Refs. Clippings [about] Correspondence [about] Flyers, Pamphlets See Oversized location Press Releases ABHIRAMI See KUMAR, DIVYA ABLE/ESOL X-Refs. ABLOVATSKI, ELIZA X-Refs. ABM INDUSTRIES X-Refs. ABOLITIONISTS X-Refs. ABORTION X-Refs. ABRAHAM LINCOLN MEMORIAL SCHOLARSHIP See also: TRUSTEES—Kendall, Paul X-Refs. Photographs (Proof sheets) [of] ABRAHAM, NEAL B. X-Refs. ABRAHAM, SPENCER X-Refs. Clippings [about] Correspondence [about] Flyers, Pamphlets ABRAHAMSON, EDWIN W. X-Refs. ABSMATERIALS X-Refs. Clippings [about] Press Releases Web Pages ABU AWWAD, SHADI X-Refs. Clippings [about] Correspondence [about] ABU-JAMAL, MUMIA X-Refs. Flyers, Pamphlets ABUSROUR, ABDELKATTAH Flyers, Pamphlets ACADEMIC AFFAIRS COMMITTEE X-Refs. ACADEMIC FREEDOM AND TENURE X-Refs. Statements ACADEMIC PROGRAMMING PLANNING COMMITTEE X-Refs. Correspondence [about] ACADEMIC STANDARDS COMMITTEE X-Refs. ACADEMIC STANDING X-Refs. ACADEMY OF AMERICAN POETRY PRIZE X-Refs. ACADEMY SINGERS X-Refs. ACCESS MEMORY Flyers, Pamphlets ACEY, TAALAM X-Refs. Flyers, Pamphlets ACKLEY, MARTY Flyers, Pamphlets ACLU Flyers, Pamphlets Web Pages ACRES, HENRY Clippings [about] ACT NOW TO STOP WAR AND END RACISM X-Refs.
    [Show full text]
  • Towards Left Duff S Mdbg Holt Winters Gai Incl Tax Drupal Fapi Icici
    jimportneoneo_clienterrorentitynotfoundrelatedtonoeneo_j_sdn neo_j_traversalcyperneo_jclientpy_neo_neo_jneo_jphpgraphesrelsjshelltraverserwritebatchtransactioneventhandlerbatchinsertereverymangraphenedbgraphdatabaseserviceneo_j_communityjconfigurationjserverstartnodenotintransactionexceptionrest_graphdbneographytransactionfailureexceptionrelationshipentityneo_j_ogmsdnwrappingneoserverbootstrappergraphrepositoryneo_j_graphdbnodeentityembeddedgraphdatabaseneo_jtemplate neo_j_spatialcypher_neo_jneo_j_cyphercypher_querynoe_jcypherneo_jrestclientpy_neoallshortestpathscypher_querieslinkuriousneoclipseexecutionresultbatch_importerwebadmingraphdatabasetimetreegraphawarerelatedtoviacypherqueryrecorelationshiptypespringrestgraphdatabaseflockdbneomodelneo_j_rbshortpathpersistable withindistancegraphdbneo_jneo_j_webadminmiddle_ground_betweenanormcypher materialised handaling hinted finds_nothingbulbsbulbflowrexprorexster cayleygremlintitandborient_dbaurelius tinkerpoptitan_cassandratitan_graph_dbtitan_graphorientdbtitan rexter enough_ram arangotinkerpop_gremlinpyorientlinkset arangodb_graphfoxxodocumentarangodborientjssails_orientdborientgraphexectedbaasbox spark_javarddrddsunpersist asigned aql fetchplanoriento bsonobjectpyspark_rddrddmatrixfactorizationmodelresultiterablemlibpushdownlineage transforamtionspark_rddpairrddreducebykeymappartitionstakeorderedrowmatrixpair_rddblockmanagerlinearregressionwithsgddstreamsencouter fieldtypes spark_dataframejavarddgroupbykeyorg_apache_spark_rddlabeledpointdatabricksaggregatebykeyjavasparkcontextsaveastextfilejavapairdstreamcombinebykeysparkcontext_textfilejavadstreammappartitionswithindexupdatestatebykeyreducebykeyandwindowrepartitioning
    [Show full text]