Skip to content

Commit 2a19ed4

Browse files
Update lectures/mccall_fitted_vfi.md
Co-authored-by: Humphrey Yang <39026988+HumphreyYang@users.noreply.github.com>
1 parent 23ded25 commit 2a19ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/mccall_fitted_vfi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def compute_res_wage_given_μ(μ):
322322
w_bar = compute_reservation_wage(model)
323323
return w_bar
324324
325-
mu_vals = jnp.linspace(0.0, 2.0, 15)
325+
μ_vals = jnp.linspace(0.0, 2.0, 15)
326326
w_bar_vals = jax.vmap(compute_res_wage_given_mu)(mu_vals)
327327
328328
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)