Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

api.rst

File metadata and controls

20 lines (14 loc) · 364 Bytes

Warning

This code is made by a second year Master student. Use with caution!

Aply modifcation for both A and Y matrix

.. automodule:: cirk_func
   :members: apply_shocks
   :noindex:

Code

.. literalinclude:: cirk_func.py
   :language: python
   :linenos:
   :lines: 67 - 171