It was discussed that we should write a Lorenz curve function locally to show what the function is doing and to assist with enabling this lecture series to be wasm compatible.
For reference the code can be found here
https://github.com/QuantEcon/QuantEcon.py/blob/d7c2f5261301ff159c32dd79300e500a442856bc/quantecon/_inequality.py#L11
It was discussed that we should write a
Lorenzcurve function locally to show what the function is doing and to assist with enabling this lecture series to bewasmcompatible.Lorenz Curvefunction in the lecture without the use of numba (reported toQuantEcon.pyas well Fix numba deprecation notice QuantEcon.py#721) to show students what that function does.For reference the code can be found here
https://github.com/QuantEcon/QuantEcon.py/blob/d7c2f5261301ff159c32dd79300e500a442856bc/quantecon/_inequality.py#L11