Skip to content

Commit

Permalink
add mobility to description
Browse files Browse the repository at this point in the history
  • Loading branch information
natashawatkins committed Dec 7, 2018
1 parent 56685e3 commit 0a9c1f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions quantecon/inequality.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def gini_coefficient(y):

def shorrocks_index(A):
"""
Implements Shorrocks index of inequality
Implements Shorrocks mobility index
Parameters
-----------
Expand All @@ -97,7 +97,7 @@ def shorrocks_index(A):
Returns
--------
Shorrocks index: float
The Shorrocks index calculated as
The Shorrocks mobility index calculated as
.. math::
Expand Down
2 changes: 1 addition & 1 deletion quantecon/tests/test_inequality.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_gini_coeff():

def test_shorrocks_index():
"""
Test Shorrocks index function against the example used in 'Wealth
Test Shorrocks mobility index function against the example used in 'Wealth
distribution and social mobility in the US: A quantitative approach'
(Benhabib, Bisin, Luo, 2017).''
https://www.econ.nyu.edu/user/bisina/RevisionAugust.pdf
Expand Down

0 comments on commit 0a9c1f9

Please sign in to comment.