juliekrabek123 / ConsumptionSavingNotebooks

Jupyter Notebook examples of the ConSav package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contains Jupyter Notebooks showcasing the ConSav package.

Getting Started

The main tool in the ConSav package is the ModelClass class with predefined methods for e.g. saving and loading. The main selling point is that it provides an easy interface to calling Python functions jit compilled with Numba, and C++ functions. Each concrete model inherits these methods and then adds methods for e.g. solving and simulating.

The main folders are:

The repository EconModelNotebooks contains a number of examples on using the underlying model class.

To get started:

  1. Install the EconModel package: pip install EconModel
  2. Install the ConSav package: pip install ConSav
  3. Clone or download this repository
  4. Open your notebook of choice

If you are new to Python then try out this online course, Introduction to programming and numerical analysis.

About

Jupyter Notebook examples of the ConSav package

License:MIT License


Languages

Language:Jupyter Notebook 93.9%Language:Python 3.3%Language:C++ 2.7%