Econometric Models of Expenditure

Size: px
Start display at page:

Download "Econometric Models of Expenditure"

Transcription

1 Econometric Models of Expenditure Benjamin M. Craig University of Arizona ISPOR Educational Teleconference October 28,

2 Outline Overview of Expenditure Estimator Selection Two problems Two mistakes Example with Stata code Summary 2

3 Econometrics of Expenditure Econometrics includes: The measurement of economics outcomes; e.g., primary data collection The estimation of empirical relationships; and e.g. statistics The analysis, interpretation, and communication of results e.g., Theory In this talk, I will address the measurement, estimation, and analysis of medical expenditures. 3

4 Medical Expenditure Medical expenditure is a key economic outcome in pharmacoeconomics as it may represent: the economic burden of poor health e.g., a cost-of of-illness study e.g., how much does end-stage renal disease cost? the direct cost of an intervention e.g., a technology assessment e.g., how much does gastric bypass (i.e., stomach stapling) surgery cost? 4

5 Prices and Quantity Expenditure = price k quantity k k K Expenditure is composed of two interrelated elements Prices Quantity If price is marginal cost, expenditure is the same as cost. Obviously, price is related to quantity (i.e., law of demand); however we will ignore this nontrivial relationship for now. 5

6 Quantity of Medical Care Quantity represents the consumption of resources (a.k.a. opportunity cost), and bundled by time or by episode. Interval Expenditure Amount spent over a period of time e.g., medical services consumed over five years. Episode Expenditure Amount spent for an episode of care, regardless of time e.g., medication consumed while hospitalized 6

7 Price of Medical Care Price is monetary value of the medical care While consumption of goods and services is easily measured, value depends on perspective. A physician visit may be worth $10 from the perspective of a patient (out-of of-pocket) $100 from the perspective of the insurer (reimbursement) $80 from the perspective of a physician (cost) $110 from the perspective of the open market (market price) Therefore, the measurement of expenditure is highly dependent on perspective. 7

8 Suppose You have some expenditure data, and You want to estimate the relationship between expenditure and some set of variables, and predict expenditures What estimator should you use? 8

9 Distribution of Expenditure P e r c e n t expendi t ur e Zero-mass Too many zeros to fit nicely under a single distribution Skewed Asymmetric with mostly low values and a thick tail on the right. 9

10 Problem #1: Zero-mass First, what to do about the zero-mass? Are people with zero expenditure distinctly different from those with positive expenditure? The mechanism that determines zero or nonzero expenditures may not be the same as the mechanism that determines the amount of positive expenditure? What does theory tell you? 10

11 Two-Part Model E(Y X) ) = P(Y>0 >0 X)* )*E(Y X,Y>0) (First Part)*( )*(Second Part) For example, allergy drug expenditure may be dependent on the presence of allergies in the first part and the severity of allergies in the second part. The first part is a binary model and the second part is a continuous model on only positive expenditures. 11

12 Two-Part Model E(Y X) ) = P(Y>0 >0 X)* )*E(Y X,Y>0) (First Part)*( )*(Second Part) This model has two error terms, one for each part. Under this specification, we assume that these error terms are independent. Under independence, the two parts can be estimated separately e.g., First part = Logit, and second part = OLS 12

13 Problems with the Two-Part Model Interdependence between first and second parts Cake Wars : Joseph Newhouse and Joel Hay Do unobservable characteristic in the binary model change the profile of those with positive expenditures? Average treatment effect must incorporate the average effect of X on Part 1 and on Part 2. This is doable, but complicated. 13

14 Skewness P e r c e n t expendi t ur e Whether or not the model is one or two parts, the expenditure distribution is still skewed. First I will describe two potentially biased estimators, followed by a viable alternative. 14

15 Mistake #1: Ordinary Least Squares OLS linear regression models may yield Badly biased estimates as they are very sensitive to outliers in the right tail Less precise estimates of means and marginal effects Erroneous predictions such as negative values OLS may be justifiable is if There are few values near zero Dataset is large 15

16 Mistake #2: log(expenditure) Running OLS on log(expenditure) ) will force the distribution to be less skewed; however the estimates will be biased, regardless of how well they fit the data. Other reasons for not logging include: You can not log zeros and by replacing the zeros with positive numbers, you will further bias your results. You can not predict zero (the modal response). Predicted values will be downwardly biased (Proof available upon request), and proposed correction for this bias (i.e., Duan s estimate) makes unreasonable assumptions. Logging is not necessary; better solutions are available. 16

17 Expected Conditional Models Instead, estimate an expected conditional model E[ y x] = exp( β + β x β hx 1 h ) This model specifies the expected conditional value, not the dependent variable. This particular model uses a log link. Prediction of expected outcomes does not require re- transformation (i.e., Duan s smearing estimate). These generalized linear models (GLM) allow for heteroskedasticity through choice of family. 17

18 [ y x ] exp( x β ) E = Link Selection There are other link functions that address skewness (e.g., square root and Box-Cox) E[ y x] = β 0 + β 1 x β h x h E[ y x] = [( ) ) ] λ β + β x β x 1 / λ h h where λ 0 Notice that the log link model has the same expected value form as common discrete models (i.e., Poisson, negative binomial, and complementary log-log). log). 18

19 Variables, Link and Family The GLM procedure in STATA facilitate the estimation expected conditional models (ECM). To estimate these models requires the specification of the variables, link function, and an error distribution family. Choose variables and link based on theory, and family using Park s test (Manning and Mullahy, Journal of Health Economics 2001). 19

20 2 λ [ y x] = σ v( x) κ exp( xβ ) V = Distribution Family Selection Using a GLM framework under heteroskedasticity, we can determine family using a Park s test By estimating lambda, the distribution may be: Gaussian, Poisson, Gamma, Log-normal, Weibell,, or Chi- squared. V If If [ ] 2 y x = σ v( x) λ = 0 λ = 1 = κ exp( xβ ) then Family = Gaussian then Family = Poisson If λ = 2 then Family = Gamma, Homoskedastic Log Normal, Weibell, or Chi squared If λ > 2 then Family =? λ 20

21 2 λ [ y x] = σ v( x) κ exp( xβ ) V = Park s Test V [ ] y x = σ 2 v( x) = κ exp( x β ) λ ln ln ( [ ]) V y x = ln( κ ) + λ ln( exp( xβ )) ) ( y yˆ ) 2 = α + λ ln( yˆ ) + v i i where yˆ i is predicted y Step 1. Estimate the model three times using the Gaussian, Poisson, and Gamma families. Step 2. Predict y (a.k.a( yhat) ) using the three models. Step 3. Estimate lambda using OLS on the transformed equation. Step 4. Choose the family that corresponds to lambda. i i 21

22 Example P e r c e n t expendi t ur e MEPS 2003 Hospital Event File (N=2898) Third-party Expenditure Notice: Zero-mass and skewed distribution 22

23 Econometrics is built on Science not Mathematics. Theory Data Results Feedback 23

24 Summary Statistics and common sense may dictate what not to do (e.g., OLS on log(expenditure)). Estimator selection and interpretation depends on economic theory. Variable selection? One-part or Two-part? If two-part, correlated errors or not? 24

25 Questions? 25

Estimating log models: to transform or not to transform?

Estimating log models: to transform or not to transform? Journal of Health Economics 20 (2001) 461 494 Estimating log models: to transform or not to transform? Willard G. Manning a,, John Mullahy b a Department of Health Studies, Biological Sciences Division,

More information

ISSN

ISSN BANK OF GREECE Economic Research Department Special Studies Division 21, Ε. Venizelos Avenue GR-102 50 Αthens Τel: +30210-320 3610 Fax: +30210-320 2432 www.bankofgreece.gr Printed in Athens, Greece at

More information

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop

Hierarchical Generalized Linear Models. Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models Measurement Incorporated Hierarchical Linear Models Workshop Hierarchical Generalized Linear Models So now we are moving on to the more advanced type topics. To begin

More information

Sensitivity Analysis for Unmeasured Confounding: Formulation, Implementation, Interpretation

Sensitivity Analysis for Unmeasured Confounding: Formulation, Implementation, Interpretation Sensitivity Analysis for Unmeasured Confounding: Formulation, Implementation, Interpretation Joseph W Hogan Department of Biostatistics Brown University School of Public Health CIMPOD, February 2016 Hogan

More information

Introduction to POL 217

Introduction to POL 217 Introduction to POL 217 Brad Jones 1 1 Department of Political Science University of California, Davis January 9, 2007 Topics of Course Outline Models for Categorical Data. Topics of Course Models for

More information

Session 5. Predictive Modeling in Life Insurance

Session 5. Predictive Modeling in Life Insurance SOA Predictive Analytics Seminar Hong Kong 29 Aug. 2018 Hong Kong Session 5 Predictive Modeling in Life Insurance Jingyi Zhang, Ph.D Predictive Modeling in Life Insurance JINGYI ZHANG PhD Scientist Global

More information

The Sensitivity of Econometric Model Fit under Different Distributional Shapes

The Sensitivity of Econometric Model Fit under Different Distributional Shapes The Sensitivity of Econometric Model Fit under Different Distributional Shapes Manasigan Kanchanachitra University of North Carolina at Chapel Hill September 16, 2010 Abstract Answers to many empirical

More information

Modeling Costs with Generalized Gamma Regression

Modeling Costs with Generalized Gamma Regression Modeling Costs with Generalized Gamma Regression Willard G. Manning * Department of Health Studies Biological Sciences Division and Harris School of Public Policy Studies The University of Chicago, Chicago,

More information

Continuous random variables

Continuous random variables Continuous random variables probability density function (f(x)) the probability distribution function of a continuous random variable (analogous to the probability mass function for a discrete random variable),

More information

TECHNICAL WORKING PAPER SERIES GENERALIZED MODELING APPROACHES TO RISK ADJUSTMENT OF SKEWED OUTCOMES DATA

TECHNICAL WORKING PAPER SERIES GENERALIZED MODELING APPROACHES TO RISK ADJUSTMENT OF SKEWED OUTCOMES DATA TECHNICAL WORKING PAPER SERIES GENERALIZED MODELING APPROACHES TO RISK ADJUSTMENT OF SKEWED OUTCOMES DATA Willard G. Manning Anirban Basu John Mullahy Technical Working Paper 293 http://www.nber.org/papers/t0293

More information

STA 4504/5503 Sample questions for exam True-False questions.

STA 4504/5503 Sample questions for exam True-False questions. STA 4504/5503 Sample questions for exam 2 1. True-False questions. (a) For General Social Survey data on Y = political ideology (categories liberal, moderate, conservative), X 1 = gender (1 = female, 0

More information

MARGINALIZED TWO-PART MODELS FOR SEMICONTINUOUS DATA WITH APPLICATION TO MEDICAL COSTS. Valerie Anne Smith

MARGINALIZED TWO-PART MODELS FOR SEMICONTINUOUS DATA WITH APPLICATION TO MEDICAL COSTS. Valerie Anne Smith MARGINALIZED TWO-PART MODELS FOR SEMICONTINUOUS DATA WITH APPLICATION TO MEDICAL COSTS Valerie Anne Smith A dissertation submitted to the faculty at the University of North Carolina at Chapel Hill in partial

More information

F UNCTIONAL R ELATIONSHIPS BETWEEN S TOCK P RICES AND CDS S PREADS

F UNCTIONAL R ELATIONSHIPS BETWEEN S TOCK P RICES AND CDS S PREADS F UNCTIONAL R ELATIONSHIPS BETWEEN S TOCK P RICES AND CDS S PREADS Amelie Hüttner XAIA Investment GmbH Sonnenstraße 19, 80331 München, Germany amelie.huettner@xaia.com March 19, 014 Abstract We aim to

More information

Lecture 10: Alternatives to OLS with limited dependent variables, part 1. PEA vs APE Logit/Probit

Lecture 10: Alternatives to OLS with limited dependent variables, part 1. PEA vs APE Logit/Probit Lecture 10: Alternatives to OLS with limited dependent variables, part 1 PEA vs APE Logit/Probit PEA vs APE PEA: partial effect at the average The effect of some x on y for a hypothetical case with sample

More information

Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No. Directions

Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No. Directions Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No (Your online answer will be used to verify your response.) Directions There are two parts to the final exam.

More information

Review questions for Multinomial Logit/Probit, Tobit, Heckit, Quantile Regressions

Review questions for Multinomial Logit/Probit, Tobit, Heckit, Quantile Regressions 1. I estimated a multinomial logit model of employment behavior using data from the 2006 Current Population Survey. The three possible outcomes for a person are employed (outcome=1), unemployed (outcome=2)

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Lecture 10 (MWF) Checking for normality of the data using the QQplot Suhasini Subba Rao Checking for

More information

Derivative Securities

Derivative Securities Derivative Securities he Black-Scholes formula and its applications. his Section deduces the Black- Scholes formula for a European call or put, as a consequence of risk-neutral valuation in the continuous

More information

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics ECON4150 - Introductory Econometrics Lecture 1: Introduction and Review of Statistics Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 1-2 Lecture outline 2 What is econometrics? Course

More information

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT

A RIDGE REGRESSION ESTIMATION APPROACH WHEN MULTICOLLINEARITY IS PRESENT Fundamental Journal of Applied Sciences Vol. 1, Issue 1, 016, Pages 19-3 This paper is available online at http://www.frdint.com/ Published online February 18, 016 A RIDGE REGRESSION ESTIMATION APPROACH

More information

DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń Mateusz Pipień Cracow University of Economics

DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń Mateusz Pipień Cracow University of Economics DYNAMIC ECONOMETRIC MODELS Vol. 8 Nicolaus Copernicus University Toruń 2008 Mateusz Pipień Cracow University of Economics On the Use of the Family of Beta Distributions in Testing Tradeoff Between Risk

More information

a. Explain why the coefficients change in the observed direction when switching from OLS to Tobit estimation.

a. Explain why the coefficients change in the observed direction when switching from OLS to Tobit estimation. 1. Using data from IRS Form 5500 filings by U.S. pension plans, I estimated a model of contributions to pension plans as ln(1 + c i ) = α 0 + U i α 1 + PD i α 2 + e i Where the subscript i indicates the

More information

John Hull, Risk Management and Financial Institutions, 4th Edition

John Hull, Risk Management and Financial Institutions, 4th Edition P1.T2. Quantitative Analysis John Hull, Risk Management and Financial Institutions, 4th Edition Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Chapter 10: Volatility (Learning objectives)

More information

Statistical Evidence and Inference

Statistical Evidence and Inference Statistical Evidence and Inference Basic Methods of Analysis Understanding the methods used by economists requires some basic terminology regarding the distribution of random variables. The mean of a distribution

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

More information

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers Diploma Part 2 Quantitative Methods Examiner s Suggested Answers Question 1 (a) The binomial distribution may be used in an experiment in which there are only two defined outcomes in any particular trial

More information

Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State University Tempe, AZ

Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State University Tempe, AZ Process Monitoring for Correlated Gamma Distributed Data Using Generalized Linear Model Based Control Charts Duangporn Jearkpaporn, Connie M. Borror Douglas C. Montgomery and George C. Runger Arizona State

More information

Chapter 5: Statistical Inference (in General)

Chapter 5: Statistical Inference (in General) Chapter 5: Statistical Inference (in General) Shiwen Shen University of South Carolina 2016 Fall Section 003 1 / 17 Motivation In chapter 3, we learn the discrete probability distributions, including Bernoulli,

More information

Topic 8 Lecture 1 Estimating Policy Effects in the Presence of. Endogeneity via the Linear Instrumental Variables (IV) Method

Topic 8 Lecture 1 Estimating Policy Effects in the Presence of. Endogeneity via the Linear Instrumental Variables (IV) Method Econometrics for Health Policy, Health Economics, and Outcomes Research Topic 8 Lecture 1 Estimating Policy Effects in the Presence of Endogeneity via the Linear Instrumental Variables (IV) Method Copyright

More information

Name: 1. Use the data from the following table to answer the questions that follow: (10 points)

Name: 1. Use the data from the following table to answer the questions that follow: (10 points) Economics 345 Mid-Term Exam October 8, 2003 Name: Directions: You have the full period (7:20-10:00) to do this exam, though I suspect it won t take that long for most students. You may consult any materials,

More information

Intro to GLM Day 2: GLM and Maximum Likelihood

Intro to GLM Day 2: GLM and Maximum Likelihood Intro to GLM Day 2: GLM and Maximum Likelihood Federico Vegetti Central European University ECPR Summer School in Methods and Techniques 1 / 32 Generalized Linear Modeling 3 steps of GLM 1. Specify the

More information

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5]

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] 1 High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] High-frequency data have some unique characteristics that do not appear in lower frequencies. At this class we have: Nonsynchronous

More information

Chapter 7: Point Estimation and Sampling Distributions

Chapter 7: Point Estimation and Sampling Distributions Chapter 7: Point Estimation and Sampling Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 20 Motivation In chapter 3, we learned

More information

FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2

FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2 MSc. Finance/CLEFIN 2017/2018 Edition FINANCIAL ECONOMETRICS AND EMPIRICAL FINANCE MODULE 2 Midterm Exam Solutions June 2018 Time Allowed: 1 hour and 15 minutes Please answer all the questions by writing

More information

Session 5. A brief introduction to Predictive Modeling

Session 5. A brief introduction to Predictive Modeling SOA Predictive Analytics Seminar Malaysia 27 Aug. 2018 Kuala Lumpur, Malaysia Session 5 A brief introduction to Predictive Modeling Lichen Bao, Ph.D A Brief Introduction to Predictive Modeling LICHEN BAO

More information

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

More information

1. You are given the following information about a stationary AR(2) model:

1. You are given the following information about a stationary AR(2) model: Fall 2003 Society of Actuaries **BEGINNING OF EXAMINATION** 1. You are given the following information about a stationary AR(2) model: (i) ρ 1 = 05. (ii) ρ 2 = 01. Determine φ 2. (A) 0.2 (B) 0.1 (C) 0.4

More information

Commonly Used Distributions

Commonly Used Distributions Chapter 4: Commonly Used Distributions 1 Introduction Statistical inference involves drawing a sample from a population and analyzing the sample data to learn about the population. We often have some knowledge

More information

Comment Does the economics of moral hazard need to be revisited? A comment on the paper by John Nyman

Comment Does the economics of moral hazard need to be revisited? A comment on the paper by John Nyman Journal of Health Economics 20 (2001) 283 288 Comment Does the economics of moral hazard need to be revisited? A comment on the paper by John Nyman Åke Blomqvist Department of Economics, University of

More information

Cross- Country Effects of Inflation on National Savings

Cross- Country Effects of Inflation on National Savings Cross- Country Effects of Inflation on National Savings Qun Cheng Xiaoyang Li Instructor: Professor Shatakshee Dhongde December 5, 2014 Abstract Inflation is considered to be one of the most crucial factors

More information

Some Characteristics of Data

Some Characteristics of Data Some Characteristics of Data Not all data is the same, and depending on some characteristics of a particular dataset, there are some limitations as to what can and cannot be done with that data. Some key

More information

Lecture 3: Probability Distributions (cont d)

Lecture 3: Probability Distributions (cont d) EAS31116/B9036: Statistics in Earth & Atmospheric Sciences Lecture 3: Probability Distributions (cont d) Instructor: Prof. Johnny Luo www.sci.ccny.cuny.edu/~luo Dates Topic Reading (Based on the 2 nd Edition

More information

SOCIETY OF ACTUARIES EXAM STAM SHORT-TERM ACTUARIAL MATHEMATICS EXAM STAM SAMPLE QUESTIONS

SOCIETY OF ACTUARIES EXAM STAM SHORT-TERM ACTUARIAL MATHEMATICS EXAM STAM SAMPLE QUESTIONS SOCIETY OF ACTUARIES EXAM STAM SHORT-TERM ACTUARIAL MATHEMATICS EXAM STAM SAMPLE QUESTIONS Questions 1-307 have been taken from the previous set of Exam C sample questions. Questions no longer relevant

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

Panel Regression of Out-of-the-Money S&P 500 Index Put Options Prices

Panel Regression of Out-of-the-Money S&P 500 Index Put Options Prices Panel Regression of Out-of-the-Money S&P 500 Index Put Options Prices Prakher Bajpai* (May 8, 2014) 1 Introduction In 1973, two economists, Myron Scholes and Fischer Black, developed a mathematical model

More information

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi Chapter 4: Commonly Used Distributions Statistics for Engineers and Scientists Fourth Edition William Navidi 2014 by Education. This is proprietary material solely for authorized instructor use. Not authorized

More information

Wage Determinants Analysis by Quantile Regression Tree

Wage Determinants Analysis by Quantile Regression Tree Communications of the Korean Statistical Society 2012, Vol. 19, No. 2, 293 301 DOI: http://dx.doi.org/10.5351/ckss.2012.19.2.293 Wage Determinants Analysis by Quantile Regression Tree Youngjae Chang 1,a

More information

Questions of Statistical Analysis and Discrete Choice Models

Questions of Statistical Analysis and Discrete Choice Models APPENDIX D Questions of Statistical Analysis and Discrete Choice Models In discrete choice models, the dependent variable assumes categorical values. The models are binary if the dependent variable assumes

More information

Université de Montréal. Rapport de recherche. Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data

Université de Montréal. Rapport de recherche. Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data Université de Montréal Rapport de recherche Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data Rédigé par : Imhof, Adolfo Dirigé par : Kalnina, Ilze Département

More information

Chapter 5. Statistical inference for Parametric Models

Chapter 5. Statistical inference for Parametric Models Chapter 5. Statistical inference for Parametric Models Outline Overview Parameter estimation Method of moments How good are method of moments estimates? Interval estimation Statistical Inference for Parametric

More information

Omitted Variables Bias in Regime-Switching Models with Slope-Constrained Estimators: Evidence from Monte Carlo Simulations

Omitted Variables Bias in Regime-Switching Models with Slope-Constrained Estimators: Evidence from Monte Carlo Simulations Journal of Statistical and Econometric Methods, vol. 2, no.3, 2013, 49-55 ISSN: 2051-5057 (print version), 2051-5065(online) Scienpress Ltd, 2013 Omitted Variables Bias in Regime-Switching Models with

More information

PhD Qualifier Examination

PhD Qualifier Examination PhD Qualifier Examination Department of Agricultural Economics May 29, 2015 Instructions This exam consists of six questions. You must answer all questions. If you need an assumption to complete a question,

More information

Bivariate Birnbaum-Saunders Distribution

Bivariate Birnbaum-Saunders Distribution Department of Mathematics & Statistics Indian Institute of Technology Kanpur January 2nd. 2013 Outline 1 Collaborators 2 3 Birnbaum-Saunders Distribution: Introduction & Properties 4 5 Outline 1 Collaborators

More information

INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS. 20 th May Subject CT3 Probability & Mathematical Statistics

INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS. 20 th May Subject CT3 Probability & Mathematical Statistics INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS 20 th May 2013 Subject CT3 Probability & Mathematical Statistics Time allowed: Three Hours (10.00 13.00) Total Marks: 100 INSTRUCTIONS TO THE CANDIDATES 1.

More information

Geographical and Temporal Variations in the Effects of Right-to-Carry Laws on Crime

Geographical and Temporal Variations in the Effects of Right-to-Carry Laws on Crime Geographical and Temporal Variations in the Effects of Right-to-Carry Laws on Crime Florenz Plassmann Department of Economics, SUNY Binghamton, Binghamton, NY 13902-6000 T. Nicolaus Tideman Department

More information

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS Answer any FOUR of the SIX questions.

More information

Models of Multinomial Qualitative Response

Models of Multinomial Qualitative Response Models of Multinomial Qualitative Response Multinomial Logit Models October 22, 2015 Dependent Variable as a Multinomial Outcome Suppose we observe an economic choice that is a binary signal from amongst

More information

There are also two econometric techniques that are popular methods for linking macroeconomic factors to a time series of default probabilities:

There are also two econometric techniques that are popular methods for linking macroeconomic factors to a time series of default probabilities: 2222 Kalakaua Avenue, 14 th Floor Honolulu, Hawaii 96815, USA telephone 808 791 9888 fax 808 791 9898 www.kamakuraco.com Kamakura Corporation CCAR Stress Tests for 2016: A Wells Fargo & Co. Example of

More information

Models for waiting times in healthcare: Comparative study using Scottish administrative data

Models for waiting times in healthcare: Comparative study using Scottish administrative data Received XXXX (www.interscience.wiley.com) DOI: 10.1002/sim.0000 Models for waiting times in healthcare: Comparative study using Scottish administrative data Arthur Sinko a, Alex Turner b,silviya Nikolova

More information

Estimation of a parametric function associated with the lognormal distribution 1

Estimation of a parametric function associated with the lognormal distribution 1 Communications in Statistics Theory and Methods Estimation of a parametric function associated with the lognormal distribution Jiangtao Gou a,b and Ajit C. Tamhane c, a Department of Mathematics and Statistics,

More information

Panel Data with Binary Dependent Variables

Panel Data with Binary Dependent Variables Essex Summer School in Social Science Data Analysis Panel Data Analysis for Comparative Research Panel Data with Binary Dependent Variables Christopher Adolph Department of Political Science and Center

More information

The Simple Regression Model

The Simple Regression Model Chapter 2 Wooldridge: Introductory Econometrics: A Modern Approach, 5e Definition of the simple linear regression model Explains variable in terms of variable Intercept Slope parameter Dependent variable,

More information

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology FE670 Algorithmic Trading Strategies Lecture 4. Cross-Sectional Models and Trading Strategies Steve Yang Stevens Institute of Technology 09/26/2013 Outline 1 Cross-Sectional Methods for Evaluation of Factor

More information

Statistical estimation

Statistical estimation Statistical estimation Statistical modelling: theory and practice Gilles Guillot gigu@dtu.dk September 3, 2013 Gilles Guillot (gigu@dtu.dk) Estimation September 3, 2013 1 / 27 1 Introductory example 2

More information

Contents. An Overview of Statistical Applications CHAPTER 1. Contents (ix) Preface... (vii)

Contents. An Overview of Statistical Applications CHAPTER 1. Contents (ix) Preface... (vii) Contents (ix) Contents Preface... (vii) CHAPTER 1 An Overview of Statistical Applications 1.1 Introduction... 1 1. Probability Functions and Statistics... 1..1 Discrete versus Continuous Functions... 1..

More information

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam The University of Chicago, Booth School of Business Business 410, Spring Quarter 010, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (4 pts) Answer briefly the following questions. 1. Questions 1

More information

Model fit assessment via marginal model plots

Model fit assessment via marginal model plots The Stata Journal (2010) 10, Number 2, pp. 215 225 Model fit assessment via marginal model plots Charles Lindsey Texas A & M University Department of Statistics College Station, TX lindseyc@stat.tamu.edu

More information

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS

PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS PARAMETRIC AND NON-PARAMETRIC BOOTSTRAP: A SIMULATION STUDY FOR A LINEAR REGRESSION WITH RESIDUALS FROM A MIXTURE OF LAPLACE DISTRIBUTIONS Melfi Alrasheedi School of Business, King Faisal University, Saudi

More information

1 The continuous time limit

1 The continuous time limit Derivative Securities, Courant Institute, Fall 2008 http://www.math.nyu.edu/faculty/goodman/teaching/derivsec08/index.html Jonathan Goodman and Keith Lewis Supplementary notes and comments, Section 3 1

More information

2.1 Random variable, density function, enumerative density function and distribution function

2.1 Random variable, density function, enumerative density function and distribution function Risk Theory I Prof. Dr. Christian Hipp Chair for Science of Insurance, University of Karlsruhe (TH Karlsruhe) Contents 1 Introduction 1.1 Overview on the insurance industry 1.1.1 Insurance in Benin 1.1.2

More information

Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty

Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty Gary Schurman MB, CFA August, 2012 The Capital Asset Pricing Model CAPM is used to estimate the required rate of return

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Lecture 10 (MWF) Checking for normality of the data using the QQplot Suhasini Subba Rao Review of previous

More information

Analysis of Variance in Matrix form

Analysis of Variance in Matrix form Analysis of Variance in Matrix form The ANOVA table sums of squares, SSTO, SSR and SSE can all be expressed in matrix form as follows. week 9 Multiple Regression A multiple regression model is a model

More information

Econometric Methods for Valuation Analysis

Econometric Methods for Valuation Analysis Econometric Methods for Valuation Analysis Margarita Genius Dept of Economics M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, 2017 1 / 25 Outline We will consider econometric

More information

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting

Quantile Regression. By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Quantile Regression By Luyang Fu, Ph. D., FCAS, State Auto Insurance Company Cheng-sheng Peter Wu, FCAS, ASA, MAAA, Deloitte Consulting Agenda Overview of Predictive Modeling for P&C Applications Quantile

More information

The Simple Regression Model

The Simple Regression Model Chapter 2 Wooldridge: Introductory Econometrics: A Modern Approach, 5e Definition of the simple linear regression model "Explains variable in terms of variable " Intercept Slope parameter Dependent var,

More information

} Number of floors, presence of a garden, number of bedrooms, number of bathrooms, square footage of the house, type of house, age, materials, etc.

} Number of floors, presence of a garden, number of bedrooms, number of bathrooms, square footage of the house, type of house, age, materials, etc. } Goods (or sites) can be described by a set of attributes or characteristics. } The hedonic pricing method uses the same idea that goods are composed by a set of characteristics. } Consider the characteristics

More information

Labor Economics Field Exam Spring 2014

Labor Economics Field Exam Spring 2014 Labor Economics Field Exam Spring 2014 Instructions You have 4 hours to complete this exam. This is a closed book examination. No written materials are allowed. You can use a calculator. THE EXAM IS COMPOSED

More information

Random Variables Handout. Xavier Vilà

Random Variables Handout. Xavier Vilà Random Variables Handout Xavier Vilà Course 2004-2005 1 Discrete Random Variables. 1.1 Introduction 1.1.1 Definition of Random Variable A random variable X is a function that maps each possible outcome

More information

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions ELE 525: Random Processes in Information Systems Hisashi Kobayashi Department of Electrical Engineering

More information

Homework Problems Stat 479

Homework Problems Stat 479 Chapter 2 1. Model 1 is a uniform distribution from 0 to 100. Determine the table entries for a generalized uniform distribution covering the range from a to b where a < b. 2. Let X be a discrete random

More information

Operational Risk Aggregation

Operational Risk Aggregation Operational Risk Aggregation Professor Carol Alexander Chair of Risk Management and Director of Research, ISMA Centre, University of Reading, UK. Loss model approaches are currently a focus of operational

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (30 pts) Answer briefly the following questions. 1. Suppose that

More information

Local Maxima in the Estimation of the ZINB and Sample Selection models

Local Maxima in the Estimation of the ZINB and Sample Selection models 1 Local Maxima in the Estimation of the ZINB and Sample Selection models J.M.C. Santos Silva School of Economics, University of Surrey 23rd London Stata Users Group Meeting 7 September 2017 2 1. Introduction

More information

Leverage, Re-leveraging, and Household Spending

Leverage, Re-leveraging, and Household Spending Leverage, Re-leveraging, and Household Spending Thomas Crossley (Essex) Peter Levell (IFS) Hamish Low (Cambridge) NIESR March 2018 1 / 35 Introduction How does borrowing and spending of more leveraged

More information

Example 1 of econometric analysis: the Market Model

Example 1 of econometric analysis: the Market Model Example 1 of econometric analysis: the Market Model IGIDR, Bombay 14 November, 2008 The Market Model Investors want an equation predicting the return from investing in alternative securities. Return is

More information

Estimation of a credit scoring model for lenders company

Estimation of a credit scoring model for lenders company Estimation of a credit scoring model for lenders company Felipe Alonso Arias-Arbeláez Juan Sebastián Bravo-Valbuena Francisco Iván Zuluaga-Díaz November 22, 2015 Abstract Historically it has seen that

More information

B003 Applied Economics Exercises

B003 Applied Economics Exercises B003 Applied Economics Exercises Spring 2005 Starred exercises are to be completed and handed in in advance of classes. Unstarred exercises are to be completed during classes. Ex 3.1 Ex 4.1 Ex 5.1 to be

More information

Determinants of Inpatient Expenditure for Chronic Kidney Failure Patients in Guangzhou, China

Determinants of Inpatient Expenditure for Chronic Kidney Failure Patients in Guangzhou, China Determinants of Inpatient Expenditure for Chronic Kidney Failure Patients in Guangzhou, China Dr. Hui Zhang (Vivienne)* Professor Peter P. Yuen Dr. Yuan Huang 11 January 2016 *Email: zhanghui3@mail.sysu.edu.cn

More information

REVIEW OF STATISTICAL METHODS FOR ANALYSING HEALTHCARE ADDITIONAL MATERIAL. GLOSSARY OF CATEGORIES OF METHODS page 2

REVIEW OF STATISTICAL METHODS FOR ANALYSING HEALTHCARE ADDITIONAL MATERIAL. GLOSSARY OF CATEGORIES OF METHODS page 2 REVIEW OF STATISTICAL METHODS FOR ANALYSING HEALTHCARE RESOURCES AND COSTS ADDITIONAL MATERIAL CONTENT GLOSSARY OF CATEGORIES OF METHODS page 2 ABBREVIATIONS page 4 TEMPLATES OF REVIEWED PAPERS page 6

More information

UNIVERSITY OF OSLO. Please make sure that your copy of the problem set is complete before you attempt to answer anything.

UNIVERSITY OF OSLO. Please make sure that your copy of the problem set is complete before you attempt to answer anything. UNIVERSITY OF OSLO Faculty of Mathematics and Natural Sciences Examination in: STK4540 Non-Life Insurance Mathematics Day of examination: Wednesday, December 4th, 2013 Examination hours: 14.30 17.30 This

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2017, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Describe

More information

1 Four facts on the U.S. historical growth experience, aka the Kaldor facts

1 Four facts on the U.S. historical growth experience, aka the Kaldor facts 1 Four facts on the U.S. historical growth experience, aka the Kaldor facts In 1958 Nicholas Kaldor listed 4 key facts on the long-run growth experience of the US economy in the past century, which have

More information

3rd International Conference on Science and Social Research (ICSSR 2014)

3rd International Conference on Science and Social Research (ICSSR 2014) 3rd International Conference on Science and Social Research (ICSSR 014) Can VAT improve technical efficiency in China?-based on the SFA model test YanFeng Jiang Department of Public Economics, Xiamen Universy,

More information

Modeling. joint work with Jed Frees, U of Wisconsin - Madison. Travelers PASG (Predictive Analytics Study Group) Seminar Tuesday, 12 April 2016

Modeling. joint work with Jed Frees, U of Wisconsin - Madison. Travelers PASG (Predictive Analytics Study Group) Seminar Tuesday, 12 April 2016 joint work with Jed Frees, U of Wisconsin - Madison Travelers PASG (Predictive Analytics Study Group) Seminar Tuesday, 12 April 2016 claim Department of Mathematics University of Connecticut Storrs, Connecticut

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

Lecture 5. Predictability. Traditional Views of Market Efficiency ( )

Lecture 5. Predictability. Traditional Views of Market Efficiency ( ) Lecture 5 Predictability Traditional Views of Market Efficiency (1960-1970) CAPM is a good measure of risk Returns are close to unpredictable (a) Stock, bond and foreign exchange changes are not predictable

More information

On modelling of electricity spot price

On modelling of electricity spot price , Rüdiger Kiesel and Fred Espen Benth Institute of Energy Trading and Financial Services University of Duisburg-Essen Centre of Mathematics for Applications, University of Oslo 25. August 2010 Introduction

More information