QuantEcon / lecture-python-intro

An Undergraduate Lecture Series for the Foundations of Computational Economics
https://intro.quantecon.org/
35 stars 18 forks source link

Duplicate lectures #282

Open shlff opened 1 year ago

shlff commented 1 year ago

As discussed with @jstac , we have some duplicate lectures coexisting in the intro and intermediate lecture series. (cc @mmcky , @HengchengZhang )

Duplicates:

We might consider keeping each of them in only one series.

shlff commented 11 months ago

Also we collect lectures with overlapping contexts here:

  1. Markov chain

intro

intermediate

  1. Linear algebra

intro

intermediate

  1. LLN and CLT

intro

intermediate

  1. Linear regression

intro

intermediate

  1. Maximum likelihood estimation intro

intermediate

  1. Schelling's segregation model

intro

intermediate

  1. Lake model

intro

intermediate

HumphreyYang commented 6 months ago

Many thanks @mmcky,

I am removing lectures in the top comment now, and I have requested @jstac's review on the second category.

jstac commented 6 months ago

Thanks @shlff for collecting these and documenting them carefully.

In most cases, the intermediate ones are more advanced and they can co-exist with the intro ones.

However, https://python.quantecon.org/schelling.html is really just a duplicate and can be removed.

Eventually we should connect the related lectures with links between them --- for example, the advanced MLE lecture should refer to the more elementary one at the start and vice versa. But let's put that aside for now.

After removing https://python.quantecon.org/schelling.html and merging @HumphreyYang's PR, I think this issue can be closed.

HumphreyYang commented 6 months ago

Many thanks @jstac for your reivew and @shlff for the issue,

I will add schelling into the same PR, remove it from migrated lectures and ping @mmcky for review.