Skip to content

Dynamic Discrete Choice Models with or without unobserved state variables

License

Notifications You must be signed in to change notification settings

BenConnault/RustModels.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustModels.jl

[WORK IN PROGRESS]

This package provides tools to work with the dynamic discrete choice models of Economics. Dynamic discrete choice models are closely related to Markov decision processes. They describe how an individual makes repeated decisions as a state variable evolves and his decisions impact the evolution of the state. Some fundamental parameters describing the individual's preferences are unknown to the analyst who tries to infer them from observing states and decisions.

This package enforces a set of assumptions that have been found to provide a good trade-off between model flexibility and tractability of the analysis. Models following these assumptions are often referred to as Rust models, after a beautiful published article by John Rust [John Rust 1987 Econometrica: Optimal replacement of GMC bus engines: An empirical model of Harold Zurcher]. This package covers two types of models:

  • Classical Rust models: States and decisions are fully observed. Probabilistically speaking, the data follows a Markov chain whose transition matrix is constrained by an economic model of choice. As used in [Rust 1987] and elsewhere.

  • Hidden Rust models: The state has an observed component and an unobserved component. Probabilistically speaking, the data follows something similar to a Hidden Markov model, with transition matrices constrained by the same economic model of choice. Hidden Rust models allow for much richer dynamics (such as serially correlated unobserved state variables) without loosing too much of the tractability of classical Rust models.

I (Ben Connault, package author, hi!) studied hidden Rust models in my thesis, feel free to check it out on my webpage.

Installation

julia> Pkg.clone("git://github.com/BenConnault/RustModels.jl.git")

Overview

Rust models have two layers:

  • An economic layer: going back and forth between the deep parameterization and the dynamics (the transition matrices). Known as "solving the dynamic program" (deep parameters -> transition matrices) and "2-step projecting" or "minim distance projecting" (transition matrices -> deep parameters). This part is common for both classical and hidden Rust models and handled by RustModels.jl.

  • A statistical layer: going back and forth between the dynamics (the transition matrices) and the data. This part is different for classical and hidden Rust models. Hidden Rust models have hidden-Markov-type dynamics which are handled externally by DynamicDiscreteModels.jl. Classical Rust models have much simpler plain Markov dynamics which are handled internally for now.

About

Dynamic Discrete Choice Models with or without unobserved state variables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages