Add Introduction to Bayesian Methods lecture (#751)#758
Merged
Conversation
New lecture introducing Bayesian updating through a microloan default example. Builds from conditional probability and Bayes' law to a Bernoulli/beta conjugate model, covering: - numerical grid-based posterior updating via the trapezoidal rule - the beta closed form and conjugacy - iterative (sequential) updating and the equivalent batch binomial update - loan pricing: expected loss and the break-even interest rate r = θ/(1-θ) - two exercises (prior sensitivity, credible interval) Slotted under the Estimation part of the table of contents after mle. Co-Authored-By: Claude Opus 4.8 (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. |
- Fix variable-name mismatches (y_outcomes/outcomes, current/current_vals) and define prior_vals at module scope - Normalize each iterated posterior against the running density rather than the original prior - Fix two prose typos - Add a note explaining that sequential updating also relies on conditional independence, just implicitly - Add a hidden-input figure visualizing the trapezoidal rule - Rename the conditional-probability example label to bayes_ex_cond Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Closes #751.
Adds a new lecture, Introduction to Bayesian Methods, motivated by a microloan default-risk story (a development bank entering a new lending market).
The lecture builds up gradually for a relatively unsophisticated audience:
normalizing_constanthelper and anupdatestepMCMC is deliberately left for a subsequent lecture.
Slotted under the Estimation part of
_toc.yml, aftermle.All code cells were run end-to-end (including under
-W error::DeprecationWarning); usesnp.trapezoidand matplotlib default colors.🤖 Generated with Claude Code