HARK
HARK copied to clipboard
Heterogenous Agents Resources & toolKit
Once we have a general model language/object in HARK, and a robust monte carlo simulator (see #1296) it would be good to have a suite of estimation methods. @JLDC has...
The solver for our most widely used class `IndShockConsumerType` calculates various points of theoretical interest via its method `add_stable_points`. https://github.com/econ-ark/HARK/blob/7ce7138b6d9617a28fd4448936be3d61acad21d8/HARK/ConsumptionSaving/ConsIndShockModel.py#L1078 @mnwhite recently pointed out that this method can take up...
A nice-to-have feature based on the conversation today ... A general solver to models defined using `HARK.frame` that uses a (deep) neural network for its solution/policy functions. The idea is...
Please ensure your pull request adheres to the following guidelines: - [ ] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [ ] Updated documentation...
Please ensure your pull request adheres to the following guidelines: - [x] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [x] Updated documentation of features...
Please ensure your pull request adheres to the following guidelines: - [x] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [ ] Updated documentation of...
Is it LogNormal or Lognormal?
We need to make it much more transparent how we are comparing the distances between our solutions and solution objects. Currently the way to do it is very labyrinthian and...
Please ensure your pull request adheres to the following guidelines: - [ ] Tests for new functionality/models or Tests to reproduce the bug-fix in code. - [ ] Updated documentation...
The ConsIndShock example notebook https://github.com/econ-ark/HARK/blob/master/examples/ConsumptionSaving/example_ConsIndShock.ipynb has an empty plot in cell 16, it supposed to be plotting the consumption function @alanlujan91 does that look right to you? The FrameAgent notebooks...