Update made to Markov Chains: Basic Concepts lecture#479
Conversation
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
mmcky
left a comment
There was a problem hiding this comment.
Thanks @Jiarui-ZH just some minor comments below
|
@mmcky, Thank you for the review, please let me know if there is any thing else I need to change! |
|
thanks @Jiarui-ZH there are some undefined labels that need to be fixed. Once this is building I will do a full review.
|
|
Hi @mmcky , sorry for the trouble but can you give me a short rundown on the how prf:ref is used? I am still unclear with the referring of markdown |
Hi @Jiarui-ZH here are the docs re: syntax https://sphinx-proof.readthedocs.io/en/latest/syntax.html you essentially use the label that is assigned to the directive item as a reference such as: |
|
Everything except for simplifying figures is mentioned in #453 is resolved |
|
|
||
| (mc_eg1)= | ||
| #### Example 2 | ||
| #### Example 2: Unemployment |
There was a problem hiding this comment.
thanks @Jiarui-ZH for opening #502. We can deal with that separately.
|
@mmcky I have tried to use the sphinix-proof for exampeles however the following warning pops up. I am not sure why this is happening it would be great if you can review this. |
|
Thanks for reaching out @Jiarui-ZH. The main issues were:
See 088d92b for fixes. |
|
ahh I see, thank you for the fixes |
|
@Jiarui-ZH are there any other additions you are planning to make to this PR? |
|
for Example 1: Economic states and Example 2: Unemployment which are the only two examples that were referred back to later in the lecture I left them as they are as I thought they are a bit long to be using prf:example and looks neat enough already |
|
@Jiarui-ZH just organising for this to get merged. |
|
Resolved! |
| * The red, blue and green dots are initial marginal probability distributions $\psi_1, \psi_2, \psi_3$, each of which is represented as a vector in $\mathbb R^3$. | ||
| * The transparent dots are the marginal distributions $\psi_i P^t$ for $t = 1, 2, \ldots$, for $i=1,2,3.$. | ||
| * The yellow dot is $\psi^*$. | ||
| \update_markov_chain_I |
|
@HumphreyYang or @nisha617 would either of you have time to have a Quick Look over these changes? |
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Add missing space: "distribution(probability mass function)" → "distribution (probability mass function)" - Fix label typo: prob-recesession → prob-recession Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Revert the description of the 3D simplex animation back to its original form. The PR had rewritten it to describe a single ψ₀ in red with a black stationary distribution, but the actual animation code (lines 845-882) still plots three distributions (blue, red, green) with the stationary distribution in yellow. Restoring the description so it matches the figure. - Add 🏷️ to the Steady-State Unemployment Probability example for consistency with the other two prf:example blocks. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Update to Markov Chains: Basic Concepts lecture (#453 )
Content