Skip to content

Commit 23ded25

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

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
@@ -317,7 +317,7 @@ Is the impact on the reservation wage as you expected?
317317
Here is one solution
318318

319319
```{code-cell} python3
320-
def compute_res_wage_given_mu(μ):
320+
def compute_res_wage_given_μ(μ):
321321
model = create_mccall_model(μ=μ)
322322
w_bar = compute_reservation_wage(model)
323323
return w_bar

0 commit comments

Comments
 (0)