[likelihood_ratio_processes] Break up likelihood ratio processes lecture and add new examples#547
[likelihood_ratio_processes] Break up likelihood ratio processes lecture and add new examples#547HumphreyYang merged 22 commits intomainfrom
Conversation
|
Hi @mmcky, Just a quick heads-up — I'll be merging this and making it live once it builds! |
|
thanks @HumphreyYang the top level block includes a reference to merging on 26th August you may want to remove 😄 just before merge. Thanks. |
|
WOWSERS -- this is a big edit. Nice Work! |
There was a problem hiding this comment.
Pull Request Overview
This PR restructures the likelihood ratio processes lecture into three focused lectures with additional content: one on divergence measures, another on Lawrence Blume and David Easley's heterogeneous belief model, and a third on VAR likelihood ratios. The changes enhance theoretical coverage and provide new examples while maintaining consistency across the quantitative economics curriculum.
- Breaks down the comprehensive likelihood ratio lecture into specialized topics
- Adds three new lectures covering divergence measures, heterogeneous belief models, and VAR applications
- Enhances existing Wald-Friedman content with improved code structure and exercises
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| divergence_measures.md | New lecture introducing KL, Jensen-Shannon divergence, and Chernoff entropy with mathematical foundations |
| likelihood_ratio_process_2.md | New lecture on Blume-Easley heterogeneous beliefs model with market equilibrium analysis |
| likelihood_var.md | New lecture extending likelihood ratios to VAR models with Samuelson multiplier-accelerator example |
| wald_friedman.md | Enhanced with vectorized functions, improved code structure, and comprehensive exercises |
| wald_friedman_2.md | Minor wording improvements for clarity |
| likelihood_bayes.md | Formatting cleanup |
| _toc.yml | Updated table of contents to include new lectures |
| _static/quant-econ.bib | Added references for Shannon and Kullback-Leibler foundational papers |
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
|
@HumphreyYang if you don't have time to review the |
I think there are useful ones! I will check over.. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This PR breaks
likelihood_ratio_processesinto three new lectures with additional discussions and material: one on divergence measures, another on Lawrence Blume and David Easley's heterogeneous belief model, and a third one on non-iid case with new content and sections.