Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Sep 10, 2023
1 parent b3bd86c commit f158614
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/unfinished_docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
## High priority

- [ ] implement occasionally binding constraints with shocks
- [ ] write tests for variables argument in get_moment and for higher order moments
- [ ] recheck get function examples and docs
- [ ] autocorr to statistics output and in general for higher order pruned sols
- [ ] write method of moments how to
- [ ] autocorr and covariance with derivatives. return 3d array
- [ ] Docs: document outputs and associated functions to work with function
- [ ] redo naming in moments calc and make whole process faster (precalc wrangling matrices)
- [ ] use ID for sparse output sylvester solvers (filed issue)
- [ ] handle sparsity in sylvester solver better (hand over indices and nzvals instead of vec)
Expand Down Expand Up @@ -68,6 +69,8 @@
- [ ] Find any SS by optimising over both SS guesses and parameter inputs
- [ ] weed out SS solver and saved objects

- [x] autocorr to statistics output and in general for higher order pruned sols
- [x] write tests for variables argument in get_moment and for higher order moments
- [x] handle KeyedArrays with strings as dimension names as input
- [x] add mean in output funcs for higher order
- [x] recheck results for third order cov
Expand Down

0 comments on commit f158614

Please sign in to comment.