Skip to content

Commit

Permalink
update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Sep 23, 2023
1 parent 022d9bf commit f1db144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/unfinished_docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [ ] implement occasionally binding constraints with shocks
- [ ] recheck get function examples and docs
- [ ] riccati with analytical derivatives (much faster if sparse) instead of implicit diff
- [ ] set to 0 SS values < 1e-12
- [ ] write method of moments how to
- [ ] autocorr and covariance with derivatives. return 3d array
Expand Down Expand Up @@ -70,6 +71,7 @@
- [ ] Find any SS by optimising over both SS guesses and parameter inputs
- [ ] weed out SS solver and saved objects

- [x] sylvester with analytical derivatives (much faster if sparse) instead of implicit diff - yes but there are still way too large matrices being realised. implicitdiff is better here
- [x] autocorr to statistics output and in general for higher order pruned sols
- [x] fix product moments and test for cases with more than 2 shocks
- [x] write tests for variables argument in get_moment and for higher order moments
Expand Down

0 comments on commit f1db144

Please sign in to comment.