PolicyEngine / microdf

Analysis tools for working with survey microdata as DataFrames.
http://pslmodels.github.io/microdf
MIT License
12 stars 10 forks source link

Function to produce poverty gap and rate #155

Closed MaxGhenis closed 3 years ago

MaxGhenis commented 3 years ago
poverty_gap(thresholds, values, weights)  # Should be SPM weight at SPM unit level
poverty_rate(thresholds, values, weights)  # Should be at person level
MaxGhenis commented 3 years ago

Fixed in #160