Estimating Dynamic Programming Models

Size: px
Start display at page:

Download "Estimating Dynamic Programming Models"

Transcription

1 Estimating Dynamic Programming Models Katsumi Shimotsu 1 Ken Yamada 2 1 Department of Economics Hitotsubashi University 2 School of Economics Singapore Management University Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 1 / 42

2 Dynamic Programming (Structural) Models For assessing various policy proposals (e.g. pension reform, export subsidy), understanding the dynamic response of individuals and firms is important. Regression models are subject to the Lucas critic. It is desirable to model dynamic optimizing behavior on individuals/firms explicitly, along with how the state of economy evolves. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 2 / 42

3 Dynamic Programming Models: Examples Rust (1987): bus engine replacement Rust and Rothwell (1995): nuclear plant operation Rust and Phelan (1997): retirement decision and pension/health plan Keane and Wolpin (1997): schooling, work and occupational choice Imai and Keane (2004): labor hours choice with human capital accumulation Possible to quantitatively assess the impact of public policies that have never been implemented (counter-factual simulation) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 3 / 42

4 Machine Replacement Model (Rust, 87) Consider a mechanic who maintains a computer. His objective is to maximize the discounted sum of utilities [ ] E β t U(a t, x t, ɛ t ; θ). max a 1,a 2,... t=1 a t {0, 1}: machine replacement decision x t : observable state variable (machine age) ɛ t : state variable observable to the mechanic, but not to econometrician: additional information on machine condition θ: parameter of interest Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 4 / 42

5 Machine Replacement Model (Rust, 87) The utility function: U(a t, x t, ɛ t ; θ) = mc(x t ; θ) a t rc(x t ; θ) + ɛ t. mc(x t ; θ): machine maintenance cost rc(x t ; θ): machine replacement cost ɛ t : unobserved (to econometrician) state variable Transition of x t : x t = a t 1 + (1 a t 1 )(x t 1 + 1). The state variable evolves according to (x t, ɛ t ) p(x t, ɛ t x t 1, ɛ t 1, a t 1 ; θ) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 5 / 42

6 Machine Replacement Model (Rust, 87) max a 1,a 2,... [ ] E β t U(a t, x t, ɛ t ; θ), (x t, ɛ t ) p(x t, ɛ t x t 1, ɛ t 1, a t 1 ; θ) t=1 We want to estimate θ from the data {a t, x t },t = 1,..., n. From the mechanic s point of view, he can solve this problem to obtain an optimal decision rule: a = δ(x, ɛ; θ). Because ɛ is unobservable to econometrician, the empirical implication of the model is the conditional choice probabilities (cf. probit model): P(a x; θ) = I {a = δ(x, ɛ; θ)} g(dɛ) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 6 / 42

7 How to compute P(a x; θ) Let s t = (x t, ɛ t ). Define the value function as [ ] W θ (s t ) = max E β s U(a s, s s ; θ) a t,a t+1,... s t. We may compute the value function by finding the fixed point of the Bellman equation { } W θ (s t ) = max a A U(a, s t, θ) + β W θ (s t+1 )p(ds t+1 s t, a). U(a, s t, θ): today s utility W θ (s t+1 ): maximum future utility when tomorrow s state is s t+1 s=t Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 7 / 42

8 How to compute P(a x; θ) Bellman equation W θ (s t ) = max a A { U(a, s t, θ) + β } W θ (s t+1 )p(ds t+1 s t, a). When ɛ t is continuously distributed, finding a fixed point of this Bellman equation becomes difficult The space of s t can be very large need to evaluate W θ (s) at many points Numerical integration in computing W θ (s t+1 )p(ds t+1 s t, a) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 8 / 42

9 How to compute P(a x; θ) Conditional Independence Assumption: the transition of x t and ɛ t can be written as p(x t+1, ɛ t+1 s t, a t ) = g(ɛ t+1 x t+1 )f (x t+1 x t, a t ). Any statistical dependence between ɛ t and ɛ t+1 is transmitted entirely through x t+1. The probability density of x t+1 depends only on x t and not ɛ t. ɛ t is a noise superimposed" on x t. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 9 / 42

10 How to compute P(a x; θ) Define the integrated value function as V θ (x t ) = W θ (x t, ɛ t )dg(ɛ t x t ) V θ (x) satisfies another Bellman equation V θ (x) = max a A { U(a, x, ɛ, θ)dg(ɛ x) + β } V θ (x )f (dx x, a). V θ (x) is a fixed point of a separate mapping on the reduced space of x rather than the space of s = (x, ɛ). Under some assumptions on U(a, x, ɛ), one does not need to use numerical integration to compute the right hand side. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 10 / 42

11 How to compute P(a x; θ) Example: U(a, x, ɛ; θ) = u(a, x; θ) + ɛ(a), and ɛ(a) follows extreme value dist n (logit error), independent across a. Then one does not need to use numerical integration to compute the right hand side of the Bellman equation. Further, P(a x; θ) admits a multinomial logit formula P(a x; θ) = exp[u(a, x; θ) + EV θ(a, x)] J j=1 exp[u(j, x; θ) + EV θ(j, x)], where EV θ (a, x) = V θ (x )f (dx x, a) = the maximum future utility when the pair of the current action and observable state is (a, x) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 11 / 42

12 Nested Fixed Point (NFXP) algorithm (Rust, 87) Given a (cross-sectional) data set {a i, x i } n i=1, the NFXP solves Inner loop: for each candidate value of θ, solve the integrated Bellman equation to compute EV θ (a, x) and then compute the equilibrium conditional choice probabilities P(a x; θ). Outer loop: max θ N 1 N i=1 ln P (a i x i ; θ) Then, ˆθ is the MLE. Computational cost depends on the size of the state space (the support points of x and a). Computationally intensive when x may take many different values. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 12 / 42

13 Alternate fixed point mapping Hotz and Miller (1993, ReStud), Aguirregabiria and Mira (2002, ECMA; 2007, ECMA) Computationally attractive alternative to the NFXP These procedures use the fixed point in the space of P(a x): the conditional choice probability of action a given x. Unlike the value function, we can obtain a good guess" of P(a x) from the data, typically from a frequency estimator. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 13 / 42

14 Relation between value function and P(a x) Given the value function, computing P(a x) is not very difficult (logit formula). But computing the value function [ ] W (s t ) = max E β s U(a s, s s ; θ) a t,a t+1,... s t directly from P(a x) is difficult, even with simulations. Assume additive separability: s=t U(a, s) = u(a, x) + ɛ. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 14 / 42

15 Alternate fixed point mapping The Bellman equation W (s t ) = max a A { u(x t, a) + ɛ(a) + β } W (s t+1 )p(ds t+1 s t, a). Define the integrated value function as V (x t ) = W (x t, ɛ t )dp(ɛ t x t ) With additive separability, V (x) satisfies another Bellman equation = V (x) max a A { u(x, a) + ɛ(a) + β } V (x )f (dx x, a) dp(ɛ t x). Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 15 / 42

16 Alternate fixed point mapping Mapping from P(a x) to the value function V (x) = { } P(a x) u(x, a) + E[ɛ(a) x, a] + β V (x )f (dx x, a) X a A where E[ɛ(a) x, a] is the expected value of ɛ conditional on action a is chosen. E[ɛ(a) x, a] admits a simple closed-form representation. Combining this with the mapping from the value function to P gives a mapping Ψ(θ, P): P(a x) {a,x} P(a x) {a,x}. True P is the fixed point of this mapping. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 16 / 42

17 Nested pseudo-likelihood (NPL) estimator (Aguirregabiria and Mira, 02, 07) Define P = P(a x) {a,x} : vector of conditional choice probabilities for all a and x. Start from a guess of P, P 0. Typically, a frequency estimator. Estimate θ by θ 1 = arg max Update P by P 1 = Ψ( θ 1, P 0 ). n ln Ψ(θ, P 0 )(a i x i ). Update θ and P further by θ 2 = arg max n i=1 ln Ψ(θ, P 1 )(a i x i ), P 2 = Ψ( θ 2, P 1 ),... i=1 Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 17 / 42

18 Nested pseudo-likelihood (NPL) estimator (Aguirregabiria and Mira, 02, 07) Once P is fixed, evaluating Ψ(θ, P) for different θ does not require computing a fixed point. In a single agent model (for example, bus engine model), θ 1 is first-order equivalent to the MLE. θ j approaches to the MLE in a higher-order sense as j increases. (Kasahara and Shimotsu, 2008) In multiple agent (game-theoretic) model, θ 1 is not the MLE. Iterating the updating may give a better estimator. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 18 / 42

19 Game-theoretic models We may view the bus engine model as a model with a fixed point constraint ˆθ ML = arg max θ Θ 1 n n ln P (a i x i ; θ) i=1 s.t. P = Ψ(θ, P) Game-theoretic models are also characterized by a fixed point. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 19 / 42

20 Game-theoretic models Many markets are characterized as a competition among a few firms with differentiated products. In such markets, strategic interaction between firms become important. We want to understand how firms compete with each other in such markets. Implications for competition policy, entry regulation, etc. Structural economic models" explicitly model firms strategic interaction (and dynamic choice) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 20 / 42

21 Simple static game of entry Two potential entrants to a market (for example, 5th generation smartphone, Docomo and KDDI). If both firms enter, both firms earn positive profit. If only one firm enters, it earns larger profit. Payoff matrix firm 2 in out firm 1 in (1, 1) (3, 0) out (0, 3) (0, 0) Nash equilibrium: given the other player s action, I have no incentive to change my action (in,in) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 21 / 42

22 Games with private information But firm 1 may not know everything about firm 2. Payoff matrix with a random component firm 2 in out firm 1 in (ε 1 θ, ε 2 θ) (ε 1, 0) out (0, ε 2 ) (0, 0) ε 1 and ε 2 are drawn independently from uniform distribution[0, 1]. Both firms know θ. Only firm 1 observes ε 1, and only firm 2 observes ε 2 (private information). Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 22 / 42

23 How to determine the equilibrium firm 2 in out firm 1 in (ε 1 θ, ε 2 θ) (ε 1, 0) out (0, ε 2 ) (0, 0) Suppose firm 1 thinks that firm 2 enters with probability P 2 = firm 1 s subjective probability ( belief") Firm 1 enters the market if P 2 (ε 1 θ) + (1 P 2 )ε 1 > 0 ε 1 > θp 2 Because ε 1 U[0, 1], firm 1 enters the market with probability 1 θp 2 when his belief is P 2. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 23 / 42

24 How to determine the equilibrium Firm 1 enters the market with probability 1 θp 2 when his belief is P 2. Firm 2 enters the market with probability 1 θp 1 when his belief is P 1. Bayesian perfect equilibrium: both players belief must be consistent with their action. P 1 = 1 θp 2, P 2 = 1 θp 1 P 1 = P 2 = 1/(1 + θ) Best response mapping: [0, 1] 2 [0, 1] 2 Ψ(θ, P) = (1 θp 2, 1 θp 1 ). Then BPE is a fixed point of Ψ : P = Ψ(θ, P ) Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 24 / 42

25 Estimation of θ in this model Suppose we have iid data of the entry decision (a 1i, a 2i ) for i = 1,..., n, and we want to estimate the value of θ. If we assume the data are in the equilibrium, we can estimate θ by [ ˆθ = 1 1 ˆP ˆP ] 2. 2 ˆP 1 ˆP 2 Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 25 / 42

26 Dynamic discrete game N firms = potential entrants Entry/exit choice: a it A = {0, 1}. Firm i s profit in period t: Π i (a t, S t, a i,t 1, ɛ t ; θ) All the firms current decision: a t = (a 1t,..., a Nt ) Market demand condition: St (observable) Past entry decision: a i,t 1 Private shocks: ɛt = (ɛ 1t,..., ɛ Nt ). θ: parameter of interest Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 26 / 42

27 Dynamic discrete game Profit function of firm i: Π i (a t, S t, a t 1, ɛ it ; θ) = θ RS ln S t θ FC,i θ EC (1 a i,t 1 ) θ RN ln(1 + j i a jt ) + ɛ it1 θ RS : Revenue parameter θ FC,i : Operating cost θ EC : Entry cost θ RN : Degree of strategic substitution Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 27 / 42

28 Dynamic discrete game Dynamic optimization by firm i [ ] E β t Π i (a t, S t, a i,t 1, ɛ t ; θ) S t, a t 1 ; θ max a i1,a i2,... t=0 Assume the state variable follows a Markov process Markov decision problem given his belief Stationary solution Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 28 / 42

29 Dynamic discrete game Empirical implication: firm i s conditional choice probabilities = P i (a x). P i = {P i (a x)} (a,x) : firm i s conditional choice probabilities for all possible x The conditional choice probabilities of all the firms: P = (P 1,..., P N ) For a given θ, an equilibrium is characterized by a fixed point of the best response mapping P = Ψ(θ, P) We assume Ψ(θ, P) has a unique fixed point for the moment. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 29 / 42

30 P can be large For example, 5 potential entrants all the firms entry status in the previous period: 2 5 = 32 support points market condition takes 10 different values x t takes = 320 different values Length of P = = 1600 finding a fixed point of Ψ can be computationally costly Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 30 / 42

31 Economic models with a fixed point constraint When P = P(a x) is the choice probability of a discrete action a conditional on x, the log-likelihood function is Q n (θ) = n ln P(a i x i ) s.t. P = Ψ(θ, P) i=1 Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 31 / 42

32 Constraint optimization approach (Su and Judd, 2012) Write down the Lagrangian L(θ, P, λ) = 1 n n ln P (a i x i ) + λ(p Ψ(θ, P)) i=1 Solve the first-order condition θ L(θ, P, λ ) = 0, P L(θ, P, λ ) = 0, P Ψ(θ, P ) = 0 According to the authors, one can solve this problem using the NEOS Server, a free internet service which gives the user access to several state-of-the-art solvers." Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 32 / 42

33 NPL estimator (Aguirregabiria and Mira, 2007) P 0 : initial guess of P Step 1: Given P k 1, 1 n n ln[ψ(θ, P k 1 )](a i x i ). i=1 can be viewed as a pseudo log-likelihood function. So, estimate θ by maximizing this objective function θ k Step 2: Given θ k, update the estimate of P by P k = Ψ( θ k, P k 1 ). Iterate Steps 1-2: { θ k, P k } k=1 Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 33 / 42

34 NPL Fixed Points: {ˇθ, ˇP} If the sequence { θ k, P k } k=1 converges, its limit satisfies ˇθ = arg max θ ˇP = Ψ(ˇθ, ˇP). 1 n n ln[ψ(θ, ˇP)](a i x i ), The NPL estimator is defined as (ˇθ, ˇP) that achieves the highest pseudo-likelihood value. Easy to implement: standard optimization and policy iteration i=1 Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 34 / 42

35 Convergence of the NPL algorithm? Convergence of { θ k, P k } k=1? Empirical researchers report non-convergence of the NPL algorithm. For example, it can exhibit a 2-period cycle. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 35 / 42

36 Property of NPL updating (Kasahara and Shimotsu, 2012) In a neighborhood of P 0, θ j ˆθ NPL = O p ( P j 1 ˆP NPL ), P j ˆP NPL = M Ψθ Ψ P ( P j 1 ˆP NPL ) + smaller order terms, where Ψ P = P Ψ(θ, P) = Jacobian of Ψ(θ, P) M Ψθ = I Ψ θ (Ψ θ P Ψ θ ) 1 Ψ θ P The convergence of P k depends on the dominant eigenvalue of M Ψθ Ψ P. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 36 / 42

37 Dynamic Game Example (continued) Profit function of firm i: Π i (a t, S t, a t 1, ɛ it ; θ) = θ RS ln S t θ FC,i θ EC (1 a i,t 1 ) θ RN ln(1 + j i a jt ) + ɛ it1 θ RS : Revenue parameter θ FC,i : Operating cost θ EC : Entry cost θ RN : Degree of strategic substitution Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 37 / 42

38 Dominant eigenvalue of Ψ P and M Ψθ Ψ P θ RN ρ(ψ P ) ρ(m Ψθ Ψ P ) Note: dim(p) = 144 and dim(θ) = 2. Strong strategic substitutability { θ k, P k } diverges away from (θ 0, P 0 ). Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 38 / 42

39 What if Ψ is not locally contractive around P 0? (Kasahara and Shimotsu, 2012) (1) Relaxation method: [Λ(θ, P)](a x) = {[Ψ(θ, P)](a x)} α P(a x) (1 α), α (0, 1) easy, works in some cases (2) Recursive Projection Method Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 39 / 42

40 References I Aguirregabiria, V. and P. Mira (2002). Swapping the nested fixed point algorithm: a class of estimators for discrete Markov decision models. Econometrica 70, Aguirregabiria, V. and Mira, P. (2007). Sequential estimation of dynamic discrete games. Econometrica 75, Aguirregabiria, V. and Mira. P. (2010). Dynamic discrete choice structural models: A survey. Journal of Econometrics 156, Hotz, J. and R. A. Miller (1993). Conditional choice probabilities and the estimation of dynamic models. Review of Economic Studies 60, Imai, S., Keane, M. P. (2004). Intertemporal labor supply and human capital accumulation. International Economic Review 45, Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 40 / 42

41 References II Kasahara, H. and K. Shimotsu (2008) Pseudo-likelihood Estimation and Bootstrap Inference for Structural Discrete Markov Decision Models. Journal of Econometrics 146, Kasahara, H. and K. Shimotsu (2012) Sequential Estimation of Structural Models with a Fixed Point Constraint. Econometrica 80, Keane, M. P. and K. I. Wolpin (1997). The Career Decisions of Young Men. Journal of Political Economy, 105, Rust, J. (1987). Optimal replacement of GMC bus engines: an empirical model of Harold Zurcher. Econometrica 55, Rust, J., Rothwell, G. (1995). Optimal Response to a Shift in Regulatory Regime: The Case of the US Nuclear Power Industry. Journal of Applied Econometrics 10, S75-S118. Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 41 / 42

42 References III Rust, J., Phelan. C. (1997). How Social Security and Medicare Affect Retirement Behavior In a World of Incomplete Markets. Econometrica 65, Su, Che-Lin and Judd, K. L. (2012). Constrained optimization approaches to estimation of structural models. Econometrica 80, Katsumi Shimotsu, Ken Yamada DP models JEA 2011 tutorial session 42 / 42

Estimating Single-Agent Dynamic Models

Estimating Single-Agent Dynamic Models Estimating Single-Agent Dynamic Models Paul T. Scott Empirical IO Fall, 2013 1 / 49 Why are dynamics important? The motivation for using dynamics is usually external validity: we want to simulate counterfactuals

More information

Sequential Estimation of Structural Models with a Fixed Point Constraint

Sequential Estimation of Structural Models with a Fixed Point Constraint Sequential Estimation of Structural Models with a Fixed Point Constraint Hiroyuki Kasahara Department of Economics University of British Columbia hkasahar@mail.ubc.ca Katsumi Shimotsu Department of Economics

More information

Sequential Estimation of Dynamic Programming Models

Sequential Estimation of Dynamic Programming Models Sequential Estimation of Dynamic Programming Models Hiroyuki Kasahara Department of Economics University of British Columbia hkasahar@gmail.com Katsumi Shimotsu Department of Economics Hitotsubashi University

More information

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES. Victor Aguirregabiria (Boston University) and. Pedro Mira (CEMFI) Applied Micro Workshop at Minnesota

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES. Victor Aguirregabiria (Boston University) and. Pedro Mira (CEMFI) Applied Micro Workshop at Minnesota SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES Victor Aguirregabiria (Boston University) and Pedro Mira (CEMFI) Applied Micro Workshop at Minnesota February 16, 2006 CONTEXT AND MOTIVATION Many interesting

More information

Estimating Dynamic Discrete-Choice Games of Incomplete Information

Estimating Dynamic Discrete-Choice Games of Incomplete Information Estimating Dynamic Discrete-Choice Games of Incomplete Information Michael Egesdal Zhenyu Lai Che-Lin Su October 5, 2012 Abstract We investigate the estimation of models of dynamic discrete-choice games

More information

Estimation of Discrete Choice Dynamic Programming Models

Estimation of Discrete Choice Dynamic Programming Models Estimation of Discrete Choice Dynamic Programming Models Hiroyuki Kasahara Department of Economics University of British Columbia hkasahar@mail.ubc.com Katsumi Shimotsu Faculty of Economics University

More information

ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION

ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION Lecture 12: Dynamic Games of Oligopoly Competition Victor Aguirregabiria (University of Toronto) Toronto. Winter 2018 Victor Aguirregabiria () Empirical IO Toronto.

More information

ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION

ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION Lecture 8: Dynamic Games of Oligopoly Competition Victor Aguirregabiria (University of Toronto) Toronto. Winter 2017 Victor Aguirregabiria () Empirical IO Toronto.

More information

Syllabus. By Joan Llull. Microeconometrics. IDEA PhD Program. Fall Chapter 1: Introduction and a Brief Review of Relevant Tools

Syllabus. By Joan Llull. Microeconometrics. IDEA PhD Program. Fall Chapter 1: Introduction and a Brief Review of Relevant Tools Syllabus By Joan Llull Microeconometrics. IDEA PhD Program. Fall 2017 Chapter 1: Introduction and a Brief Review of Relevant Tools I. Overview II. Maximum Likelihood A. The Likelihood Principle B. The

More information

Lecture notes: Rust (1987) Economics : M. Shum 1

Lecture notes: Rust (1987) Economics : M. Shum 1 Economics 180.672: M. Shum 1 Estimate the parameters of a dynamic optimization problem: when to replace engine of a bus? This is a another practical example of an optimal stopping problem, which is easily

More information

Mini Course on Structural Estimation of Static and Dynamic Games

Mini Course on Structural Estimation of Static and Dynamic Games Mini Course on Structural Estimation of Static and Dynamic Games Junichi Suzuki University of Toronto June 1st, 2009 1 Part : Estimation of Dynamic Games 2 ntroduction Firms often compete each other overtime

More information

Dynamic Discrete Choice Structural Models in Empirical IO

Dynamic Discrete Choice Structural Models in Empirical IO Dynamic Discrete Choice Structural Models in Empirical IO Lecture 4: Euler Equations and Finite Dependence in Dynamic Discrete Choice Models Victor Aguirregabiria (University of Toronto) Carlos III, Madrid

More information

Estimating Single-Agent Dynamic Models

Estimating Single-Agent Dynamic Models Estimating Single-Agent Dynamic Models Paul T. Scott New York University Empirical IO Course Fall 2016 1 / 34 Introduction Why dynamic estimation? External validity Famous example: Hendel and Nevo s (2006)

More information

Lecture Notes: Estimation of dynamic discrete choice models

Lecture Notes: Estimation of dynamic discrete choice models Lecture Notes: Estimation of dynamic discrete choice models Jean-François Houde Cornell University November 7, 2016 These lectures notes incorporate material from Victor Agguirregabiria s graduate IO slides

More information

On the iterated estimation of dynamic discrete choice games

On the iterated estimation of dynamic discrete choice games On the iterated estimation of dynamic discrete choice games Federico A. Bugni Jackson Bunting The Institute for Fiscal Studies Department of Economics, UCL cemmap working paper CWP13/18 On the iterated

More information

Constrained Optimization Approaches to Estimation of Structural Models: Comment

Constrained Optimization Approaches to Estimation of Structural Models: Comment Constrained Optimization Approaches to Estimation of Structural Models: Comment Fedor Iskhakov, University of New South Wales Jinhyuk Lee, Ulsan National Institute of Science and Technology John Rust,

More information

Lecture 14 More on structural estimation

Lecture 14 More on structural estimation Lecture 14 More on structural estimation Economics 8379 George Washington University Instructor: Prof. Ben Williams traditional MLE and GMM MLE requires a full specification of a model for the distribution

More information

An empirical model of firm entry with endogenous product-type choices

An empirical model of firm entry with endogenous product-type choices and An empirical model of firm entry with endogenous product-type choices, RAND Journal of Economics 31 Jan 2013 Introduction and Before : entry model, identical products In this paper : entry with simultaneous

More information

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES Víctor Aguirregabiria and Pedro Mira CEMFI Working Paper No. 0413 September 2004 CEMFI Casado del Alisal 5; 28014 Madrid Tel. (34) 914 290 551. Fax (34)

More information

1 Hotz-Miller approach: avoid numeric dynamic programming

1 Hotz-Miller approach: avoid numeric dynamic programming 1 Hotz-Miller approach: avoid numeric dynamic programming Rust, Pakes approach to estimating dynamic discrete-choice model very computer intensive. Requires using numeric dynamic programming to compute

More information

A Computational Method for Multidimensional Continuous-choice. Dynamic Problems

A Computational Method for Multidimensional Continuous-choice. Dynamic Problems A Computational Method for Multidimensional Continuous-choice Dynamic Problems (Preliminary) Xiaolu Zhou School of Economics & Wangyannan Institution for Studies in Economics Xiamen University April 9,

More information

Econometrics III: Problem Set # 2 Single Agent Dynamic Discrete Choice

Econometrics III: Problem Set # 2 Single Agent Dynamic Discrete Choice Holger Sieg Carnegie Mellon University Econometrics III: Problem Set # 2 Single Agent Dynamic Discrete Choice INSTRUCTIONS: This problem set was originally created by Ron Goettler. The objective of this

More information

Industrial Organization II (ECO 2901) Winter Victor Aguirregabiria. Problem Set #1 Due of Friday, March 22, 2013

Industrial Organization II (ECO 2901) Winter Victor Aguirregabiria. Problem Set #1 Due of Friday, March 22, 2013 Industrial Organization II (ECO 2901) Winter 2013. Victor Aguirregabiria Problem Set #1 Due of Friday, March 22, 2013 TOTAL NUMBER OF POINTS: 200 PROBLEM 1 [30 points]. Considertheestimationofamodelofdemandofdifferentiated

More information

CCP and the Estimation of Nonseparable Dynamic Models

CCP and the Estimation of Nonseparable Dynamic Models CCP and the Estimation of Nonseparable Dynamic Models Dennis Kristensen UCL, CeMMAP, CREATES and IFS Lars Nesheim UCL, CeMMAP and IFS Áureo de Paula UCL, São Paulo School of Economics, CeMMAP and IFS Preliminary

More information

Numerical Methods-Lecture XIII: Dynamic Discrete Choice Estimation

Numerical Methods-Lecture XIII: Dynamic Discrete Choice Estimation Numerical Methods-Lecture XIII: Dynamic Discrete Choice Estimation (See Rust 1989) Trevor Gallen Fall 2015 1 / 1 Introduction Rust (1989) wrote a paper about Harold Zurcher s decisions as the superintendent

More information

CCP Estimation of Dynamic Discrete Choice Models with Unobserved Heterogeneity

CCP Estimation of Dynamic Discrete Choice Models with Unobserved Heterogeneity CCP Estimation of Dynamic Discrete Choice Models with Unobserved Heterogeneity Peter Arcidiacono Duke University Robert A. Miller Carnegie Mellon University February 20, 2008 Abstract We adapt the Expectation-Maximization

More information

Dynamic stochastic game and macroeconomic equilibrium

Dynamic stochastic game and macroeconomic equilibrium Dynamic stochastic game and macroeconomic equilibrium Tianxiao Zheng SAIF 1. Introduction We have studied single agent problems. However, macro-economy consists of a large number of agents including individuals/households,

More information

Dynamic Discrete Choice Structural Models in Empirical IO. Lectures at Universidad Carlos III, Madrid June 26-30, 2017

Dynamic Discrete Choice Structural Models in Empirical IO. Lectures at Universidad Carlos III, Madrid June 26-30, 2017 Dynamic Discrete Choice Structural Models in Empirical IO Lectures at Universidad Carlos III, Madrid June 26-30, 2017 Victor Aguirregabiria (University of Toronto) Web: http://individual.utoronto.ca/vaguirre

More information

Computing Equilibria of Repeated And Dynamic Games

Computing Equilibria of Repeated And Dynamic Games Computing Equilibria of Repeated And Dynamic Games Şevin Yeltekin Carnegie Mellon University ICE 2012 July 2012 1 / 44 Introduction Repeated and dynamic games have been used to model dynamic interactions

More information

A Model of Human Capital Accumulation and Occupational Choices. A simplified version of Keane and Wolpin (JPE, 1997)

A Model of Human Capital Accumulation and Occupational Choices. A simplified version of Keane and Wolpin (JPE, 1997) A Model of Human Capital Accumulation and Occupational Choices A simplified version of Keane and Wolpin (JPE, 1997) We have here three, mutually exclusive decisions in each period: 1. Attend school. 2.

More information

Revisiting the Nested Fixed-Point Algorithm in BLP Random Coeffi cients Demand Estimation

Revisiting the Nested Fixed-Point Algorithm in BLP Random Coeffi cients Demand Estimation Revisiting the Nested Fixed-Point Algorithm in BLP Random Coeffi cients Demand Estimation Jinhyuk Lee Kyoungwon Seo September 9, 016 Abstract This paper examines the numerical properties of the nested

More information

Econometric Analysis of Games 1

Econometric Analysis of Games 1 Econometric Analysis of Games 1 HT 2017 Recap Aim: provide an introduction to incomplete models and partial identification in the context of discrete games 1. Coherence & Completeness 2. Basic Framework

More information

Estimating Dynamic Models of Imperfect Competition

Estimating Dynamic Models of Imperfect Competition Estimating Dynamic Models of Imperfect Competition Patrick Bajari Department of Economics University of Minnesota and NBER Jonathan Levin Department of Economics Stanford University and NBER C. Lanier

More information

1 Introduction to structure of dynamic oligopoly models

1 Introduction to structure of dynamic oligopoly models Lecture notes: dynamic oligopoly 1 1 Introduction to structure of dynamic oligopoly models Consider a simple two-firm model, and assume that all the dynamics are deterministic. Let x 1t, x 2t, denote the

More information

Estimating Static Discrete Games

Estimating Static Discrete Games Estimating Static Discrete Games Paul B. Ellickson 1 1 Simon School of Business Administration University of Rochester August 2013 Ellickson (Duke Quant Workshop) Estimating Static Discrete Games August

More information

MONTE CARLO SIMULATIONS OF THE NESTED FIXED-POINT ALGORITHM. Erik P. Johnson. Working Paper # WP October 2010

MONTE CARLO SIMULATIONS OF THE NESTED FIXED-POINT ALGORITHM. Erik P. Johnson. Working Paper # WP October 2010 MONTE CARLO SIMULATIONS OF THE NESTED FIXED-POINT ALGORITHM Erik P. Johnson Working Paper # WP2011-011 October 2010 http://www.econ.gatech.edu/research/wokingpapers School of Economics Georgia Institute

More information

Nested Pseudo-likelihood Estimation and Bootstrap-based Inference for Structural Discrete Markov Decision Models

Nested Pseudo-likelihood Estimation and Bootstrap-based Inference for Structural Discrete Markov Decision Models Queen s Economics Department Woring Paper o. 1063 ested Pseudo-lielihood Estimation and Bootstrap-based Inference for Structural Discrete Marov Decision Models Hiroyui Kasahara University of Western Ontario

More information

Identifying Dynamic Games with Serially-Correlated Unobservables

Identifying Dynamic Games with Serially-Correlated Unobservables Identifying Dynamic Games with Serially-Correlated Unobservables Yingyao Hu Dept. of Economics, Johns Hopkins University Matthew Shum Division of Humanities and Social Sciences, Caltech First draft: August

More information

An Instrumental Variable Approach to Dynamic Models

An Instrumental Variable Approach to Dynamic Models An Instrumental Variable Approach to Dynamic Models work in progress, comments welcome Steven Berry and Giovanni Compiani Yale University September 26, 2017 1 Introduction Empirical models of dynamic decision

More information

Field Course Descriptions

Field Course Descriptions Field Course Descriptions Ph.D. Field Requirements 12 credit hours with 6 credit hours in each of two fields selected from the following fields. Each class can count towards only one field. Course descriptions

More information

problem. max Both k (0) and h (0) are given at time 0. (a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming

problem. max Both k (0) and h (0) are given at time 0. (a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming 1. Endogenous Growth with Human Capital Consider the following endogenous growth model with both physical capital (k (t)) and human capital (h (t)) in continuous time. The representative household solves

More information

QED. Queen s Economics Department Working Paper No. 1092

QED. Queen s Economics Department Working Paper No. 1092 QED Queen s Economics Department Working Paper No 1092 Nonparametric Identification and Estimation of Finite Mixture Models of Dynamic Discrete Choices Hiroyuki Kasahara Department of Economics, University

More information

Dynamic Models with Serial Correlation: Particle Filter Based Estimation

Dynamic Models with Serial Correlation: Particle Filter Based Estimation Dynamic Models with Serial Correlation: Particle Filter Based Estimation April 6, 04 Guest Instructor: Nathan Yang nathan.yang@yale.edu Class Overview ( of ) Questions we will answer in today s class:

More information

SOLUTIONS Problem Set 2: Static Entry Games

SOLUTIONS Problem Set 2: Static Entry Games SOLUTIONS Problem Set 2: Static Entry Games Matt Grennan January 29, 2008 These are my attempt at the second problem set for the second year Ph.D. IO course at NYU with Heski Bar-Isaac and Allan Collard-Wexler

More information

Pseudo maximum likelihood estimation of structural models involving fixed-point problems

Pseudo maximum likelihood estimation of structural models involving fixed-point problems Economics Letters 84 (2004) 335 340 www.elsevier.com/locate/econbase Pseudo maximum likelihood estimation of structural models involving fixed-point problems Victor Aguirregabiria* Department of Economics,

More information

Optimal Replacement of GMC Bus Engines: An Empirical Model of Harold Zurcher. John Rust

Optimal Replacement of GMC Bus Engines: An Empirical Model of Harold Zurcher. John Rust Optimal Replacement of GMC Bus Engines: An Empirical Model of Harold Zurcher John Rust 1987 Top down approach to investment: estimate investment function that is based on variables that are aggregated

More information

Dynamic and Stochastic Model of Industry. Class: Work through Pakes, Ostrovsky, and Berry

Dynamic and Stochastic Model of Industry. Class: Work through Pakes, Ostrovsky, and Berry Dynamic and Stochastic Model of Industry Class: Work through Pakes, Ostrovsky, and Berry Reading: Recommend working through Doraszelski and Pakes handbook chapter Recall model from last class Deterministic

More information

University of Toronto Department of Economics. Identification and Counterfactuals in Dynamic Models of Market Entry and Exit

University of Toronto Department of Economics. Identification and Counterfactuals in Dynamic Models of Market Entry and Exit University of Toronto Department of Economics Working Paper 475 Identification and Counterfactuals in Dynamic Models of Market Entry and Exit By Victor Aguirregabiria and Junichi Suzuki February 02, 2013

More information

Estimating Dynamic Oligopoly Models of Imperfect Competition

Estimating Dynamic Oligopoly Models of Imperfect Competition Estimating Dynamic Oligopoly Models of Imperfect Competition Lanier Benkard, Yale University Leverhume Lecture, Warwick May 2010 Introduction Why are we interested in dynamic oligopoly? 1. Effects of policy/environmental

More information

Dynamic Decisions under Subjective Beliefs: A Structural Analysis

Dynamic Decisions under Subjective Beliefs: A Structural Analysis Dynamic Decisions under Subjective Beliefs: A Structural Analysis Yonghong An Yingyao Hu December 4, 2016 (Comments are welcome. Please do not cite.) Abstract Rational expectations of agents on state transitions

More information

Identifying Dynamic Games with Serially-Correlated Unobservables

Identifying Dynamic Games with Serially-Correlated Unobservables Identifying Dynamic Games with Serially-Correlated Unobservables Yingyao Hu Dept. of Economics, Johns Hopkins University Matthew Shum Division of Humanities and Social Sciences, Caltech First draft: August

More information

1 The Basic RBC Model

1 The Basic RBC Model IHS 2016, Macroeconomics III Michael Reiter Ch. 1: Notes on RBC Model 1 1 The Basic RBC Model 1.1 Description of Model Variables y z k L c I w r output level of technology (exogenous) capital at end of

More information

Robust Predictions in Games with Incomplete Information

Robust Predictions in Games with Incomplete Information Robust Predictions in Games with Incomplete Information joint with Stephen Morris (Princeton University) November 2010 Payoff Environment in games with incomplete information, the agents are uncertain

More information

Dynamic and Stochastic Model of Industry. Class: Work through Pakes, Ostrovsky, and Berry

Dynamic and Stochastic Model of Industry. Class: Work through Pakes, Ostrovsky, and Berry Dynamic and Stochastic Model of Industry Class: Work through Pakes, Ostrovsky, and Berry Reading: Recommend working through Doraszelski and Pakes handbook chapter Recall model from last class Deterministic

More information

Approximating High-Dimensional Dynamic Models: Sieve Value Function Iteration

Approximating High-Dimensional Dynamic Models: Sieve Value Function Iteration Approximating High-Dimensional Dynamic Models: Sieve Value Function Iteration Peter Arcidiacono Patrick Bayer Federico Bugni Jon James Duke University Duke University Duke University Duke University January

More information

(a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming

(a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming 1. Government Purchases and Endogenous Growth Consider the following endogenous growth model with government purchases (G) in continuous time. Government purchases enhance production, and the production

More information

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES: A COMMENT. MARTIN PESENDORFER London School of Economics, WC2A 2AE London, U.K.

SEQUENTIAL ESTIMATION OF DYNAMIC DISCRETE GAMES: A COMMENT. MARTIN PESENDORFER London School of Economics, WC2A 2AE London, U.K. http://www.econometricsociety.org/ Econometrica, Vol. 78, No. 2 (arch, 2010), 833 842 SEQUENTIAL ESTIATION OF DYNAIC DISCRETE GAES: A COENT ARTIN PESENDORFER London School of Economics, WC2A 2AE London,

More information

Sequential Monte Carlo Methods for Estimating Dynamic Microeconomic Models

Sequential Monte Carlo Methods for Estimating Dynamic Microeconomic Models Sequential Monte Carlo Methods for Estimating Dynamic Microeconomic Models JASON R. BLEVINS Department of Economics, Ohio State University Working Paper 11-01 May 2, 2011 Abstract. This paper develops

More information

Political Economy of Institutions and Development: Problem Set 1. Due Date: Thursday, February 23, in class.

Political Economy of Institutions and Development: Problem Set 1. Due Date: Thursday, February 23, in class. Political Economy of Institutions and Development: 14.773 Problem Set 1 Due Date: Thursday, February 23, in class. Answer Questions 1-3. handed in. The other two questions are for practice and are not

More information

Lecture Notes: Entry and Product Positioning

Lecture Notes: Entry and Product Positioning Lecture Notes: Entry and Product Positioning Jean-François Houde Cornell University & NBER November 21, 2016 1 Motivation: Models of entry and product positioning Static demand and supply analyses treat

More information

Lecture Pakes, Ostrovsky, and Berry. Dynamic and Stochastic Model of Industry

Lecture Pakes, Ostrovsky, and Berry. Dynamic and Stochastic Model of Industry Lecture Pakes, Ostrovsky, and Berry Dynamic and Stochastic Model of Industry Let π n be flow profit of incumbant firms when n firms are in the industry. π 1 > 0, 0 π 2

More information

ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION

ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION ECO 2901 EMPIRICAL INDUSTRIAL ORGANIZATION Lecture 7 & 8: Models of Competition in Prices & Quantities Victor Aguirregabiria (University of Toronto) Toronto. Winter 2018 Victor Aguirregabiria () Empirical

More information

Zhengyuan Gao 1. INTRODUCTION

Zhengyuan Gao 1. INTRODUCTION A ROBUST SEMI-PARAMETRIC INFERENCE OF DYNAMIC DISCRETE GAMES 1 Zhengyuan Gao This paper considers the dynamic discrete game model with fixed points in the worst case and with incomplete beliefs. In the

More information

Solution and Estimation of Dynamic Discrete Choice Structural Models Using Euler Equations

Solution and Estimation of Dynamic Discrete Choice Structural Models Using Euler Equations Solution and Estimation of Dynamic Discrete Choice Structural Models Using Euler Equations Victor Aguirregabiria University of Toronto and CEPR Arvind Magesan University of Calgary May 1st, 2018 Abstract

More information

Lecture 2: Firms, Jobs and Policy

Lecture 2: Firms, Jobs and Policy Lecture 2: Firms, Jobs and Policy Economics 522 Esteban Rossi-Hansberg Princeton University Spring 2014 ERH (Princeton University ) Lecture 2: Firms, Jobs and Policy Spring 2014 1 / 34 Restuccia and Rogerson

More information

Dynamic Random Utility. Mira Frick (Yale) Ryota Iijima (Yale) Tomasz Strzalecki (Harvard)

Dynamic Random Utility. Mira Frick (Yale) Ryota Iijima (Yale) Tomasz Strzalecki (Harvard) Dynamic Random Utility Mira Frick (Yale) Ryota Iijima (Yale) Tomasz Strzalecki (Harvard) Static Random Utility Agent is maximizing utility subject to private information randomness ( utility shocks ) at

More information

Spatial Economics and Potential Games

Spatial Economics and Potential Games Outline Spatial Economics and Potential Games Daisuke Oyama Graduate School of Economics, Hitotsubashi University Hitotsubashi Game Theory Workshop 2007 Session Potential Games March 4, 2007 Potential

More information

UNIVERSITY OF WISCONSIN DEPARTMENT OF ECONOMICS MACROECONOMICS THEORY Preliminary Exam August 1, :00 am - 2:00 pm

UNIVERSITY OF WISCONSIN DEPARTMENT OF ECONOMICS MACROECONOMICS THEORY Preliminary Exam August 1, :00 am - 2:00 pm UNIVERSITY OF WISCONSIN DEPARTMENT OF ECONOMICS MACROECONOMICS THEORY Preliminary Exam August 1, 2017 9:00 am - 2:00 pm INSTRUCTIONS Please place a completed label (from the label sheet provided) on the

More information

Approximating High-Dimensional Dynamic Models: Sieve Value Function Iteration

Approximating High-Dimensional Dynamic Models: Sieve Value Function Iteration Approximating High-Dimensional Dynamic Models: Sieve Value Function Iteration Peter Arcidiacono Department of Economics Duke University psarcidi@econ.duke.edu Federico A. Bugni Department of Economics

More information

Game Theory and Econometrics: A Survey of Some Recent Research

Game Theory and Econometrics: A Survey of Some Recent Research Game Theory and Econometrics: A Survey of Some Recent Research Pat Bajari 1 Han Hong 2 Denis Nekipelov 3 1 University of Minnesota and NBER 2 Stanford University 3 University of California at Berkeley

More information

Game Theory. Wolfgang Frimmel. Perfect Bayesian Equilibrium

Game Theory. Wolfgang Frimmel. Perfect Bayesian Equilibrium Game Theory Wolfgang Frimmel Perfect Bayesian Equilibrium / 22 Bayesian Nash equilibrium and dynamic games L M R 3 2 L R L R 2 2 L R L 2,, M,2, R,3,3 2 NE and 2 SPNE (only subgame!) 2 / 22 Non-credible

More information

Ergodicity and Non-Ergodicity in Economics

Ergodicity and Non-Ergodicity in Economics Abstract An stochastic system is called ergodic if it tends in probability to a limiting form that is independent of the initial conditions. Breakdown of ergodicity gives rise to path dependence. We illustrate

More information

A New Computational Algorithm for Random Coe cients Model with Aggregate-level Data

A New Computational Algorithm for Random Coe cients Model with Aggregate-level Data A New Computational Algorithm for Random Coe cients Model with Aggregate-level Data Jinyoung Lee y UCLA February 9, 011 Abstract The norm for estimating di erentiated product demand with aggregate-level

More information

High-dimensional Problems in Finance and Economics. Thomas M. Mertens

High-dimensional Problems in Finance and Economics. Thomas M. Mertens High-dimensional Problems in Finance and Economics Thomas M. Mertens NYU Stern Risk Economics Lab April 17, 2012 1 / 78 Motivation Many problems in finance and economics are high dimensional. Dynamic Optimization:

More information

Three essays in computational economics

Three essays in computational economics Zurich Open Repository and Archive University of Zurich Main Library Strickhofstrasse 39 CH-8057 Zurich www.zora.uzh.ch Year: 2015 Three essays in computational economics Reich, Gregor Philipp Abstract:

More information

Dynamic decisions under subjective expectations: a structural analysis

Dynamic decisions under subjective expectations: a structural analysis Dynamic decisions under subjective expectations: a structural analysis Yonghong An Yingyao Hu Ruli Xiao The Institute for Fiscal Studies Department of Economics, UCL cemmap working paper CWP11/18 Dynamic

More information

CCP Estimation of Dynamic Discrete Choice Models with Unobserved Heterogeneity

CCP Estimation of Dynamic Discrete Choice Models with Unobserved Heterogeneity CCP Estimation of Dynamic Discrete Choice Models with Unobserved Heterogeneity Peter Arcidiacono Duke University Robert A. Miller Carnegie Mellon University August 13, 2010 Abstract We adapt the Expectation-Maximization

More information

Lecture Notes: Estimation of dynamic discrete choice models

Lecture Notes: Estimation of dynamic discrete choice models Lecture Notes: Estimation of dynamic discrete choice models Jean-François Houde Wharton School University of Pennsylvania March 16, 2015 These lectures notes incorporate material from Victor Agguirregabiria

More information

Basics of Game Theory

Basics of Game Theory Basics of Game Theory Giacomo Bacci and Luca Sanguinetti Department of Information Engineering University of Pisa, Pisa, Italy {giacomo.bacci,luca.sanguinetti}@iet.unipi.it April - May, 2010 G. Bacci and

More information

Consumer heterogeneity, demand for durable goods and the dynamics of quality

Consumer heterogeneity, demand for durable goods and the dynamics of quality Consumer heterogeneity, demand for durable goods and the dynamics of quality Juan Esteban Carranza University of Wisconsin-Madison April 4, 2006 Abstract This paper develops a methodology to estimate models

More information

Structural estimation for a route choice model with uncertain measurement

Structural estimation for a route choice model with uncertain measurement Structural estimation for a route choice model with uncertain measurement Yuki Oyama* & Eiji Hato *PhD student Behavior in Networks studies unit Department of Urban Engineering School of Engineering, The

More information

EC319 Economic Theory and Its Applications, Part II: Lecture 7

EC319 Economic Theory and Its Applications, Part II: Lecture 7 EC319 Economic Theory and Its Applications, Part II: Lecture 7 Leonardo Felli NAB.2.14 27 February 2014 Signalling Games Consider the following Bayesian game: Set of players: N = {N, S, }, Nature N strategy

More information

Lecture 1. Evolution of Market Concentration

Lecture 1. Evolution of Market Concentration Lecture 1 Evolution of Market Concentration Take a look at : Doraszelski and Pakes, A Framework for Applied Dynamic Analysis in IO, Handbook of I.O. Chapter. (see link at syllabus). Matt Shum s notes are

More information

Bayesian Estimation of Games with Incomplete Information

Bayesian Estimation of Games with Incomplete Information Bayesian Estimation of Games with Incomplete Information Christopher Ferrall Jean-François Houde Susumu Imai, and Maxwell Pak Very preliminary draft. Comments are very welcome. June 30, 08 Abstract In

More information

Preliminary Results on Social Learning with Partial Observations

Preliminary Results on Social Learning with Partial Observations Preliminary Results on Social Learning with Partial Observations Ilan Lobel, Daron Acemoglu, Munther Dahleh and Asuman Ozdaglar ABSTRACT We study a model of social learning with partial observations from

More information

A Stackelberg Game Model of Dynamic Duopolistic Competition with Sticky Prices. Abstract

A Stackelberg Game Model of Dynamic Duopolistic Competition with Sticky Prices. Abstract A Stackelberg Game Model of Dynamic Duopolistic Competition with Sticky Prices Kenji Fujiwara School of Economics, Kwansei Gakuin University Abstract We develop the following Stackelberg game model of

More information

Dynamic Discrete Choice Structural Models in Empirical IO

Dynamic Discrete Choice Structural Models in Empirical IO Dynamic Discrete Choice Structural Models in Empirical IO Lecture 3: Dynamic Games wh : Identification, Estimation, and Applications Victor Aguirregabiria (Universy of Toronto) Carlos III, Madrid June

More information

Competitive Equilibrium and the Welfare Theorems

Competitive Equilibrium and the Welfare Theorems Competitive Equilibrium and the Welfare Theorems Craig Burnside Duke University September 2010 Craig Burnside (Duke University) Competitive Equilibrium September 2010 1 / 32 Competitive Equilibrium and

More information

Consistency and Asymptotic Normality for Equilibrium Models with Partially Observed Outcome Variables

Consistency and Asymptotic Normality for Equilibrium Models with Partially Observed Outcome Variables Consistency and Asymptotic Normality for Equilibrium Models with Partially Observed Outcome Variables Nathan H. Miller Georgetown University Matthew Osborne University of Toronto November 25, 2013 Abstract

More information

Perfect Competition in Markets with Adverse Selection

Perfect Competition in Markets with Adverse Selection Perfect Competition in Markets with Adverse Selection Eduardo Azevedo and Daniel Gottlieb (Wharton) Presented at Frontiers of Economic Theory & Computer Science at the Becker Friedman Institute August

More information

Bayesian Econometrics - Computer section

Bayesian Econometrics - Computer section Bayesian Econometrics - Computer section Leandro Magnusson Department of Economics Brown University Leandro Magnusson@brown.edu http://www.econ.brown.edu/students/leandro Magnusson/ April 26, 2006 Preliminary

More information

By Thierry Magnac and David Thesmar 1

By Thierry Magnac and David Thesmar 1 Econometrica, Vol. 70, No. 2 (March, 2002), 801 816 IDENTIFYING DYNAMIC DISCRETE DECISION PROCESSES By Thierry Magnac and David Thesmar 1 1 introduction Over the last decade, the number of econometric

More information

UC Berkeley Haas School of Business Game Theory (EMBA 296 & EWMBA 211) Summer 2016

UC Berkeley Haas School of Business Game Theory (EMBA 296 & EWMBA 211) Summer 2016 UC Berkeley Haas School of Business Game Theory (EMBA 296 & EWMBA 211) Summer 2016 More on strategic games and extensive games with perfect information Block 2 Jun 12, 2016 Food for thought LUPI Many players

More information

Hidden Rust Models. Benjamin Connault. Princeton University, Department of Economics. Job Market Paper. November Abstract

Hidden Rust Models. Benjamin Connault. Princeton University, Department of Economics. Job Market Paper. November Abstract Hidden Rust Models Benjamin Connault Princeton University, Department of Economics Job Market Paper November 2014 Abstract This paper shows that all-discrete dynamic choice models with hidden state provide

More information

Econometrica Supplementary Material

Econometrica Supplementary Material Econometrica Supplementary Material SUPPLEMENT TO CONDITIONAL CHOICE PROBABILITY ESTIMATION OF DYNAMIC DISCRETE CHOICE MODELS WITH UNOBSERVED HETEROGENEITY (Econometrica, Vol. 79, No. 6, November 20, 823

More information

1. Introduction. 2. A Simple Model

1. Introduction. 2. A Simple Model . Introduction In the last years, evolutionary-game theory has provided robust solutions to the problem of selection among multiple Nash equilibria in symmetric coordination games (Samuelson, 997). More

More information

Dynamic Optimization: An Introduction

Dynamic Optimization: An Introduction Dynamic Optimization An Introduction M. C. Sunny Wong University of San Francisco University of Houston, June 20, 2014 Outline 1 Background What is Optimization? EITM: The Importance of Optimization 2

More information

Estimating A Static Game of Traveling Doctors

Estimating A Static Game of Traveling Doctors Estimating A Static Game of Traveling Doctors J. Jason Bell, Thomas Gruca, Sanghak Lee, and Roger Tracy January 26, 2015 Visiting Consultant Clinicians A Visiting Consultant Clinician, or a VCC is a traveling

More information

Oblivious Equilibrium: A Mean Field Approximation for Large-Scale Dynamic Games

Oblivious Equilibrium: A Mean Field Approximation for Large-Scale Dynamic Games Oblivious Equilibrium: A Mean Field Approximation for Large-Scale Dynamic Games Gabriel Y. Weintraub, Lanier Benkard, and Benjamin Van Roy Stanford University {gweintra,lanierb,bvr}@stanford.edu Abstract

More information

Bayesian Estimation of Dynamic Discrete Choice. Models

Bayesian Estimation of Dynamic Discrete Choice. Models Bayesian Estimation of Dynamic Discrete Choice Models Susumu Imai Queen s University Neelam Jain Northern Illinois University and Andrew Ching University of Toronto February 4, 2007 Please direct all correspondence

More information