-
-
Notifications
You must be signed in to change notification settings - Fork 54
[harrison_kreps] Update new lecture on Bayesian Learning and Speculative Behavior #650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (e95dc0e) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (42d3bec) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (3a603aa) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (3826fa0) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (9c38391) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (6c1a0c4) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (aeb1a55) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new lecture on Morris' 1996 paper about speculative behavior and Bayesian learning, building upon the Harrison-Kreps model. The lecture demonstrates how traders with heterogeneous prior beliefs use Bayes' Law to update beliefs about dividend streams, leading to speculative premiums when no global optimist exists.
- Introduces Morris' extension of Harrison-Kreps model with Bayesian learning
- Implements computational methods for multi-trader equilibrium pricing
- Provides examples demonstrating speculative premiums and belief convergence
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
File | Description |
---|---|
lectures/morris_learn.md | New lecture file covering Morris' model with mathematical framework, Python implementations, and exercises |
lectures/harrison_kreps.md | Updated metadata format and corrected equation typo in pessimistic beliefs section |
lectures/_toc.yml | Added morris_learn to table of contents after harrison_kreps |
lectures/_static/quant-econ.bib | Added bibliography entries for Morris1996, Harsanyi, Miller, and Jeffreys papers |
Co-authored-by: Copilot <[email protected]>
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (a7f8445) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (143d8fc) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
This lecture looks very nice! Small comments: Is this correct English? "Morris [1996] evidently abandons the Harsanyi doctrine more blightly than Harrison and Kreps had." (What does blightly mean?) Also, "manifold" is used from the start of the lecture and I'm not sure what it means. Perhaps a wiki link would help? For matplotlib, please use the OOP style from the manual (fig, ax = ...) Thanks @HumphreyYang @mmcky I notice that definitions and theorems use the same blue color. They are probably the most common combination. Is there a spare color we could assign to definitions? (I would be in favor of dropping the bell at the far left, since it's a bit unusual in this context.) |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (dbaf0ba) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (f4de55a) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (83ea55f) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (cb45e81) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
📖 Netlify Preview Ready! Preview URL: https://pr-650--sunny-cactus-210e3e.netlify.app (e3d171f) 📚 Changed Lecture Pages: harrison_kreps, morris_learn |
It looks great @HumphreyYang . Many thanks. Super nice lecture. |
Many thanks @jstac! |
This PR adds a new lecture on Morris' paper on speculative behavior and bayes learning.