Skip to content

Commit 63d4ba0

Browse files
jstacclaude
andcommitted
Fix missing equation label 'bell2mcmc' in mccall_fitted_vfi.md
Added the label 🏷️ bell2mcmc to the Bellman operator equation and converted it from $$ delimiters to the {math} directive to support cross-references. This fixes the build warning: WARNING: equation not found: bell2mcmc 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent bf06633 commit 63d4ba0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lectures/mccall_fitted_vfi.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ The model is the same as in the {doc}`discrete case <mccall_model_with_sep_marko
9696

9797
In the {doc}`discrete case <mccall_model_with_sep_markov>`, we ended up iterating on the Bellman operator
9898

99-
$$
99+
```{math}
100+
:label: bell2mcmc
101+
100102
(Tv_u)(w) =
101103
\max
102104
\left\{
@@ -106,7 +108,7 @@ $$
106108
\right),
107109
u(c) + \beta(Pv_u)(w)
108110
\right\}
109-
$$
111+
```
110112

111113
where
112114

0 commit comments

Comments
 (0)