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 33ce834 commit 07fd117Copy full SHA for 07fd117
lectures/cake_eating_numerical.md
@@ -191,7 +191,7 @@ class Model(NamedTuple):
191
def create_cake_eating_model(
192
β: float = 0.96, # discount factor
193
γ: float = 1.5, # degree of relative risk aversion
194
- x_grid_min: float = 1e-5, # exclude zero for numerical stability
+ x_grid_min: float = 1e-3, # exclude zero for numerical stability
195
x_grid_max: float = 2.5, # size of cake
196
x_grid_size: int = 120
197
):
0 commit comments