@@ -411,8 +411,9 @@ in a Lucas-Stokey economy with state-contingent government debt.
411
411
We need some code from our {doc}` an earlier lecture <opt_tax_recur> `
412
412
on optimal taxation with state-contingent debt sequential allocation implementation:
413
413
414
- ``` {literalinclude} _static/lecture_specific/opt_tax_recur/sequential_allocation.py
414
+ ``` {code-cell} python3
415
415
---
416
+ file: _static/lecture_specific/opt_tax_recur/sequential_allocation.py
416
417
tags: [output_scroll]
417
418
---
418
419
```
@@ -685,7 +686,8 @@ assets, returning any excess revenues to the household as non-negative lump-sum
685
686
686
687
The recursive formulation is implemented as follows
687
688
688
- ``` {literalinclude} _static/lecture_specific/amss/recursive_allocation.py
689
+ ``` {code-cell} python3
690
+ :file: _static/lecture_specific/amss/recursive_allocation.py
689
691
```
690
692
691
693
## Examples
@@ -694,7 +696,8 @@ We now turn to some examples.
694
696
695
697
We will first build some useful functions for solving the model
696
698
697
- ``` {literalinclude} _static/lecture_specific/amss/utilities.py
699
+ ``` {code-cell} python3
700
+ :file: _static/lecture_specific/amss/utilities.py
698
701
```
699
702
700
703
### Anticipated One-Period War
@@ -755,7 +758,8 @@ We assume the same utility parameters as in the {doc}`Lucas-Stokey economy <opt_
755
758
756
759
This utility function is implemented in the following class.
757
760
758
- ``` {literalinclude} _static/lecture_specific/opt_tax_recur/crra_utility.py
761
+ ``` {code-cell} python3
762
+ :file: _static/lecture_specific/opt_tax_recur/crra_utility.py
759
763
```
760
764
761
765
The following figure plots the Ramsey plan under both complete and incomplete
876
880
877
881
In accordance, we will re-define our utility function.
878
882
879
- ``` {literalinclude} _static/lecture_specific/opt_tax_recur/log_utility.py
883
+ ``` {code-cell} python3
884
+ :file: _static/lecture_specific/opt_tax_recur/log_utility.py
880
885
```
881
886
882
887
With these preferences, Ramsey tax rates will vary even in the Lucas-Stokey
0 commit comments