effectus tells you which minority of causes provokes which majority of effects.
Project description
What?
You provide it with a series of numbers. It tells you whether a pareto distribution is present.
Why?
Mean, Median and Most likely value regularly hide that a minority of causes provokes a majority of effects.
The Fallacy of the Arithmetic Mean explains the situation in-depth.
How?
First, install it:
$ pip3 install effectus
Then, in your Python shell do:
from effectus.core import make_summary
make_summary([789, 621, 109, 65, 45, 30, 27, 15, 12, 9])
{'causes': '1/5',
'effects': '4/5',
'pareto': True,
'ratio': 0.707,
'variability': 0.02}
If you want 80% of results, you need only 20% of causes.
» Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file effectus-1.0.0.dev3.macosx-10.11-x86_64.tar.gz
.
File metadata
- Download URL: effectus-1.0.0.dev3.macosx-10.11-x86_64.tar.gz
- Upload date:
- Size: 219.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96221c8a129064e9d5bb336eafce15a55eb7fdd09c60aea8e40d893e0f000b01 |
|
MD5 | ee54cb87735d86a25a02ca3d933e324b |
|
BLAKE2b-256 | 5e6bd7493c8d18ff81aa98857d7bd6d8e5f2ca1e55cb2436ea14b14c293e4367 |
File details
Details for the file effectus-1.0.0.dev3-py2.py3-none-any.whl
.
File metadata
- Download URL: effectus-1.0.0.dev3-py2.py3-none-any.whl
- Upload date:
- Size: 211.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c4e83366d25b700c6e42185f486d1a18eaa6fb905bb87031e9813dc1601048f |
|
MD5 | 3a5a2090904efd4623fcf80eaf61c5a6 |
|
BLAKE2b-256 | 3772a463bdf04343f9538594f13ea0a853230710d761039edbb862a4d9b72c85 |