Skip to main content

A Python Package to calculate indexes related to poverty and inequality.

Project description

POVERTY

A Python Package to calculate indexes related to poverty and inequality.

Who is this for?

For anybody who want to calculate indexes related to poverty and inequality using a python package.

Installing

You can install poverty package using pip:

$ pip install poverty

Implemented Features

  • Headcount Index

  • Poverty Index

  • Squared Poverty Index

  • Sen Index

  • Sen-Shorrocks-Thon Index

  • Watts Index

  • Gini Coefficient

  • Lorenz Curve

Commands

>>> import poverty as pt
>>> poverty_line=125
>>> expenditure=[100,110,150,160]
>>> pt.calc_head(expenditure,poverty_line)
>>> pt.pov_index(expenditure,poverty_line)
>>> pt.squared_pov_index(expenditure,poverty_line)
>>> pt.sen_index(expenditure,poverty_line)
>>> pt.sst_index(expenditure,poverty_line)
>>> pt.watts_index(expenditure,poverty_line)
>>> pt.gini(expenditure)
>>> pt.draw_lorenz(expenditure)

Contributor

Ronak Sisodia

Project details


Release history Release notifications | RSS feed

This version

7.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poverty-7.2.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

poverty-7.2-py2.py3-none-any.whl (5.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file poverty-7.2.tar.gz.

File metadata

  • Download URL: poverty-7.2.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for poverty-7.2.tar.gz
Algorithm Hash digest
SHA256 26311fd5d22085bdb2f32c2c90d4075576d259c7224434625cbf9dbcc1cd4a84
MD5 da783931461d259bf0d771fc425e082b
BLAKE2b-256 0a3152b87746fd970482e3ee19bb64bf49888745ceddb10b3bd6f42538dd89df

See more details on using hashes here.

File details

Details for the file poverty-7.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for poverty-7.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a3d383711e15f40414b0ae0b5d98f5a8319e3b45105db20fb9a266759704c07d
MD5 dc627c7afb562c40572d30cb33bf6bcc
BLAKE2b-256 c5cae0b264a944c4d90ce0434f0da7a63277d6d6dd00a936443a76c33b2ba577

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page