We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab2635 commit ddf748aCopy full SHA for ddf748a
lectures/lake_model.md
@@ -931,9 +931,8 @@ unemployment_rates = jax.vmap(compute_unemployment_rate)(λ_values)
931
# Plot the results
932
fig, ax = plt.subplots(figsize=(10, 6))
933
ax.plot(λ_values, unemployment_rates, lw=2)
934
-ax.set_xlabel('job finding rate (λ)')
+ax.set_xlabel(r'$\lambda$')
935
ax.set_ylabel('steady-state unemployment rate')
936
-ax.set_title('unemployment rate vs job finding rate')
937
plt.show()
938
939
base_model = create_lake_model()
0 commit comments