lecture-python
lecture-python copied to clipboard
Source files for https://python.quantecon.org
The workflow preview.yml is referencing action nwtgck/actions-netlify using references v1.1. However this reference is missing the commit [223b5b5981680adfe8ec4c9f471620cbbdbfadec](https://github.com/nwtgck/actions-netlify/commits/223b5b5981680adfe8ec4c9f471620cbbdbfadec) which may contain fix to the some vulnerability. The vulnerability fix that...
Modify the code in the lectures related with the recent change in QuantEcon/QuantEcon.py#569
Hi @jstac I update the McCall function in the [lake model](https://python-intro.quantecon.org/lake_model.html#Fiscal-Policy-Code) to be consistent with the McCall [lecture](https://python-intro.quantecon.org/mccall_model_with_separation.html#Implementation). The same changes I make in this [notebook](https://github.com/Harveyt47/Test/blob/master/lake_model.ipynb) I also add a...
The pessimistic matrix [here](https://python.quantecon.org/harrison_kreps.html#Optimism-and-Pessimism) does not agree with the one used in the exercises.
There appears to be an issue with the latest `matplotlib=3.3.1` https://github.com/matplotlib/matplotlib/issues/18291
The lecture suggests that time iteration is likely to be more accurate than value function iteration. But playing around with the solution to Exercise 2 suggests that most of the...
In the lecture LQ Control: Foundations, the solution to Exercise 2 includes the following line: `Rf2 = lq_retired.P` Is this correct? Isn't `Rf2` supposed to be the terminal value function...
[interpolation package](https://anaconda.org/conda-forge/interpolation) has been added to `conda forge` so we can use that channel to install ``` !conda install -y quantecon !pip install interpolation ``` should become ``` !conda install...
For example, we want the figure showing Gini coefficient vs mu_r in `weath_dynamics.rst` to be unchanging. This is quite subtle due to use of Numba and parallelization (which tends to...
Hello again. Some minor typos in *Asset Pricing with Incomplete Markets* 1. For the pessimists' beliefs, you copied the optimists' beliefs. 1. For `price_optimistic_beliefs()` (and pessimistic) you specify `tol=1e-16` in...