Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
93d8e48
ignore invalid value warnings in pyest
jdebacker Sep 28, 2025
eda7693
extract item to avoid numpy deprecation warning
jdebacker Sep 28, 2025
408f894
proper handle array to scalar conversion
jdebacker Sep 28, 2025
f46333c
change how tighten image
jdebacker Sep 29, 2025
773de05
avoid divide by zero
jdebacker Sep 29, 2025
0c428ee
update from deprecated cm map
jdebacker Sep 29, 2025
af78abb
avoid power warnings
jdebacker Sep 29, 2025
2f1569c
fix negation
jdebacker Sep 29, 2025
b493779
Merge remote-tracking branch 'upstream/master' into fix_test_warnings
jdebacker Oct 3, 2025
6876b4a
Improve dask scheduler configuration and timeout handling
jdebacker Oct 3, 2025
91c5f4e
Fix dask timeout implementation using wait() instead of gather(timeout=)
jdebacker Oct 3, 2025
73f3725
use consistent superscript
jdebacker Oct 6, 2025
8eff47b
remove duplicate code from SS.run_SS
jdebacker Oct 22, 2025
5ac2f71
format
jdebacker Oct 22, 2025
7c68081
remove more redundant lines in run_SS
jdebacker Oct 22, 2025
b53c322
make function for initial guesses
jdebacker Oct 22, 2025
411af2e
move dev factors to constants
jdebacker Oct 23, 2025
19baba7
add docstring
jdebacker Oct 23, 2025
030cd57
change starting value for r
jdebacker Oct 23, 2025
95152bb
add line at end
jdebacker Oct 23, 2025
5bb3479
add test of new function
jdebacker Oct 23, 2025
66b6fd7
add test of solve_for_j function
jdebacker Oct 23, 2025
4d3b8b0
remove print commands used to debug
jdebacker Oct 24, 2025
60fc3ef
update paths
jdebacker Oct 27, 2025
b8ed1d0
Merge remote-tracking branch 'upstream/master' into fix_test_warnings
jdebacker Nov 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/content/theory/government.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ Total pension spending is the sum of the pension payments to each household in t
(SecUBI_NonGrowthAdj)=
###### UBI specification not adjusted for economic growth

A non-growth adjusted UBI (`ubi_growthadj = False`) is one in which the initial nonstationary nominal-valued $t=0$ UBI matrix $ubi^{\$}_{j,s,t=0}$ does not grow, while the economy's long-run growth rate is $g_y$ for the most common parameterization is positive ($g_y>0$).
A non-growth adjusted UBI (`ubi_growthadj = False`) is one in which the initial nonstationary nominal-valued $t=0$ UBI matrix $ubi^{nom}_{j,s,t=0}$ does not grow, while the economy's long-run growth rate is $g_y$ for the most common parameterization is positive ($g_y>0$).

```{math}
:label: EqUBIubi_nom_NonGrwAdj_jst
Expand Down
Loading
Loading