Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grahamstark/PovertyAndInequalityM…
Browse files Browse the repository at this point in the history
…easures.jl
  • Loading branch information
grahamstark committed Apr 26, 2021
2 parents 862a2cd + 982dce8 commit fa3a083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PovertyAndInequalityMeasures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ function add_decomposed_theil( popindc :: InequalityMeasures, subindices :: Vect
end

"""
Make a dictionary of inequality measures.
Make a struct of inequality measures.
This is mainly taken from chs 5 and 6 of the World Bank book.
1. `rawdata` a matrix with cols with weights and incomes
Expand All @@ -434,7 +434,7 @@ Returned is a Dict of inequality measures with:
See WB chs 5 an 6, and Cobham and Sumner on the Palma.
Also in the dict are:
Also in the struct are:
* `total_income`
* `total_population`
Expand Down

0 comments on commit fa3a083

Please sign in to comment.