Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl authored Feb 13, 2022
1 parent d20c1f4 commit 5d4c45b
Showing 1 changed file with 4 additions and 43 deletions.
47 changes: 4 additions & 43 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,48 +1,9 @@

econpizza
=========

.. image:: https://badge.fury.io/py/econpizza.svg
:target: https://badge.fury.io/py/econpizza
econpizza - numba_legacy
========================

Contains tools to simulate nonlinear perfect foresight models. The baseline mechanism is a Fair-Taylor-like stacking method similar to the nonlinear solver in dynare.

New: experimental automatic differentiation support via `jax <https://jax.readthedocs.io/en/latest/notebooks/quickstart.html>`_!

Installation
-------------

It's as simple as:

.. code-block:: bash
pip install econpizza
Documentation
-------------

There is some `documentation <https://econpizza.readthedocs.io/en/latest/index.html>`_ out there.


Citation
--------

**econpizza** is developed by Gregor Boehl to simulate nonlinear perfect foresight models. Please cite it with

.. code-block::
@techreport{boehl2021rational,
title = {Rational vs. Irrational Beliefs in a Complex World},
author = {Boehl, Gregor and Hommes, Cars},
year = 2021,
institution = {IMFS Working Paper Series}
}
I appreciate citations for **econpizza** because it helps me to find out how people have been using the package and it motivates further work.


References
----------
This is the last version that builds on `numba` instead of `jax` and is kept for legacy reasons

Boehl, Gregor and Hommes, Cars (2021). `Rational vs. Irrational Beliefs in a Complex World <https://gregorboehl.com/live/rational_chaos_bh.pdf>`_. *IMFS Working papers*
There is some documentation in the `/docs` folder.

0 comments on commit 5d4c45b

Please sign in to comment.