QuantEcon.lectures.code icon indicating copy to clipboard operation
QuantEcon.lectures.code copied to clipboard

Code Repository to Support QuantEcon Lecture Site

Results 5 QuantEcon.lectures.code issues
Sort by recently updated
recently updated
newest added

In the Simple Linear Regression lesson (https://lectures.quantecon.org/py/ols.html) the source (https://github.com/QuantEcon/QuantEcon.lectures.code/raw/master/ols/maketable1.dta) is missing.

What is the reason `objective` is defined within the loop over grid points rather than just before it? Seems like it would add to overhead, repeatedly defining it.

1. The outcome of career/career_vf_plot.py does not look nice like the [figure](https://lectures.quantecon.org/_images/career_vf.png) in the lecture. 2. In the solution to Exercise 1: * `max_iter=200` should be added to `compute_fixed_point`. *...

While working in the Julia version of the lectures (they're awesome, by the way) in this chapter: https://lectures.quantecon.org/jl/types_methods.html I noticed that the solution of the exercise seems to be incomplete....

In the first exercise, where the goal is to calculate the percentage price change over the year 2013 for an array of tickers, it appears the graph showing the solution...