Skip to content

Commit 07a4236

Browse files
committed
misc
1 parent b37d0ca commit 07a4236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lectures/mccall_model.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,7 @@ lifetime_vals = []
10351035
for σ in σ_vals:
10361036
μ = compute_μ_for_mean(σ, mean_wage)
10371037
model = create_mccall_continuous(σ=σ, μ=μ)
1038+
w_bar = compute_reservation_wage_continuous(model)
10381039
lv = compute_mean_lifetime_value(model, w_bar)
10391040
lifetime_vals.append(lv)
10401041

0 commit comments

Comments
 (0)