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.
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
effectus-1.0.0.dev2.tar.gz
(16.1 kB
view details)
Built Distribution
File details
Details for the file effectus-1.0.0.dev2.tar.gz
.
File metadata
- Download URL: effectus-1.0.0.dev2.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 085dd2fece020771029c283a8f518a455585d3862ea7149dddc62e941e10e124 |
|
MD5 | a09cf77a2f0cd4c577a2e97705d4777f |
|
BLAKE2b-256 | e8657abe310e0dd826c0e551a881a3786e7209d116d531d434570f2e23b8c2f5 |
File details
Details for the file effectus-1.0.0.dev2-py2.py3-none-any.whl
.
File metadata
- Download URL: effectus-1.0.0.dev2-py2.py3-none-any.whl
- Upload date:
- Size: 207.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 793a4545cb5694bd3538491f089d91237e422502da685d209cbece2022298c59 |
|
MD5 | 2c80701052ad5585f50ffdf680c2c1ba |
|
BLAKE2b-256 | 8a8024cf592d97df41a622df8923bbe39db4ceb79bb1d0a32a9d00ed0099fb24 |