Skip to content

Commit a1c0a5e

Browse files
Update lectures/mccall_model.md
Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com>
1 parent 6f9619b commit a1c0a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/mccall_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ Default parameter values are embedded in the class.
378378

379379
```{code-cell} python3
380380
class McCallModel(NamedTuple):
381-
c: float = 25 # unemployment compensation
382-
β: float = 0.99 # discount factor
381+
c: float = 25 # unemployment compensation
382+
β: float = 0.99 # discount factor
383383
w: jnp.ndarray = w_default # array of wage values, w[i] = wage at state i
384384
q: jnp.ndarray = q_default # array of probabilities
385385

0 commit comments

Comments
 (0)