-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZLB in getting_started.ipynb #18
Comments
Hi Niko, Have a look at my econpizza package if you are interested in fully nonlinear simulations in python. Cheers, |
Yes, exactly. The model is just a small skale example NK model and will not perform well empirically. For that purpose you need at least a Smets-Wouters-type of model. This repo can get you started: https://github.com/gboehl/projectlib/tree/master/yamls You should have a look at my ZLB estimation paper with Felix on ZLB estimations with this type of model: https://gregorboehl.com/live/bczlb_BS.pdf |
Thank you very much Gregor, |
Hello everyone,
first of all thank you Gregor for this fatastic library. I have a doubt about the zero-lower-bound ZLB in the example getting_started.ipynb. I do not understand why after running the Transposed Ensemble Kalman Filter (TEnKF) I get (as in the example) R values that are less than zero when the model should not allow it (also because the historical data never goes below zero) .
Thanks in advance
The text was updated successfully, but these errors were encountered: