HighDimensionalEconLab / HMCExamples.jl

MIT License
16 stars 3 forks source link

Add replication code for first-order RBC + student T shocks #127

Closed jlperla closed 1 year ago

jlperla commented 1 year ago

@donskerclass can provide the jupyter notebook which does this and implements the model. The task will mostly be just taking it and "productionizing" it.

As this has non-gaussian shocks, the kalman filter won't work (and we don't need to do the 2nd order) so 1st order joint is enough.

What you will need to do is:

donskerclass commented 1 year ago

For reference, the notebook is available at

Student-t and stochastic volatility

This uses exactly the RBC model from the other experiments, but modify the Turing model applied around it.