[x] Maybe rename it to estimate_rbc.ipynb or something to be more clear?
[x] Get the Project.tomland the Manifest.toml into the sourcecontrol. Right now you might need to add in the manifest separately because I think it is being ignored.
[x] Follow the cleanest pattern you can for the code - using the HMCExamples style - to port things over.
[x] I feel like maybe it makes sense to replace the usage of the builtin examples with having the model embedded itself so it is self-contained. This might make us revisit the other #145 approach
[x] Add in any DifferenceEquations tricks you might have in mind. e.g. pick pseudotrue and simulate the data/etc.
In the
/notebooks/rbc_example.ipynb
:estimate_rbc.ipynb
or something to be more clear?Project.toml
and theManifest.toml
into the sourcecontrol. Right now you might need to add in the manifest separately because I think it is being ignored.