[mix_model] Add figure captions and use CDF#982
Merged
Merged
Conversation
Follow-up style polish now that the JAX conversion has merged: - caption the six body figures via mystnb metadata (rendered as 'Fig N. caption'); the two figures inside the exercise solution are left uncaptioned, since a caption's LaTeX float breaks the PDF build - write CDF instead of c.d.f., consistent with the IID convention Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
📖 Netlify Preview Ready!Preview URL: https://pr-982--sunny-cactus-210e3e.netlify.app Commit: 📚 Changed LecturesBuild Info
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up style polish after the JAX conversion (#773) merged.
Figure captions
Adds
mystnbfigure captions (rendered as "Fig N. caption") to the six body figures:fig-lottery-draws,fig-pi-seq-1,fig-pi-seq-2,fig-kl,fig-kl-limit,fig-posterior-alpha.The two figures inside the exercise solution are intentionally left uncaptioned — a caption wraps the image in a LaTeX float, which breaks the PDF build (
Not in outer par mode).CDF
Changes the two
c.d.f.occurrences toCDF, consistent with theIIDconvention.Both conventions are being added to the style manual in QuantEcon/QuantEcon.manual#112.
Verified the lecture still runs end-to-end (JAX cells + numpyro MCMC) on CPU.
🤖 Generated with Claude Code