Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./ -W --keep-going
jb build lectures --path-output ./ --keep-going
- name: Upload Execution Reports (HTML)
uses: actions/upload-artifact@v4
if: failure()
Expand Down
1 change: 0 additions & 1 deletion lectures/finite_markov.md
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,6 @@ $$
## 练习

```{exercise}

:label: fm_ex1

根据{ref}`上述讨论 <mc_eg1-2>`,如果一个工人的就业动态遵循随机矩阵
Expand Down
1 change: 0 additions & 1 deletion lectures/lqcontrol.md
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,6 @@ d
和之前一样,消费者试图最小化

```{math}

:label: lq_pip

\mathbb E \,
Expand Down
1 change: 0 additions & 1 deletion lectures/perm_income.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ $$
因此

```{math}

:label: sprob120

\mathbb{E}_{t+1} [y_{t+j}] - \mathbb{E}_t [y_{t+j}] = d_{j-1} w_{t+1}
Expand Down
1 change: 0 additions & 1 deletion lectures/re_with_feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ $$
在上述方程中,将对数货币需求 $m_t^d$ 等同于对数货币供应 $m_t$,并重新整理,可以得出价格水平的对数 $p_t$ 与货币供应的对数 $m_t$ 之间的关系:

```{math}

:label: equation_1

p_t = (1 -\lambda) m_t + \lambda p_{t+1}
Expand Down
Loading