solvingmicrodsops

Christopher Carroll's Lecture Notes on Solving Microeconomic Dynamic Stochastic Optimization Problems and Indirect Inference

https://github.com/llorracc/solvingmicrodsops

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Christopher Carroll's Lecture Notes on Solving Microeconomic Dynamic Stochastic Optimization Problems and Indirect Inference

Basic Info
  • Host: GitHub
  • Owner: llorracc
  • License: apache-2.0
  • Language: TeX
  • Default Branch: master
  • Size: 113 MB
Statistics
  • Stars: 18
  • Watchers: 4
  • Forks: 19
  • Open Issues: 1
  • Releases: 0
Created over 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

SolvingMicroDSOPs

Binder

Installation

See the instructions at https://econ-ark.org/materials/SolvingMicroDSOPs

Structure

Replication

To reproduces all the results in the repository first clone this repository locally:

```

Clone this repository

$ git clone https://github.com/econ-ark/SolvingMicroDSOPs

Change working directory to SolvingMicroDSOPs

$ cd SolvingMicroDSOPs ```

Then you can either use a local virtual env(conda) or nbreproduce to reproduce to the results.

A local conda environment and execute the do_all.py file.

``` $ conda env create -f environment.yml $ conda activate solvingmicrodsops

execute the script, select the appropriate option and use it to reproduce the data and figures.

$ python do_all.py ```

Local conda environment to execute the notebooks

``` $ conda env create -f environment.yml $ conda activate solvingmicrodsops

open jupyter lab, browse through the notebooks and execute them.

$ jupyter lab ```

nbreproduce (requires Docker to be installed on the machine).

```

Install nbreproduce

$ pip install nbreproduce

Reproduce all results using nbreproduce

$ nbreproduce ```

References

Owner

  • Name: Christopher Llorracc Carroll
  • Login: llorracc
  • Kind: user

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

Code/Python/snippets/setup.py pypi
docs/Code/Python/snippets/setup.py pypi
docs/snippets/setup.py pypi
snippets/setup.py pypi
binder/environment.yml conda
  • econ-ark 0.14.*
  • ipywidgets
  • jupyterlab
  • matplotlib
  • numpy
  • pandas
  • python 3.9.*
  • voila
docs/binder/environment.yml pypi