lecture-python
lecture-python copied to clipboard
updating lake model mccall function to be consistent with mccall lecture
Hi @jstac
I update the McCall function in the lake model to be consistent with the McCall lecture. The same changes I make in this notebook
I also add a random_state=seed
in the markov chain simulation
🚀 Deployed on https://5eb1431c1ab4171097950e4a--practical-lalande-b89631.netlify.app
Thanks @Harveyt47 , that looks good to me.
@shlff , are you able to review this pull request?
Does it look OK to you?
Thanks @jstac . For the code in QE lectures, as you discussed with me before, we need to make a balance between its efficiency and readability.
I will give my comments on these changes in the following.
(Since this PR is quite old, I will briefly explain the changes in code before comments.)
Let's get started.