Agricultural and Applied Economics 637 Applied Econometrics II

Size: px
Start display at page:

Download "Agricultural and Applied Economics 637 Applied Econometrics II"

Transcription

1 Agricultural and Applied Economics 637 Applied Econometrics II Assignment I Using Search Algorithms to Determine Optimal Parameter Values in Nonlinear Regression Models (Due: February 3, 2015) (Note: Make sure you hand in the computer code and output files used in answering the following questions. If your output contains a listing of iterative results, edit the output file so only the first few and last few iterations are shown. There is no need to waste paper.) (60 Total Points) 1. (40 pts) As you will discover throughout the semester, unlike estimating parameters of the classical regression model (CRM), finding optimal parameters of a nonlinear (in parameter) regression model usually requires an iterative search process. The definition of what constitutes optimal obviously depends on the objective function used as a guide in determining the preferred parameter values. For example, are you trying to find parameter values that minimize the sum of squared differences between predicted and actual dependent variable values (i.e., the sum of squared errors, [SSE s]) or are you trying to find parameter values that maximize the joint probability of obtaining the endogenous variable values you have in your dataset. Unlike the CRM, a nonlinear regression model requires you to make an initial guess as to parameter values and then to check to determine if indeed these parameter values are optimal. If not optimal then the estimation algorithm you are using should have specific procedures for obtaining new updated parameter estimates. This parameter updating is an iterative process where for each vector change, the parameters are improved. Improvement is defined relative to algorithm objective function. 1

2 Over the next few weeks you will be learning alternative methods for conducting the above iterative process in parameter selection. We will undertake this estimation assuming alternative algorithm objective functions. One method we will not be reviewing to any large degree is what is known as the Grid Search method given its severe limitations as to the number of optimal parameters that can be identified. Under the Grid Search method you divide the feasible range of parameter values into a finite grid of discrete values and then evaluate the impact of all parameter combination(s) on the defined objective function (e.g., the SSE value, loglikelihood function (LLF) value, etc.). a) (10 pts) Let s assume you want to estimate the following relationship between annual per capita U.S. gasoline quantity (not expenditures) (PC_Gas_Qt), lagged consumption (PC_Gas_Qt-1) and gasoline price index (Gas_Pt). t t-1 P Q PC_Gas_Q Gas_P PC_Gas_Q + ε t (1.1) where t = , the s are unknown parameters whose values you are trying to estimate and εt is an error term for the t th year where εt~ (0,σ 2 ). Note the lag structure depicted in (1.1). Also note that (1.1) cannot be linearized with respect to the parameters given the assumed error structure. I would like you to develop MATLAB code that will determine the values of P and Q that minimize the SSE from predicting PC_Gas_Qt via the Grid Search method. The code you develop should display (and write to an output file) your estimate of σ 2 conditional on these final estimates. Remember under the Grid Search method you use a finite number of pre-defined grid points and you compare the SSE s under these finite number of candidate parameter combinations. How do you evaluate whether this pair of parameters generates a global versus local minimum SSE value. In contrast to the CRM, SSE functions for many nonlinear, in parameter, regression models, the SSE function may not be globally convex. t 2

3 For the 1 st 10 and last 10 iterations have your software print out: i. The iteration number; ii. Current parameter pair values; and iii. Resulting SSE values. What direction should the movement of the SSE values as more iterations are undertaken if you develop a correctly working estimation system and reasonable starting values? Does the behavior of your iterations follow this pattern? The data you will be using for this question is a dataset containing annual total U.S. gasoline expenditures and other aggregate U.S. data encompassing the period This data is contained in the file gas_market_1_15.xlsx and can be obtained from the class website. You will have to create some of the variables used in (1.1) given that you only have the raw market data on your desk. b) (15 pts) To further refine your parameter estimate, I would like you to modify the code you developed in 1(a) so that once you obtain your parameter estimates via the Grid Search method you use these values as starting points for a more refined General Search algorithm. Under the General Search algorithm you take the optimal Grid Search obtained parameter values and then examine relative SSE values within the neighborhood of these optimal values. This refined General Search algorithm for a single parameter (ρ) can be illustrated via the diagram shown to the right. In words, we can describe this iterative General Search algorithm via the following: i. Use the Grid Search estimates of P and Q as starting values; ii. Given the above estimate of Q compare the current SSE values with SSE values obtained under the scenario of P being slightly 3

4 larger and slightly smaller than the above Grid Search parameter estimates; iii. Of the two, (i.e., larger and smaller) new candidate values of P, identify the new value of P that generates the smaller SSE then the Grid Search SSE parameter value used in (i) as your new updated P estimate; iv. Continue to change your P value in the same direction as identified in (iii) by adjusting the value of P used in (iii) until the SSE starts to increase; v. When the SSE starts to increase, reverse the direction of the change in the parameter value and continue in generating new estimates of P until the SSE starts to increase. In this iteration make the absolute value of the change in parameter value to be smaller than that used in (iv) (or the previous iteration). vi. Repeat step (v) until you feel you are close enough to the true but unknown value of P conditional on the fixed value of Q. vii. Given the P value obtained in (vi) undertake the same iterative process starting with step (ii) but instead of changing P, you change Q. viii. Repeat the iterative process starting with step (vii) but this time changing Q given the current value of P obtained in (vii), etc In developing this new General Search algorithm you will need to address several questions: i. What is the magnitude of the parameter steps (changes) that I should use to move from one parameter value to another? (Note: the parameter step is the absolute value of the parameter value changes from one iteration to another). Specifically how do I determine a parameter specific step length given that the parameters can vary significantly in size. ii. What new step size should I use whenever I reverse the search direction? iii. What criteria do I use to determine whether my current parameter estimates are close enough to the true but unknown optimal parameter values? 4

5 Present in words a summary of your algorithm you developed. How did you address the issues raised in (i) (iii) above. Similar to 1(a) your program should present your 1 st five iterations as well as the last five with the final estimated parameter, SSE and your final estimate of σ 2 being generated from the final updated parameter vector. What are your results? How many iterations did it take for you to say you have obtained parameter values that minimize the SSE function? c) (15 pts) Finally, lets extend the methodologies you developed in sections (a) and (b) above to estimate the following t t t-1 t t P Q N PC_Gas_Q Gas_P PC_Gas_Q NC_ P + ε (1.2) where NC_Pt is the price of new cars We now have 4 parameters to be estimated, P, Q, N, and σ 2. Present your final estimates of these parameters. your program should be designed to handle any number of parameters without having to change the iteration code but by having the model size being dynamically determined and the same code can estimate optimal parameter vectors regardless of size. What were your starting parameter, SSE and σ 2 values? What are your final parameter, SSE and σ 2 values? What was your convergence criteria? How many iterations did it take to generate your final parameter estimates? 2. (20 pts) When attempting to determine optimal parameter values in (1) we did not make any assumption concerning the shape of the distribution of the error term, εt, other than E(εt) = 0 and its variance (i.e., σ 2 ) is homoscedastic and non-autocorrelated. Another method that can be used to obtain parameter estimates is to make an assumption concerning the data generating process of our observed dependent variable, PC_Gas_Qt (and therefore εt). Once an assumption is made concerning the dependent variable probability distribution one can choose as the preferred parameter values that maximize the joint probability of observing our T dependent variable values, PC_Gas_Qt (t=1,,t). The typical assumption is that the dependent variable values are independently and identically distributed 5

6 (i.e., iid). This implies that given the relationships represented in (1.1) we have via the Markov theorem: f(y1,y2,,yt) = p(y1)p(y2 y1) p(yt yt-1)= p(ε1)p(ε2) p(εt) (2.1) where the yt s are our dependent variable values (t=1,,t). Let s assume that our error terms, the ε s, are iid normally distributed. This implies that our dependent variable (PC_Gas_Qt) is also normally distributed. Incorporating this additional information we can restate (1.1) to be the following: t t-1 P Q PC_Gas_Qt Gas_P PC_Gas_Q + ε (2.2) where for this applied we have εt~n(0,σ 2 μ). Given the above normality distribution assumption we can represent the natural logarithm of the joint PDF of the T observations of our dependent variable via the following: ˆ T 2 2 ln f y 1 1,...,y T 0.5 ln 2 ln σˆ ˆ σˆ ˆ t t (2.3) t1 where ˆ is the current estimate of. Given that we are treating our data as given, our objective is to choose the values of P and Q that maximizes the logarithm of the joint probability (i.e., eq. 2.3) of observing our data that we actually have. We can derive what is referred to as the data sample s log-likelihood function, L( ), where: T 2 2 ˆ ˆ 1 L ˆ y,...,y ln f y,...,y ˆ 0.5 ln 2 ln σ εˆ σ εˆ 1 T 1 T t t (2.4) t1 t (Hint: Remember the formula for an unbiased estimate of σ 2 under the CRM and how one identifies the error term vector given current parameter estimates.) A depiction of a log-likelihood function for a single parameter, θ, is shown in the figure to the right which also displays the general search procedure for identifying the optimal parameter value. 6

7 a) (15 pts) Modify the General Search method you developed for (1a) to estimate instead the two parameters using the maximum likelihood function approach. Your task is to find the values of these two parameters that maximize the value of (2.4). The following figure depicts a similar problem but with a different log-likelihood function and two parameters, Beta_1 and Beta_2. Besides the final maximum likelihood parameter estimates, you should also display the final total sample log-likelihood function value. b) (5 pts) Generate a graph similar to the above for parameter values surrounding the final parameter estimates. Graphically identify the optimal values of P and G. Extra Credit Due Feb. 10, 2015: The above questions have been devoted to using search methods to obtain estimates of a limited number of unknown regression parameters. Obviously to examine the properties of these point estimates we need to know the distribution of these estimates. I would like you to propose a method by which you can obtain parameter estimate standard errors. There is no one method to do this. Develop MATLAB code to implement your proposed algorithm and apply this to the analysis of the regression model applied in question #2 above. Modify your output to include these standard errors in a final result table. 7

8 8

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

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

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

Lecture 17: More on Markov Decision Processes. Reinforcement learning

Lecture 17: More on Markov Decision Processes. Reinforcement learning Lecture 17: More on Markov Decision Processes. Reinforcement learning Learning a model: maximum likelihood Learning a value function directly Monte Carlo Temporal-difference (TD) learning COMP-424, Lecture

More information

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs 1. Introduction The GARCH-MIDAS model decomposes the conditional variance into the short-run and long-run components. The former is a mean-reverting

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

1 Answers to the Sept 08 macro prelim - Long Questions

1 Answers to the Sept 08 macro prelim - Long Questions Answers to the Sept 08 macro prelim - Long Questions. Suppose that a representative consumer receives an endowment of a non-storable consumption good. The endowment evolves exogenously according to ln

More information

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function?

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? DOI 0.007/s064-006-9073-z ORIGINAL PAPER Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? Jules H. van Binsbergen Michael W. Brandt Received:

More information

Project exam for STK Computational statistics

Project exam for STK Computational statistics Project exam for STK4051 - Computational statistics Fall 2017 Part 1 (of 2) This is the first part of the exam project set for STK4051/9051, fall semester 2017. It is made available on the course website

More information

1 The Solow Growth Model

1 The Solow Growth Model 1 The Solow Growth Model The Solow growth model is constructed around 3 building blocks: 1. The aggregate production function: = ( ()) which it is assumed to satisfy a series of technical conditions: (a)

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

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

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 6 Point Estimation Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Point Estimation Statistical inference: directed toward conclusions about one or more parameters. We will use the generic

More information

This homework assignment uses the material on pages ( A moving average ).

This homework assignment uses the material on pages ( A moving average ). Module 2: Time series concepts HW Homework assignment: equally weighted moving average This homework assignment uses the material on pages 14-15 ( A moving average ). 2 Let Y t = 1/5 ( t + t-1 + t-2 +

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

Lecture outline W.B.Powell 1

Lecture outline W.B.Powell 1 Lecture outline What is a policy? Policy function approximations (PFAs) Cost function approximations (CFAs) alue function approximations (FAs) Lookahead policies Finding good policies Optimizing continuous

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

X ln( +1 ) +1 [0 ] Γ( )

X ln( +1 ) +1 [0 ] Γ( ) Problem Set #1 Due: 11 September 2014 Instructor: David Laibson Economics 2010c Problem 1 (Growth Model): Recall the growth model that we discussed in class. We expressed the sequence problem as ( 0 )=

More information

Homework 1 Due February 10, 2009 Chapters 1-4, and 18-24

Homework 1 Due February 10, 2009 Chapters 1-4, and 18-24 Homework Due February 0, 2009 Chapters -4, and 8-24 Make sure your graphs are scaled and labeled correctly. Note important points on the graphs and label them. Also be sure to label the axis on all of

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

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

Financial Econometrics

Financial Econometrics Financial Econometrics Introduction to Financial Econometrics Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Set Notation Notation for returns 2 Summary statistics for distribution of data

More information

2D5362 Machine Learning

2D5362 Machine Learning 2D5362 Machine Learning Reinforcement Learning MIT GALib Available at http://lancet.mit.edu/ga/ download galib245.tar.gz gunzip galib245.tar.gz tar xvf galib245.tar cd galib245 make or access my files

More information

Assicurazioni Generali: An Option Pricing Case with NAGARCH

Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: An Option Pricing Case with NAGARCH Assicurazioni Generali: Business Snapshot Find our latest analyses and trade ideas on bsic.it Assicurazioni Generali SpA is an Italy-based insurance

More information

Chapter 8. Markowitz Portfolio Theory. 8.1 Expected Returns and Covariance

Chapter 8. Markowitz Portfolio Theory. 8.1 Expected Returns and Covariance Chapter 8 Markowitz Portfolio Theory 8.1 Expected Returns and Covariance The main question in portfolio theory is the following: Given an initial capital V (0), and opportunities (buy or sell) in N securities

More information

EE266 Homework 5 Solutions

EE266 Homework 5 Solutions EE, Spring 15-1 Professor S. Lall EE Homework 5 Solutions 1. A refined inventory model. In this problem we consider an inventory model that is more refined than the one you ve seen in the lectures. The

More information

1 A tax on capital income in a neoclassical growth model

1 A tax on capital income in a neoclassical growth model 1 A tax on capital income in a neoclassical growth model We look at a standard neoclassical growth model. The representative consumer maximizes U = β t u(c t ) (1) t=0 where c t is consumption in period

More information

What the hell statistical arbitrage is?

What the hell statistical arbitrage is? What the hell statistical arbitrage is? Statistical arbitrage is the mispricing of any given security according to their expected value, base on the mathematical analysis of its historic valuations. Statistical

More information

Review of key points about estimators

Review of key points about estimators Review of key points about estimators Populations can be at least partially described by population parameters Population parameters include: mean, proportion, variance, etc. Because populations are often

More information

9. Real business cycles in a two period economy

9. Real business cycles in a two period economy 9. Real business cycles in a two period economy Index: 9. Real business cycles in a two period economy... 9. Introduction... 9. The Representative Agent Two Period Production Economy... 9.. The representative

More information

MACROECONOMICS. Prelim Exam

MACROECONOMICS. Prelim Exam MACROECONOMICS Prelim Exam Austin, June 1, 2012 Instructions This is a closed book exam. If you get stuck in one section move to the next one. Do not waste time on sections that you find hard to solve.

More information

Graduate Macro Theory II: Notes on Value Function Iteration

Graduate Macro Theory II: Notes on Value Function Iteration Graduate Macro Theory II: Notes on Value Function Iteration Eric Sims University of Notre Dame Spring 07 Introduction These notes discuss how to solve dynamic economic models using value function iteration.

More information

Exercises on the New-Keynesian Model

Exercises on the New-Keynesian Model Advanced Macroeconomics II Professor Lorenza Rossi/Jordi Gali T.A. Daniël van Schoot, daniel.vanschoot@upf.edu Exercises on the New-Keynesian Model Schedule: 28th of May (seminar 4): Exercises 1, 2 and

More information

STAT 509: Statistics for Engineers Dr. Dewei Wang. Copyright 2014 John Wiley & Sons, Inc. All rights reserved.

STAT 509: Statistics for Engineers Dr. Dewei Wang. Copyright 2014 John Wiley & Sons, Inc. All rights reserved. STAT 509: Statistics for Engineers Dr. Dewei Wang Applied Statistics and Probability for Engineers Sixth Edition Douglas C. Montgomery George C. Runger 7 Point CHAPTER OUTLINE 7-1 Point Estimation 7-2

More information

Questions 3-6 are each weighted twice as much as each of the other questions.

Questions 3-6 are each weighted twice as much as each of the other questions. Mathematics 107 Professor Alan H. Stein December 1, 005 SOLUTIONS Final Examination Questions 3-6 are each weighted twice as much as each of the other questions. 1. A savings account is opened with a deposit

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

Case Study: Heavy-Tailed Distribution and Reinsurance Rate-making

Case Study: Heavy-Tailed Distribution and Reinsurance Rate-making Case Study: Heavy-Tailed Distribution and Reinsurance Rate-making May 30, 2016 The purpose of this case study is to give a brief introduction to a heavy-tailed distribution and its distinct behaviors in

More information

1 Dynamic programming

1 Dynamic programming 1 Dynamic programming A country has just discovered a natural resource which yields an income per period R measured in terms of traded goods. The cost of exploitation is negligible. The government wants

More information

10/1/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1

10/1/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 Pivotal subject: distributions of statistics. Foundation linchpin important crucial You need sampling distributions to make inferences:

More information

DRAFT. 1 exercise in state (S, t), π(s, t) = 0 do not exercise in state (S, t) Review of the Risk Neutral Stock Dynamics

DRAFT. 1 exercise in state (S, t), π(s, t) = 0 do not exercise in state (S, t) Review of the Risk Neutral Stock Dynamics Chapter 12 American Put Option Recall that the American option has strike K and maturity T and gives the holder the right to exercise at any time in [0, T ]. The American option is not straightforward

More information

Monetary Economics Final Exam

Monetary Economics Final Exam 316-466 Monetary Economics Final Exam 1. Flexible-price monetary economics (90 marks). Consider a stochastic flexibleprice money in the utility function model. Time is discrete and denoted t =0, 1,...

More information

Structural change and spurious persistence in stochastic volatility SFB 823. Discussion Paper. Walter Krämer, Philip Messow

Structural change and spurious persistence in stochastic volatility SFB 823. Discussion Paper. Walter Krämer, Philip Messow SFB 823 Structural change and spurious persistence in stochastic volatility Discussion Paper Walter Krämer, Philip Messow Nr. 48/2011 Structural Change and Spurious Persistence in Stochastic Volatility

More information

P2.T8. Risk Management & Investment Management. Jorion, Value at Risk: The New Benchmark for Managing Financial Risk, 3rd Edition.

P2.T8. Risk Management & Investment Management. Jorion, Value at Risk: The New Benchmark for Managing Financial Risk, 3rd Edition. P2.T8. Risk Management & Investment Management Jorion, Value at Risk: The New Benchmark for Managing Financial Risk, 3rd Edition. Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM and Deepa Raju

More information

Is regulatory capital pro-cyclical? A macroeconomic assessment of Basel II

Is regulatory capital pro-cyclical? A macroeconomic assessment of Basel II Is regulatory capital pro-cyclical? A macroeconomic assessment of Basel II (preliminary version) Frank Heid Deutsche Bundesbank 2003 1 Introduction Capital requirements play a prominent role in international

More information

Non-Deterministic Search

Non-Deterministic Search Non-Deterministic Search MDP s 1 Non-Deterministic Search How do you plan (search) when your actions might fail? In general case, how do you plan, when the actions have multiple possible outcomes? 2 Example:

More information

Chapter 7: Estimation Sections

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

More information

Econ 582 Nonlinear Regression

Econ 582 Nonlinear Regression Econ 582 Nonlinear Regression Eric Zivot June 3, 2013 Nonlinear Regression In linear regression models = x 0 β (1 )( 1) + [ x ]=0 [ x = x] =x 0 β = [ x = x] [ x = x] x = β it is assumed that the regression

More information

Introduction to Fall 2007 Artificial Intelligence Final Exam

Introduction to Fall 2007 Artificial Intelligence Final Exam NAME: SID#: Login: Sec: 1 CS 188 Introduction to Fall 2007 Artificial Intelligence Final Exam You have 180 minutes. The exam is closed book, closed notes except a two-page crib sheet, basic calculators

More information

Modelling the Sharpe ratio for investment strategies

Modelling the Sharpe ratio for investment strategies Modelling the Sharpe ratio for investment strategies Group 6 Sako Arts 0776148 Rik Coenders 0777004 Stefan Luijten 0783116 Ivo van Heck 0775551 Rik Hagelaars 0789883 Stephan van Driel 0858182 Ellen Cardinaels

More information

Machine Learning for Quantitative Finance

Machine Learning for Quantitative Finance Machine Learning for Quantitative Finance Fast derivative pricing Sofie Reyners Joint work with Jan De Spiegeleer, Dilip Madan and Wim Schoutens Derivative pricing is time-consuming... Vanilla option pricing

More information

Monitoring - revisited

Monitoring - revisited Monitoring - revisited Anders Ringgaard Kristensen Slide 1 Outline Filtering techniques applied to monitoring of daily gain in slaughter pigs: Introduction Basic monitoring Shewart control charts DLM and

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

P1: TIX/XYZ P2: ABC JWST JWST075-Goos June 6, :57 Printer Name: Yet to Come. A simple comparative experiment

P1: TIX/XYZ P2: ABC JWST JWST075-Goos June 6, :57 Printer Name: Yet to Come. A simple comparative experiment 1 A simple comparative experiment 1.1 Key concepts 1. Good experimental designs allow for precise estimation of one or more unknown quantities of interest. An example of such a quantity, or parameter,

More information

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

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

More information

Notes on the EM Algorithm Michael Collins, September 24th 2005

Notes on the EM Algorithm Michael Collins, September 24th 2005 Notes on the EM Algorithm Michael Collins, September 24th 2005 1 Hidden Markov Models A hidden Markov model (N, Σ, Θ) consists of the following elements: N is a positive integer specifying the number of

More information

Multi-armed bandits in dynamic pricing

Multi-armed bandits in dynamic pricing Multi-armed bandits in dynamic pricing Arnoud den Boer University of Twente, Centrum Wiskunde & Informatica Amsterdam Lancaster, January 11, 2016 Dynamic pricing A firm sells a product, with abundant inventory,

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

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Prof. Chuan-Ju Wang Department of Computer Science University of Taipei Joint work with Prof. Ming-Yang Kao March 28, 2014

More information

Clark. Outside of a few technical sections, this is a very process-oriented paper. Practice problems are key!

Clark. Outside of a few technical sections, this is a very process-oriented paper. Practice problems are key! Opening Thoughts Outside of a few technical sections, this is a very process-oriented paper. Practice problems are key! Outline I. Introduction Objectives in creating a formal model of loss reserving:

More information

PhD Qualifier Examination

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

More information

The homework is due on Wednesday, September 7. Each questions is worth 0.8 points. No partial credits.

The homework is due on Wednesday, September 7. Each questions is worth 0.8 points. No partial credits. Homework : Econ500 Fall, 0 The homework is due on Wednesday, September 7. Each questions is worth 0. points. No partial credits. For the graphic arguments, use the graphing paper that is attached. Clearly

More information

Non-Inferiority Tests for Two Means in a 2x2 Cross-Over Design using Differences

Non-Inferiority Tests for Two Means in a 2x2 Cross-Over Design using Differences Chapter 510 Non-Inferiority Tests for Two Means in a 2x2 Cross-Over Design using Differences Introduction This procedure computes power and sample size for non-inferiority tests in 2x2 cross-over designs

More information

Section 0: Introduction and Review of Basic Concepts

Section 0: Introduction and Review of Basic Concepts Section 0: Introduction and Review of Basic Concepts Carlos M. Carvalho The University of Texas McCombs School of Business mccombs.utexas.edu/faculty/carlos.carvalho/teaching 1 Getting Started Syllabus

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

Final exam solutions

Final exam solutions EE365 Stochastic Control / MS&E251 Stochastic Decision Models Profs. S. Lall, S. Boyd June 5 6 or June 6 7, 2013 Final exam solutions This is a 24 hour take-home final. Please turn it in to one of the

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

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality

Point Estimation. Some General Concepts of Point Estimation. Example. Estimator quality Point Estimation Some General Concepts of Point Estimation Statistical inference = conclusions about parameters Parameters == population characteristics A point estimate of a parameter is a value (based

More information

RISK BASED LIFE CYCLE COST ANALYSIS FOR PROJECT LEVEL PAVEMENT MANAGEMENT. Eric Perrone, Dick Clark, Quinn Ness, Xin Chen, Ph.D, Stuart Hudson, P.E.

RISK BASED LIFE CYCLE COST ANALYSIS FOR PROJECT LEVEL PAVEMENT MANAGEMENT. Eric Perrone, Dick Clark, Quinn Ness, Xin Chen, Ph.D, Stuart Hudson, P.E. RISK BASED LIFE CYCLE COST ANALYSIS FOR PROJECT LEVEL PAVEMENT MANAGEMENT Eric Perrone, Dick Clark, Quinn Ness, Xin Chen, Ph.D, Stuart Hudson, P.E. Texas Research and Development Inc. 2602 Dellana Lane,

More information

Course information FN3142 Quantitative finance

Course information FN3142 Quantitative finance Course information 015 16 FN314 Quantitative finance This course is aimed at students interested in obtaining a thorough grounding in market finance and related empirical methods. Prerequisite If taken

More information

Market Timing Does Work: Evidence from the NYSE 1

Market Timing Does Work: Evidence from the NYSE 1 Market Timing Does Work: Evidence from the NYSE 1 Devraj Basu Alexander Stremme Warwick Business School, University of Warwick November 2005 address for correspondence: Alexander Stremme Warwick Business

More information

Econometrics and Economic Data

Econometrics and Economic Data Econometrics and Economic Data Chapter 1 What is a regression? By using the regression model, we can evaluate the magnitude of change in one variable due to a certain change in another variable. For example,

More information

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Piyush Rai CS5350/6350: Machine Learning November 29, 2011 Reinforcement Learning Supervised Learning: Uses explicit supervision

More information

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE

INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE INFORMATION EFFICIENCY HYPOTHESIS THE FINANCIAL VOLATILITY IN THE CZECH REPUBLIC CASE Abstract Petr Makovský If there is any market which is said to be effective, this is the the FOREX market. Here we

More information

Chapter 6. Transformation of Variables

Chapter 6. Transformation of Variables 6.1 Chapter 6. Transformation of Variables 1. Need for transformation 2. Power transformations: Transformation to achieve linearity Transformation to stabilize variance Logarithmic transformation MACT

More information

An Empirical Examination of the Electric Utilities Industry. December 19, Regulatory Induced Risk Aversion in. Contracting Behavior

An Empirical Examination of the Electric Utilities Industry. December 19, Regulatory Induced Risk Aversion in. Contracting Behavior An Empirical Examination of the Electric Utilities Industry December 19, 2011 The Puzzle Why do price-regulated firms purchase input coal through both contract Figure and 1(a): spot Contract transactions,

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

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints David Laibson 9/11/2014 Outline: 1. Precautionary savings motives 2. Liquidity constraints 3. Application: Numerical solution

More information

Online Appendix for The Importance of Being. Marginal: Gender Differences in Generosity

Online Appendix for The Importance of Being. Marginal: Gender Differences in Generosity Online Appendix for The Importance of Being Marginal: Gender Differences in Generosity Stefano DellaVigna, John List, Ulrike Malmendier, Gautam Rao January 14, 2013 This appendix describes the structural

More information

Chapter 2 Uncertainty Analysis and Sampling Techniques

Chapter 2 Uncertainty Analysis and Sampling Techniques Chapter 2 Uncertainty Analysis and Sampling Techniques The probabilistic or stochastic modeling (Fig. 2.) iterative loop in the stochastic optimization procedure (Fig..4 in Chap. ) involves:. Specifying

More information

Introduction to Reinforcement Learning. MAL Seminar

Introduction to Reinforcement Learning. MAL Seminar Introduction to Reinforcement Learning MAL Seminar 2014-2015 RL Background Learning by interacting with the environment Reward good behavior, punish bad behavior Trial & Error Combines ideas from psychology

More information

M.I.T Fall Practice Problems

M.I.T Fall Practice Problems M.I.T. 15.450-Fall 2010 Sloan School of Management Professor Leonid Kogan Practice Problems 1. Consider a 3-period model with t = 0, 1, 2, 3. There are a stock and a risk-free asset. The initial stock

More information

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS

Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Chapter 7: SAMPLING DISTRIBUTIONS & POINT ESTIMATION OF PARAMETERS Part 1: Introduction Sampling Distributions & the Central Limit Theorem Point Estimation & Estimators Sections 7-1 to 7-2 Sample data

More information

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t - 1 - **** These answers indicate the solutions to the 2014 exam questions. Obviously you should plot graphs where I have simply described the key features. It is important when plotting graphs to label

More information

ADVANCED MACROECONOMIC TECHNIQUES NOTE 7b

ADVANCED MACROECONOMIC TECHNIQUES NOTE 7b 316-406 ADVANCED MACROECONOMIC TECHNIQUES NOTE 7b Chris Edmond hcpedmond@unimelb.edu.aui Aiyagari s model Arguably the most popular example of a simple incomplete markets model is due to Rao Aiyagari (1994,

More information

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration

Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Reinforcement Learning (1): Discrete MDP, Value Iteration, Policy Iteration Piyush Rai CS5350/6350: Machine Learning November 29, 2011 Reinforcement Learning Supervised Learning: Uses explicit supervision

More information

Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS001) p approach

Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS001) p approach Int. Statistical Inst.: Proc. 58th World Statistical Congress, 2011, Dublin (Session CPS001) p.5901 What drives short rate dynamics? approach A functional gradient descent Audrino, Francesco University

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

APPM 2360 Project 1. Due: Friday October 6 BEFORE 5 P.M.

APPM 2360 Project 1. Due: Friday October 6 BEFORE 5 P.M. APPM 2360 Project 1 Due: Friday October 6 BEFORE 5 P.M. 1 Introduction A pair of close friends are currently on the market to buy a house in Boulder. Both have obtained engineering degrees from CU and

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

u (x) < 0. and if you believe in diminishing return of the wealth, then you would require

u (x) < 0. and if you believe in diminishing return of the wealth, then you would require Chapter 8 Markowitz Portfolio Theory 8.7 Investor Utility Functions People are always asked the question: would more money make you happier? The answer is usually yes. The next question is how much more

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

Implementing an Agent-Based General Equilibrium Model

Implementing an Agent-Based General Equilibrium Model Implementing an Agent-Based General Equilibrium Model 1 2 3 Pure Exchange General Equilibrium We shall take N dividend processes δ n (t) as exogenous with a distribution which is known to all agents There

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

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی

درس هفتم یادگیري ماشین. (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی یادگیري ماشین توزیع هاي نمونه و تخمین نقطه اي پارامترها Sampling Distributions and Point Estimation of Parameter (Machine Learning) دانشگاه فردوسی مشهد دانشکده مهندسی رضا منصفی درس هفتم 1 Outline Introduction

More information

What can we do with numerical optimization?

What can we do with numerical optimization? Optimization motivation and background Eddie Wadbro Introduction to PDE Constrained Optimization, 2016 February 15 16, 2016 Eddie Wadbro, Introduction to PDE Constrained Optimization, February 15 16, 2016

More information

Maximum Likelihood Estimation

Maximum Likelihood Estimation Maximum Likelihood Estimation The likelihood and log-likelihood functions are the basis for deriving estimators for parameters, given data. While the shapes of these two functions are different, they have

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Value at Risk Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Value at Risk Introduction VaR RiskMetrics TM Summary Risk What do we mean by risk? Dictionary: possibility

More information

6 Central Limit Theorem. (Chs 6.4, 6.5)

6 Central Limit Theorem. (Chs 6.4, 6.5) 6 Central Limit Theorem (Chs 6.4, 6.5) Motivating Example In the next few weeks, we will be focusing on making statistical inference about the true mean of a population by using sample datasets. Examples?

More information

Financial Engineering and Structured Products

Financial Engineering and Structured Products 550.448 Financial Engineering and Structured Products Week of March 31, 014 Structured Securitization Liability-Side Cash Flow Analysis & Structured ransactions Assignment Reading (this week, March 31

More information

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

More information