Econometric Methods for Valuation Analysis

Size: px
Start display at page:

Download "Econometric Methods for Valuation Analysis"

Transcription

1 Econometric Methods for Valuation Analysis Margarita Genius Dept of Economics M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

2 Outline We will consider econometric models for dependent variables that can only take discrete values We will focus on binary discrete dependent variables We will discuss maximum likelihood estimation of binary discrete choice models The methods will be applied to the estimation of willingness to pay for the preservation of a natural park using Stata M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

3 Motivation Very often the dependent variable in our model is discrete Example 1: Binary Choice: the choice between commuting to work with public transportation or private transportation { 1 if i goes to work with public transportation y i = 0 if i goes to work with private transportation Example 2: Ordered Choices: the choice between not working, working part-time or working full-time 0 if i does not work y i = 1 if i works part-time 2 if i works full-time Example 3: Unordered Choices: the choice of commuting to work by car, by bus, by train or other. 0 if i goes by car 1 if i goes by bus y i = 2 if i goes by train 3 if i goes by other We will focus only on the Binary Choice case only M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

4 Binary Choice Model If we want to estimate how different factors (explanatory variables) affect the choice between public or private transportation, then the linear regression model is not very well suited. Why? The linear model is given by y i = β 0 + β 1 x i1 + + β k x ik + ɛ i = β x i + ɛ i Note that, from regression model, but also E ( y i xi ) = β x i E ( y i x i ) = 1P ( yi = 1 x i ) + 0P ( yi = 0 x i ) = P ( yi = 1 x i ) because y is a Bernouilli variable Implications: ˆβ x i need not be between 0 and 1. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

5 Binary Choice Model: The Latent Variable Model We define a new variable, y*, that is not observed but we observe its sign The Latent Variable Model y i = β 0 + β 1 x i1 + + β k x ik + ɛ i = β x i + ɛ i y i is not observed but we observe y i = { 1 if y i > 0(public transportation) 0 if y i 0(private transportation) yi can be interpreted as the difference in the utilities between the two choices. Therefore, { 1 if ɛ y i = i > β x i 0 if ɛ i β x i M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

6 Binary Choice Model: The Latent Variable Model From the above we have, P ( y i = 1 x i ) = P ( ɛi > β x i ) Denoting by G the cumulative distribution function of ɛ and assuming the distribution is symmetric we have P ( y i = 1 xi ) = P ( ɛi < β x i ) = G ( β x i ) (1) The estimation of the unknown parameters β will require assuming the functional form of G in (1) and using maximum likelihood estimation. Note that P ( ( ) ɛ i < β ) ɛi x i = P σ < β σ x i This implies that it is not possible to estimate both σ (the standard deviation of the error term) and β and we will have to make an assumption about the value of σ M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

7 Binary Choice Model: Maximum Likelihood Estimation Intuition behind the Maximum Likelihood Estimation Method The maximum likelihood method is based on the idea that Different populations give rise to different samples A given sample is more likely to come from a specific population If we assume that the population distribution is known except for some unknown parameters, then the maximum likelihood estimator of an unknown parameter based on a sample from that population, is the value of the parameter that maximizes the probability of observing the specific sample. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

8 Binary Choice Model: Maximum Likelihood Estimation The log-likelihood function is easier to maximize than the original likelihood function. However, in most cases the first order conditions will be nonlinear and will require the use of optimization algorithms. Many computer programs used by economists (Stata, Eviews, R among others) perform maximum likelihood estimation. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25 The Likelihood Function and the Maximum Likelihood Estimator Let y 1,, y n be a random sample from a population which has a density f (y, θ). The form of the density is known but the parameter θ is unknown. Then the likelihood function is given by L (θ; y 1,, y n ) = f (y 1, θ)f (y 2, θ) f (y n, θ) = Π n i=1 f (y i, θ) The maximum likelihood estimator of θ, denoted by ˆθ, is defined as that value of θ that maximizes L (θ; y 1,, y n ). Note that maximizing the likelihood function is equivalent to maximizing the log-likelihood function given below, l (θ; y 1,, y n ) = ln (L (θ; y 1,, y n )) = n i=1 ln (f (y i, θ)) (2)

9 Binary Choice Model: Estimation by ML In the case of the binary discrete model The dependent variable takes only two values: 0 and 1 P ( y i = 1 xi ) = G (β x i ) P ( y i = 0 xi ) = 1 G (β x i ) The log-likelihood will be a function of G (β x i ) If G is assumed to be N(0,1) then we have the probit model and ˆβ is called the PROBIT ESTIMATOR. Recall that the density function of a N(0,1) is given by g(x) = 1 e x2 2 2π If If G is assumed to be a logistic then we have the logit model and ˆβ is called the LOGIT ESTIMATOR. The density function of the logistic with mean 0 is given by g(x) = ex (1+e x ) 2 The N(0,1) and logistic are both symmetric around 0, but the logistic has slightly fatter tails. The N(0,1) has variance 1 while the logistic has variance π 2 3 M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

10 Binary Choice Model: Interpretation of estimates In a linear regression model where y i = β 0 + β 1 x i1 + + β k x ik + ɛ i we have β j = E(y x) x j and this is estimated by ˆβ j. In a probit or logit model ˆβ j does not give us an estimate of the magnitude of the effect of x j on y but gives us information only about the direction of the effect on P(y = 1 x). If ˆβ j is positive than an increase in x j will lead to an increase in P(y = 1 x) while if it is negative it will have the opposite effect. The exact effect of x j on P(y = 1 x) is called the marginal effect and can be easily computed using statistical programs. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

11 Binary Choice Model: Hypotheses tests For tests on an individual β we use the usual t-tests assuming we have a large sample As we did in the case of the linear regression we can test that all β s except β 0 are equal to zero. So we are testing that the fit of our model is significantly better than the fit of a model that has only a constant term. H 0 : β 1 = = β k = 0 H 1 : at least one different from zero In order to test the above hypothesis we use the LIKELIHOOD RATIO TEST (LR). We follow the following steps Estimate the model with all the independent variables. Keep the value of the log-likelihood function (l 1 ) Estimate the model with a constant term only. Keep the value of the log-likelihood function (l 0 ) LR statistic: LR = 2 (l 1 l 0 ) which for large samples has approximately a chi-squared distribution with k degrees of freedom (the number of independent variables). If the LR statistic is larger than the value form the chi-squared tables then we reject the null hypothesis. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

12 Binary Choice Model: Goodness of Fit Measures McFadden R 2 = 1 l( ˆβ) l (pseudo-r 2 ). Where 0 l( ˆβ) is the log-likelihood evaluated at the value of the estimates and l 0 is the log-likelihood of a model that has a constant term but no regressors. The chi-squared test we saw before can also be used as a goodness of fit test. Comparing probit and logit estimates: As we saw before, the normal and logistic distributions do not have the same variance so in order to compare estimates from both models we will use the following equality 1.6 ˆβ probit ˆβ logit M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

13 Binary Choice Model: Application to Valuation of Natural Park We are going to see how the binary discrete choice model can be used to estimate willingness to pay for an environmental good The data come from a study conducted by Paulo Nunes (Nunes, Paulo (2000) Contingent Valuation of the Benefits of natural areas and its warm glow component,phd thesis 133, FETEW, KULeuven) and discussed in Marno Verbeek s book (Marno Verbeek (2004) A Guide to Modern Econometrics ) The survey was conducted in 1997 in Portugal and its objective was to estimate how much individuals were willing to pay to avoid the commercial and tourism development of Alentejo Natural Park in southwest Portugal. The survey respondents were presented with an amount (called a bid which varies across respondents) and asked whether they would be willing to pay this amount in order to preserve the park. This is known as the SINGLE BOUND MODEL. This model can be estimated using the binary discrete choice model we described above. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

14 Binary Choice Model: Application to Valuation of Natural Park The table below presents the bids presented to respondents Case Bid Table: Bids presented to respondents M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

15 Application to Valuation of Natural Park: Single Bound Model Given the above setting, the only information we have is whether the respondent is willing to pay the bid he is presented. We do not observe what his/her willingness to pay (WTP) is and therefore WTP is a latent variable. We will assume that WTP depends on some characteristics of the respondent according to a linear model. Following the definition of the latent variable model we have WTP i y i = WTP i = β 0 + β 1 x i1 + + β k x ik + ɛ i = β x i + ɛ i is not observed but we observe { 1 if WTP i > bid i (answers yes: is willing to pay at least bid i ) 0 if WTP i bid i (answers no: is willing to pay less than bid i ) Therefore, y i = { 1 if ɛ i > bid i β x i 0 if ɛ i bid i β x i M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

16 Application to Valuation of Natural Park: Single Bound Model From the above we have, P ( y i = 1 x i ) = P ( ɛi > bid i β x i ) (3) Note that compared to (1), (3) has bid i on the right hand side and this allows us to estimate both σ and β as P ( ( ɛ i > bid i β ) ɛi x i = P σ > bid ) i σ β σ x i P ( ɛ i > bid i β x i ) = P ( ɛi σ > α bid i β x i ) where α = 1 σ and β = β σ. Denoting by G the cumulative distribution function of ɛ σ and assuming the distribution is symmetric we have M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

17 Application to Valuation of Natural Park: Single Bound Model ( ɛi ) P σ > α bid i β x i = G ( β x i α ) bid i After we estimate our model by maximum likelihood by probit (G is N(0,1)) or logit (G is logistic) we can obtain estimates of σ and β as ˆσ = 1ˆ, ˆβ = βˆ ˆσ α In the next slides we are going to look at the description of the data and the results from the probit estimator. The underlying model for WTP is given by WTP = β 0 + β 2 age + β 2 sex + β 3 income + ɛ M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

18 Application to Valuation of Natural Park: Single Bound Model Table: Frequency for answers to the two bids answers Freq Percent no yes N 312 M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

19 Application to Valuation of Natural Park: Single Bound Model Table: Summary statistics Variable Mean Std. Dev. Min. Max. bid y age sex income answers N 312 where bid and y are the bid and response to the valuation question. We can see that 54.8% of the respondents accepted the bid, 44.2% are males. The data for age has been grouped in six classes while the data for income has been grouped in 8 classes. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

20 Application to Valuation of Natural Park: Single Bound Model In order to estimate a probit model in stata, you can either use menu-driven commands or type commands directly in the command window. Menu-driven commands: click the following selections in the top menu, Statistics, Binary Outcome, Probit Regression then select the dependent (y) and independent variables (bid, age, sex, income). In addition to getting the results you can see the exact command that you would need to use if working in the command driven environment. Command driven estimation: Type probit y bid age sex income. The next slide shows a screenshot of the estimation results for the probit model. The slide after that shows a shorter version of the results using the a Stata facility to export tables to my slides. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

21 Application to Valuation of Natural Park: Single Bound Model All coefficients are statistically significant at the 5% level except the constant (t-statistics, 95% CI and p-values). The LR test has a p-value of 0, therefore the model with the four variables has a better fit than a model with just a constant. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

22 Application to Valuation of Natural Park: Estimation Table: Probit Estimation Results: Dep = y1 bid age sex Variable income Coefficient (Std. Err.) (0.005) (0.051) (0.151) (0.061) Intercept (0.281) N 312 Log-likelihood χ 2 (4) Significance levels : : 10% : 5% : 1% M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

23 Application to Valuation of Natural Park: Estimation Recall that the estimates we get from the probit model correspond to α = 1 σ and β = β σ. The estimates of σ and β are then given by Table: Probit Estimates of σ and β Variable Coefficient sigma age sex income Intercept M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

24 Application to Valuation of Natural Park: Interpretation From the specification of our model WTP = β 0 + β 2 age + β 2 sex + β 3 income + ɛ Older people are less willing to pay for the preservation of the natural park than younger people of the same sex and income class (ceteris paribus). As we move from one age class to the next one (leaving the other variables unchanged) average willingness to pay decreases by 19 euros. Males are willing to pay on average 31 euros more than females with the same characteristics (age and income). Willingness to pay increases with income. As we move from one income class to the next one (leaving the other variables unchanged) average willingness to pay increases by euros. The mean WTP given by E(WTP) = β 0 + β 2 age + β 2 sex + β 3 income can be estimated by using the coefficient estimates and the mean values of the independent variables E(WTP) ˆ = = 33.67euros M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

25 References Wooldridge, J. M. (2015). Introductory Econometrics: A Modern Approach. South-Western College Pub. Stock, J. H. and Watson, M. W. (2010). Introduction to Econometrics. Addison-Wesley. Bateman, J. and Willis, K. G. (2002). Valuing Environmental Preferences: Theory and Practice of the Contingent Valuation Method in the US, EU, and Developing Countries. Oxford University Press. M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, / 25

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 / 26 Correlation Analysis Simple Regression

More information

Final Exam - section 1. Thursday, December hours, 30 minutes

Final Exam - section 1. Thursday, December hours, 30 minutes Econometrics, ECON312 San Francisco State University Michael Bar Fall 2013 Final Exam - section 1 Thursday, December 19 1 hours, 30 minutes Name: Instructions 1. This is closed book, closed notes exam.

More information

Econometrics II Multinomial Choice Models

Econometrics II Multinomial Choice Models LV MNC MRM MNLC IIA Int Est Tests End Econometrics II Multinomial Choice Models Paul Kattuman Cambridge Judge Business School February 9, 2018 LV MNC MRM MNLC IIA Int Est Tests End LW LW2 LV LV3 Last Week:

More information

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 10, 2017

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 10, 2017 Maximum Likelihood Estimation Richard Williams, University of otre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 0, 207 [This handout draws very heavily from Regression Models for Categorical

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

Getting Started in Logit and Ordered Logit Regression (ver. 3.1 beta)

Getting Started in Logit and Ordered Logit Regression (ver. 3.1 beta) Getting Started in Logit and Ordered Logit Regression (ver. 3. beta Oscar Torres-Reyna Data Consultant otorres@princeton.edu http://dss.princeton.edu/training/ Logit model Use logit models whenever your

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

3. Multinomial response models

3. Multinomial response models 3. Multinomial response models 3.1 General model approaches Multinomial dependent variables in a microeconometric analysis: These qualitative variables have more than two possible mutually exclusive categories

More information

The method of Maximum Likelihood.

The method of Maximum Likelihood. Maximum Likelihood The method of Maximum Likelihood. In developing the least squares estimator - no mention of probabilities. Minimize the distance between the predicted linear regression and the observed

More information

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 13, 2018

Maximum Likelihood Estimation Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 13, 2018 Maximum Likelihood Estimation Richard Williams, University of otre Dame, https://www3.nd.edu/~rwilliam/ Last revised January 3, 208 [This handout draws very heavily from Regression Models for Categorical

More information

Logistic Regression Analysis

Logistic Regression Analysis Revised July 2018 Logistic Regression Analysis This set of notes shows how to use Stata to estimate a logistic regression equation. It assumes that you have set Stata up on your computer (see the Getting

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

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

A Two-Step Estimator for Missing Values in Probit Model Covariates

A Two-Step Estimator for Missing Values in Probit Model Covariates WORKING PAPER 3/2015 A Two-Step Estimator for Missing Values in Probit Model Covariates Lisha Wang and Thomas Laitila Statistics ISSN 1403-0586 http://www.oru.se/institutioner/handelshogskolan-vid-orebro-universitet/forskning/publikationer/working-papers/

More information

Tests for One Variance

Tests for One Variance Chapter 65 Introduction Occasionally, researchers are interested in the estimation of the variance (or standard deviation) rather than the mean. This module calculates the sample size and performs power

More information

Getting Started in Logit and Ordered Logit Regression (ver. 3.1 beta)

Getting Started in Logit and Ordered Logit Regression (ver. 3.1 beta) Getting Started in Logit and Ordered Logit Regression (ver. 3. beta Oscar Torres-Reyna Data Consultant otorres@princeton.edu http://dss.princeton.edu/training/ Logit model Use logit models whenever your

More information

Multinomial Choice (Basic Models)

Multinomial Choice (Basic Models) Unversitat Pompeu Fabra Lecture Notes in Microeconometrics Dr Kurt Schmidheiny June 17, 2007 Multinomial Choice (Basic Models) 2 1 Ordered Probit Contents Multinomial Choice (Basic Models) 1 Ordered Probit

More information

Choice Probabilities. Logit Choice Probabilities Derivation. Choice Probabilities. Basic Econometrics in Transportation.

Choice Probabilities. Logit Choice Probabilities Derivation. Choice Probabilities. Basic Econometrics in Transportation. 1/31 Choice Probabilities Basic Econometrics in Transportation Logit Models Amir Samimi Civil Engineering Department Sharif University of Technology Primary Source: Discrete Choice Methods with Simulation

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

Introduction to the Maximum Likelihood Estimation Technique. September 24, 2015

Introduction to the Maximum Likelihood Estimation Technique. September 24, 2015 Introduction to the Maximum Likelihood Estimation Technique September 24, 2015 So far our Dependent Variable is Continuous That is, our outcome variable Y is assumed to follow a normal distribution having

More information

Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD

Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD MAJOR POINTS Sampling distribution of the mean revisited Testing hypotheses: sigma known An example Testing hypotheses:

More information

Equity, Vacancy, and Time to Sale in Real Estate.

Equity, Vacancy, and Time to Sale in Real Estate. Title: Author: Address: E-Mail: Equity, Vacancy, and Time to Sale in Real Estate. Thomas W. Zuehlke Department of Economics Florida State University Tallahassee, Florida 32306 U.S.A. tzuehlke@mailer.fsu.edu

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 7 Estimation: Single Population Copyright 010 Pearson Education, Inc. Publishing as Prentice Hall Ch. 7-1 Confidence Intervals Contents of this chapter: Confidence

More information

Predicting the Probability of Being a Smoker: A Probit Analysis

Predicting the Probability of Being a Smoker: A Probit Analysis Predicting the Probability of Being a Smoker: A Probit Analysis Department of Economics Florida State University Tallahassee, FL 32306-2180 Abstract This paper explains the probability of being a smoker,

More information

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods 1 SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 Lecture 10: Multinomial regression baseline category extension of binary What if we have multiple possible

More information

Module 9: Single-level and Multilevel Models for Ordinal Responses. Stata Practical 1

Module 9: Single-level and Multilevel Models for Ordinal Responses. Stata Practical 1 Module 9: Single-level and Multilevel Models for Ordinal Responses Pre-requisites Modules 5, 6 and 7 Stata Practical 1 George Leckie, Tim Morris & Fiona Steele Centre for Multilevel Modelling If you find

More information

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

More information

Point Estimators. STATISTICS Lecture no. 10. Department of Econometrics FEM UO Brno office 69a, tel

Point Estimators. STATISTICS Lecture no. 10. Department of Econometrics FEM UO Brno office 69a, tel STATISTICS Lecture no. 10 Department of Econometrics FEM UO Brno office 69a, tel. 973 442029 email:jiri.neubauer@unob.cz 8. 12. 2009 Introduction Suppose that we manufacture lightbulbs and we want to state

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

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

Limited Dependent Variables

Limited Dependent Variables Limited Dependent Variables Christopher F Baum Boston College and DIW Berlin Birmingham Business School, March 2013 Christopher F Baum (BC / DIW) Limited Dependent Variables BBS 2013 1 / 47 Limited dependent

More information

ARCH and GARCH models

ARCH and GARCH models ARCH and GARCH models Fulvio Corsi SNS Pisa 5 Dic 2011 Fulvio Corsi ARCH and () GARCH models SNS Pisa 5 Dic 2011 1 / 21 Asset prices S&P 500 index from 1982 to 2009 1600 1400 1200 1000 800 600 400 200

More information

THE EFFECT OF DEMOGRAPHIC AND SOCIOECONOMIC FACTORS ON HOUSEHOLDS INDEBTEDNESS* Luísa Farinha** Percentage

THE EFFECT OF DEMOGRAPHIC AND SOCIOECONOMIC FACTORS ON HOUSEHOLDS INDEBTEDNESS* Luísa Farinha** Percentage THE EFFECT OF DEMOGRAPHIC AND SOCIOECONOMIC FACTORS ON HOUSEHOLDS INDEBTEDNESS* Luísa Farinha** 1. INTRODUCTION * The views expressed in this article are those of the author and not necessarily those of

More information

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA]

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA] Tutorial #3 This example uses data in the file 16.09.2011.dta under Tutorial folder. It contains 753 observations from a sample PSID data on the labor force status of married women in the U.S in 1975.

More information

Quantitative Techniques Term 2

Quantitative Techniques Term 2 Quantitative Techniques Term 2 Laboratory 7 2 March 2006 Overview The objective of this lab is to: Estimate a cost function for a panel of firms; Calculate returns to scale; Introduce the command cluster

More information

Applied Statistics I

Applied Statistics I Applied Statistics I Liang Zhang Department of Mathematics, University of Utah July 14, 2008 Liang Zhang (UofU) Applied Statistics I July 14, 2008 1 / 18 Point Estimation Liang Zhang (UofU) Applied Statistics

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

NPTEL Project. Econometric Modelling. Module 16: Qualitative Response Regression Modelling. Lecture 20: Qualitative Response Regression Modelling

NPTEL Project. Econometric Modelling. Module 16: Qualitative Response Regression Modelling. Lecture 20: Qualitative Response Regression Modelling 1 P age NPTEL Project Econometric Modelling Vinod Gupta School of Management Module 16: Qualitative Response Regression Modelling Lecture 20: Qualitative Response Regression Modelling Rudra P. Pradhan

More information

Lecture 21: Logit Models for Multinomial Responses Continued

Lecture 21: Logit Models for Multinomial Responses Continued Lecture 21: Logit Models for Multinomial Responses Continued Dipankar Bandyopadhyay, Ph.D. BMTRY 711: Analysis of Categorical Data Spring 2011 Division of Biostatistics and Epidemiology Medical University

More information

Distribution. Lecture 34 Section Fri, Oct 31, Hampden-Sydney College. Student s t Distribution. Robb T. Koether.

Distribution. Lecture 34 Section Fri, Oct 31, Hampden-Sydney College. Student s t Distribution. Robb T. Koether. Lecture 34 Section 10.2 Hampden-Sydney College Fri, Oct 31, 2008 Outline 1 2 3 4 5 6 7 8 Exercise 10.4, page 633. A psychologist is studying the distribution of IQ scores of girls at an alternative high

More information

A Test of the Normality Assumption in the Ordered Probit Model *

A Test of the Normality Assumption in the Ordered Probit Model * A Test of the Normality Assumption in the Ordered Probit Model * Paul A. Johnson Working Paper No. 34 March 1996 * Assistant Professor, Vassar College. I thank Jahyeong Koo, Jim Ziliak and an anonymous

More information

Day 3C Simulation: Maximum Simulated Likelihood

Day 3C Simulation: Maximum Simulated Likelihood Day 3C Simulation: Maximum Simulated Likelihood c A. Colin Cameron Univ. of Calif. - Davis... for Center of Labor Economics Norwegian School of Economics Advanced Microeconometrics Aug 28 - Sep 1, 2017

More information

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey.

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey. 1. Using a probit model and data from the 2008 March Current Population Survey, I estimated a probit model of the determinants of pension coverage. Three specifications were estimated. The first included

More information

A Comparison of Univariate Probit and Logit. Models Using Simulation

A Comparison of Univariate Probit and Logit. Models Using Simulation Applied Mathematical Sciences, Vol. 12, 2018, no. 4, 185-204 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.818 A Comparison of Univariate Probit and Logit Models Using Simulation Abeer

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

Financial Risk Management

Financial Risk Management Financial Risk Management Professor: Thierry Roncalli Evry University Assistant: Enareta Kurtbegu Evry University Tutorial exercices #4 1 Correlation and copulas 1. The bivariate Gaussian copula is given

More information

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA

Session 178 TS, Stats for Health Actuaries. Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA. Presenter: Joan C. Barrett, FSA, MAAA Session 178 TS, Stats for Health Actuaries Moderator: Ian G. Duncan, FSA, FCA, FCIA, FIA, MAAA Presenter: Joan C. Barrett, FSA, MAAA Session 178 Statistics for Health Actuaries October 14, 2015 Presented

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

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu

More information

Logit Models for Binary Data

Logit Models for Binary Data Chapter 3 Logit Models for Binary Data We now turn our attention to regression models for dichotomous data, including logistic regression and probit analysis These models are appropriate when the response

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

Alastair Hall ECG 790F: Microeconometrics Spring Computer Handout # 2. Estimation of binary response models : part II

Alastair Hall ECG 790F: Microeconometrics Spring Computer Handout # 2. Estimation of binary response models : part II Alastair Hall ECG 790F: Microeconometrics Spring 2006 Computer Handout # 2 Estimation of binary response models : part II In this handout, we discuss the estimation of binary response models with and without

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 850 Introduction Cox proportional hazards regression models the relationship between the hazard function λ( t X ) time and k covariates using the following formula λ log λ ( t X ) ( t) 0 = β1 X1

More information

ECON Introductory Econometrics. Seminar 4. Stock and Watson Chapter 8

ECON Introductory Econometrics. Seminar 4. Stock and Watson Chapter 8 ECON4150 - Introductory Econometrics Seminar 4 Stock and Watson Chapter 8 empirical exercise E8.2: Data 2 In this exercise we use the data set CPS12.dta Each month the Bureau of Labor Statistics in the

More information

Vlerick Leuven Gent Working Paper Series 2003/30 MODELLING LIMITED DEPENDENT VARIABLES: METHODS AND GUIDELINES FOR RESEARCHERS IN STRATEGIC MANAGEMENT

Vlerick Leuven Gent Working Paper Series 2003/30 MODELLING LIMITED DEPENDENT VARIABLES: METHODS AND GUIDELINES FOR RESEARCHERS IN STRATEGIC MANAGEMENT Vlerick Leuven Gent Working Paper Series 2003/30 MODELLING LIMITED DEPENDENT VARIABLES: METHODS AND GUIDELINES FOR RESEARCHERS IN STRATEGIC MANAGEMENT HARRY P. BOWEN Harry.Bowen@vlerick.be MARGARETHE F.

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

TOURISM GENERATION ANALYSIS BASED ON A SCOBIT MODEL * Lingling, WU **, Junyi ZHANG ***, and Akimasa FUJIWARA ****

TOURISM GENERATION ANALYSIS BASED ON A SCOBIT MODEL * Lingling, WU **, Junyi ZHANG ***, and Akimasa FUJIWARA **** TOURISM GENERATION ANALYSIS BASED ON A SCOBIT MODEL * Lingling, WU **, Junyi ZHANG ***, and Akimasa FUJIWARA ****. Introduction Tourism generation (or participation) is one of the most important aspects

More information

Chapter 7: Estimation Sections

Chapter 7: Estimation Sections 1 / 40 Chapter 7: Estimation Sections 7.1 Statistical Inference Bayesian Methods: Chapter 7 7.2 Prior and Posterior Distributions 7.3 Conjugate Prior Distributions 7.4 Bayes Estimators Frequentist Methods:

More information

Module 4 Bivariate Regressions

Module 4 Bivariate Regressions AGRODEP Stata Training April 2013 Module 4 Bivariate Regressions Manuel Barron 1 and Pia Basurto 2 1 University of California, Berkeley, Department of Agricultural and Resource Economics 2 University of

More information

Unobserved Heterogeneity Revisited

Unobserved Heterogeneity Revisited Unobserved Heterogeneity Revisited Robert A. Miller Dynamic Discrete Choice March 2018 Miller (Dynamic Discrete Choice) cemmap 7 March 2018 1 / 24 Distributional Assumptions about the Unobserved Variables

More information

Learning From Data: MLE. Maximum Likelihood Estimators

Learning From Data: MLE. Maximum Likelihood Estimators Learning From Data: MLE Maximum Likelihood Estimators 1 Parameter Estimation Assuming sample x1, x2,..., xn is from a parametric distribution f(x θ), estimate θ. E.g.: Given sample HHTTTTTHTHTTTHH of (possibly

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

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

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

Small Sample Performance of Instrumental Variables Probit Estimators: A Monte Carlo Investigation

Small Sample Performance of Instrumental Variables Probit Estimators: A Monte Carlo Investigation Small Sample Performance of Instrumental Variables Probit : A Monte Carlo Investigation July 31, 2008 LIML Newey Small Sample Performance? Goals Equations Regressors and Errors Parameters Reduced Form

More information

Discrete Choice Modeling

Discrete Choice Modeling [Part 1] 1/15 0 Introduction 1 Summary 2 Binary Choice 3 Panel Data 4 Bivariate Probit 5 Ordered Choice 6 Count Data 7 Multinomial Choice 8 Nested Logit 9 Heterogeneity 10 Latent Class 11 Mixed Logit 12

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

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

Financial Econometrics Review Session Notes 4

Financial Econometrics Review Session Notes 4 Financial Econometrics Review Session Notes 4 February 1, 2011 Contents 1 Historical Volatility 2 2 Exponential Smoothing 3 3 ARCH and GARCH models 5 1 In this review session, we will use the daily S&P

More information

Internet Appendix: High Frequency Trading and Extreme Price Movements

Internet Appendix: High Frequency Trading and Extreme Price Movements Internet Appendix: High Frequency Trading and Extreme Price Movements This appendix includes two parts. First, it reports the results from the sample of EPMs defined as the 99.9 th percentile of raw returns.

More information

Characterization of the Optimum

Characterization of the Optimum ECO 317 Economics of Uncertainty Fall Term 2009 Notes for lectures 5. Portfolio Allocation with One Riskless, One Risky Asset Characterization of the Optimum Consider a risk-averse, expected-utility-maximizing

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

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

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

More information

Phd Program in Transportation. Transport Demand Modeling. Session 11

Phd Program in Transportation. Transport Demand Modeling. Session 11 Phd Program in Transportation Transport Demand Modeling João de Abreu e Silva Session 11 Binary and Ordered Choice Models Phd in Transportation / Transport Demand Modelling 1/26 Heterocedasticity Homoscedasticity

More information

CHAPTER 8. Confidence Interval Estimation Point and Interval Estimates

CHAPTER 8. Confidence Interval Estimation Point and Interval Estimates CHAPTER 8. Confidence Interval Estimation Point and Interval Estimates A point estimate is a single number, a confidence interval provides additional information about the variability of the estimate Lower

More information

Stochastic Models. Statistics. Walt Pohl. February 28, Department of Business Administration

Stochastic Models. Statistics. Walt Pohl. February 28, Department of Business Administration Stochastic Models Statistics Walt Pohl Universität Zürich Department of Business Administration February 28, 2013 The Value of Statistics Business people tend to underestimate the value of statistics.

More information

Simulated Multivariate Random Effects Probit Models for Unbalanced Panels

Simulated Multivariate Random Effects Probit Models for Unbalanced Panels Simulated Multivariate Random Effects Probit Models for Unbalanced Panels Alexander Plum 2013 German Stata Users Group Meeting June 7, 2013 Overview Introduction Random Effects Model Illustration Simulated

More information

Point Estimation. Principle of Unbiased Estimation. When choosing among several different estimators of θ, select one that is unbiased.

Point Estimation. Principle of Unbiased Estimation. When choosing among several different estimators of θ, select one that is unbiased. Point Estimation Point Estimation Definition A point estimate of a parameter θ is a single number that can be regarded as a sensible value for θ. A point estimate is obtained by selecting a suitable statistic

More information

Lecture 1: Logit. Quantitative Methods for Economic Analysis. Seyed Ali Madani Zadeh and Hosein Joshaghani. Sharif University of Technology

Lecture 1: Logit. Quantitative Methods for Economic Analysis. Seyed Ali Madani Zadeh and Hosein Joshaghani. Sharif University of Technology Lecture 1: Logit Quantitative Methods for Economic Analysis Seyed Ali Madani Zadeh and Hosein Joshaghani Sharif University of Technology February 2017 1 / 38 Road map 1. Discrete Choice Models 2. Binary

More information

EE641 Digital Image Processing II: Purdue University VISE - October 29,

EE641 Digital Image Processing II: Purdue University VISE - October 29, EE64 Digital Image Processing II: Purdue University VISE - October 9, 004 The EM Algorithm. Suffient Statistics and Exponential Distributions Let p(y θ) be a family of density functions parameterized by

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

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

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

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6}

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} PS 4 Monday August 16 01:00:42 2010 Page 1 tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} log: C:\web\PS4log.smcl log type: smcl opened on:

More information

Quant Econ Pset 2: Logit

Quant Econ Pset 2: Logit Quant Econ Pset 2: Logit Hosein Joshaghani Due date: February 20, 2017 The main goal of this problem set is to get used to Logit, both to its mechanics and its economics. In order to fully grasp this useful

More information

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

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

More information

Economics 345 Applied Econometrics

Economics 345 Applied Econometrics Economics 345 Applied Econometrics Problem Set 4--Solutions Prof: Martin Farnham Problem sets in this course are ungraded. An answer key will be posted on the course website within a few days of the release

More information

Multinomial Logit Models - Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised February 13, 2017

Multinomial Logit Models - Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised February 13, 2017 Multinomial Logit Models - Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised February 13, 2017 This is adapted heavily from Menard s Applied Logistic Regression

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

C.10 Exercises. Y* =!1 + Yz

C.10 Exercises. Y* =!1 + Yz C.10 Exercises C.I Suppose Y I, Y,, Y N is a random sample from a population with mean fj. and variance 0'. Rather than using all N observations consider an easy estimator of fj. that uses only the first

More information

BEcon Program, Faculty of Economics, Chulalongkorn University Page 1/7

BEcon Program, Faculty of Economics, Chulalongkorn University Page 1/7 Mid-term Exam (November 25, 2005, 0900-1200hr) Instructions: a) Textbooks, lecture notes and calculators are allowed. b) Each must work alone. Cheating will not be tolerated. c) Attempt all the tests.

More information

Chapter 4: Asymptotic Properties of MLE (Part 3)

Chapter 4: Asymptotic Properties of MLE (Part 3) Chapter 4: Asymptotic Properties of MLE (Part 3) Daniel O. Scharfstein 09/30/13 1 / 1 Breakdown of Assumptions Non-Existence of the MLE Multiple Solutions to Maximization Problem Multiple Solutions to

More information

MVE051/MSG Lecture 7

MVE051/MSG Lecture 7 MVE051/MSG810 2017 Lecture 7 Petter Mostad Chalmers November 20, 2017 The purpose of collecting and analyzing data Purpose: To build and select models for parts of the real world (which can be used for

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Midterm

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Midterm Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Midterm GSB Honor Code: I pledge my honor that I have not violated the Honor Code during this examination.

More information

FIT OR HIT IN CHOICE MODELS

FIT OR HIT IN CHOICE MODELS FIT OR HIT IN CHOICE MODELS KHALED BOUGHANMI, RAJEEV KOHLI, AND KAMEL JEDIDI Abstract. The predictive validity of a choice model is often assessed by its hit rate. We examine and illustrate conditions

More information

Assessing Model Stability Using Recursive Estimation and Recursive Residuals

Assessing Model Stability Using Recursive Estimation and Recursive Residuals Assessing Model Stability Using Recursive Estimation and Recursive Residuals Our forecasting procedure cannot be expected to produce good forecasts if the forecasting model that we constructed was stable

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Log-linear Modeling Under Generalized Inverse Sampling Scheme

Log-linear Modeling Under Generalized Inverse Sampling Scheme Log-linear Modeling Under Generalized Inverse Sampling Scheme Soumi Lahiri (1) and Sunil Dhar (2) (1) Department of Mathematical Sciences New Jersey Institute of Technology University Heights, Newark,

More information

Regression and Simulation

Regression and Simulation Regression and Simulation This is an introductory R session, so it may go slowly if you have never used R before. Do not be discouraged. A great way to learn a new language like this is to plunge right

More information

Willingness to Pay for Green Electricity in Tianjin, China: Based on Contingent Valuation Method

Willingness to Pay for Green Electricity in Tianjin, China: Based on Contingent Valuation Method Willingness to Pay for Green Electricity in Tianjin, China: Based on Contingent Valuation Method Li-Qiu Liu College of Management and Economics, Tianjin University the 40 th June 20, 2017, IAEE, Singapore

More information