Skip to content

Commit ac020a0

Browse files
longye-tianCopilot
andauthored
Update lectures/mccall_fitted_vfi.md
Co-authored-by: Copilot <[email protected]>
1 parent 4f0b4e6 commit ac020a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/mccall_fitted_vfi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def create_mccall_model(c=1,
215215
"""Factory function to create a McCall model instance."""
216216
if w_draws is None:
217217
# Generate wage draws if not provided
218-
w_draws = lognormal_draws(n=mc_size, μ=μ, σ=σ, seed=seed)
218+
w_draws = lognormal_draws(n=mc_size, μ=μ, σ=σ, seed=seed)
219219
220220
w_grid = jnp.linspace(grid_min, grid_max, grid_size)
221221
return McCallModelContinuous(c=c, α=α, β=β, w_grid=w_grid, w_draws=w_draws)

0 commit comments

Comments
 (0)