-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
%{ | ||
\documentclass{article} | ||
\title{Dynamic Discrete Choice Models: Methods, Matlab Code, and Exercises\thanks{We thank Jeffrey Campbell for help with \textsc{Komments++} and Nan Yang and our students in CentER Tilburg's Empirical Industrial Organization 2 (230323) for comments on earlier versions of this code. First draft: February 8, 2011. | ||
We welcome the use of this software under an \url{https://github.com/jabbring/dynamic-discrete-choice/blob/master/LICENSE}{MIT license}. DOI: \url{https://doi.org/10.5281/zenodo.4287734}{10.5281/zenodo.4287734}. \copyright 2020 Jaap H. Abbring and Tobias J. Klein.}} | ||
We welcome the use of this software under an \url{https://github.com/jabbring/dynamic-discrete-choice/blob/master/LICENSE}{MIT license}. DOI: \url{https://doi.org/10.5281/zenodo.4287733}{10.5281/zenodo.4287733}. \copyright 2020 Jaap H. Abbring and Tobias J. Klein.}} | ||
\author{Jaap H. Abbring\thanks{Department of Econometrics \& OR, Tilburg University, P.O. Box | ||
90153, 5000 LE Tilburg, The Netherlands. E-mail: \url{mailto:[email protected]}{[email protected]}. Web: \url{http://jaap.abbring.org/}{jaap.abbring.org}.}} | ||
\author{Tobias J. Klein\thanks{Department of Econometrics \& OR, Tilburg University, P.O. Box | ||
90153, 5000 LE Tilburg, The Netherlands. E-mail: \url{mailto:[email protected]}{[email protected]}. Web: \url{http://www.tobiasklein.ws/}{www.tobiasklein.ws}.}} | ||
\date{December 2021} | ||
\date{January 2022} | ||
\begin{abstract} | ||
This document supports the first computing sessions in a graduate course on dynamic discrete choice models. It is centered around basic \textsc{Matlab} code for solving, simulating, and empirically analyzing a simple model of firm entry and exit under uncertainty. This code is available from a public Github repository and can be distributed to students as starter code, for example using the Github Classroom. Exercises ask students to adapt and extend this starter code to apply different and more advanced computational and econometric methods to a wider range of models. | ||
\end{abstract} | ||
|