Link the probability sequence together - #819
Merged
Merged
Conversation
fitting_distributions (#814) was reachable only from the table of contents and from heavy_tails. Neither of the two lectures it builds on mentioned it, so a reader working through the sequence in order had no pointer forward. - prob_dist now introduces itself as the first of three and names both of the others, replacing a sentence that named only observed_distributions. - observed_distributions points forward in its outline, and again at the place where it fits a normal to the Amazon returns by matching moments -- which is the method of moments, unnamed there, and the subject of the next lecture. - mle gains its first cross-reference to another lecture. Its two steps for maximum likelihood, guess the distribution and estimate the parameters, are the two questions fitting_distributions is organized around, so it now says so. That closes a loop: fitting_distributions already sent readers to mle twice, once for a fuller treatment of parameter estimation and once for the Student t fit that the method of moments handles poorly. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Aug 3, 2026
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.
fitting_distributions(#814) was reachable only from the table of contents and fromheavy_tails. Neither of the two lectures it builds on mentioned it, so a reader working through the sequence in order had no pointer forward.Before / after
prob_distobserved_distributionsmleThe three edits
prob_distnow introduces itself as the first of three and names both of the others, replacing a sentence that named onlyobserved_distributions.observed_distributionspoints forward in its outline, and again at the place where it fits a normal to the Amazon returns by matching sample moments to population moments. That is the method of moments — unnamed there, and the subject of the next lecture — so the pointer sits exactly where the reader meets the idea for the first time.mlegains its first cross-reference to any other lecture. Its two steps for maximum likelihood — guess the distribution, then estimate the parameters — are precisely the two questionsfitting_distributionsis organized around, so it now says so. This closes a loop:fitting_distributionsalready sends readers tomletwice, once for a fuller treatment of parameter estimation and once for the Student t fit that the method of moments handles poorly.Prose only; both executable lectures still run end to end.
🤖 Generated with Claude Code