We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a5946 commit c8391beCopy full SHA for c8391be
lectures/amss.md
@@ -47,7 +47,7 @@ Now let's define numba-compatible interpolation functions for this lecture.
47
We will soon use the following interpolation functions to interpolate the value function and the policy functions
48
49
```{code-cell} ipython
50
-:tags: [collapse-40]
+:tags: [collapse-20]
51
52
@njit
53
def get_grid_nodes(grid):
@@ -745,7 +745,7 @@ assets, returning any excess revenues to the household as non-negative lump-sum
745
The recursive formulation is implemented as follows
746
747
```{code-cell} python3
748
-:tags: [collapse-30]
749
:load: _static/lecture_specific/amss/recursive_allocation.py
750
```
751
0 commit comments