-
-
Notifications
You must be signed in to change notification settings - Fork 26
Edits to inequality lecture #96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for taupe-gaufre-c4e660 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
lectures/inequality.md
Outdated
| $$(topshares) | ||
| with $[\cdot]$ as the greatest integer function, which rounds-off the real number inside the square bracket down to the integer less than the number. | ||
| Here $[\cdot]$ is the greatest integer function, which rounds-off the real |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shlff Here and above please use the correct latex symbol: https://latex-tutorial.com/floor-latex/
|
@shlff Can you please
|
|
@shlff Could you please break the US gini time series plot into two plots
This will make the strong U shape in the wealth time series clearer. |
|
Thanks for your excellent comments and rewriting the introduction @jstac . It looks attractive to me. Please find my modifications in the comment above. |
|
@shlff if this is ready can you take it with the |
|
Thanks @shlff . I can't see your edits in the file diffs. Can you see them? (Click "Files Changed") |
lectures/inequality.md
Outdated
|
|
||
| $$ | ||
| T(p) = 1 - L (1-p) | ||
| \approx \frac{\sum_{j\geq i} w_j}{ \sum_{j \leq n} w_j}, \quad i = [n (1-p)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't you need to change to \floor and \rfloor in this line?
lectures/inequality.md
Outdated
| Here $[\cdot]$ is the greatest integer function, which rounds-off the real | ||
| number inside the square bracket down to the integer less than the number. | ||
| Here $\lfloor \cdot \rfloor$ is the floor function, which rounds-off the real | ||
| number inside the square bracket down to the integer less than or equal to the number. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"...which rounds any number down to the integer..."
"...the number" -> "that number"
lectures/inequality.md
Outdated
| Let's plot the Gini coefficients for net wealth, labor income and total income. | ||
|
|
||
| ```{code-cell} ipython3 | ||
| # use the average to replace an outlier in labor income gini |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"the average" -> "an average"
|
Thanks @shlff , please see my comments |
|
It's hard to check the diffs on this. Did you delete "inside the square bracket" as requested? The sentence should read "...which rounds any number down to the integer...". (There are no square brackets.) Once this is done please fix the build error if possible. If not please ping @mmcky and tell him this is ready to merge. |
|
@shlff I have merge in the latest |
|
Many thanks @shlff |
No description provided.