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 6f9619b commit a1c0a5eCopy full SHA for a1c0a5e
lectures/mccall_model.md
@@ -378,8 +378,8 @@ Default parameter values are embedded in the class.
378
379
```{code-cell} python3
380
class McCallModel(NamedTuple):
381
- c: float = 25 # unemployment compensation
382
- β: float = 0.99 # discount factor
+ c: float = 25 # unemployment compensation
+ β: float = 0.99 # discount factor
383
w: jnp.ndarray = w_default # array of wage values, w[i] = wage at state i
384
q: jnp.ndarray = q_default # array of probabilities
385
0 commit comments