Training material to help solve Heterogeneous agent New Keynesian (HANK) models in Julia using the Sequence Space Jacobian method (Auclert et. al., 2021)..
] test to run tests (not very informative so far, but should run)
to develop code:
using Revise
using SSJ
SSJ.main() # runs main()
# edit main() in VScode
SSJ.main() # reflects changes made in source code (no manual reloading of code necessary)
Manifest.toml
and added to gitignorehow to test:
] activate .
if not already inSSJ
environment] instantiate
] test
to run tests (not very informative so far, but should run)to develop code: