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.dev1.tar.gz
(16.1 kB
view details)
Built Distribution
File details
Details for the file effectus-1.0.0.dev1.tar.gz
.
File metadata
- Download URL: effectus-1.0.0.dev1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b79ee24d3fe0002cfd00fed71ac0e86376d7e4d0ed2c3141bb65c87c774171f |
|
MD5 | d89f139bd9a13b494d4e7323eae087e0 |
|
BLAKE2b-256 | 46f65437d8411fd5f98f794cfc45acaf67b99f0c77ad65b4c2ce12100dff522a |
File details
Details for the file effectus-1.0.0.dev1-py2.py3-none-any.whl
.
File metadata
- Download URL: effectus-1.0.0.dev1-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 | 12dd7eed4d44bff8463c662bf3c6b438564b5ba4994d884b0d1b6919bd28fe2d |
|
MD5 | 4d4c8a40d42d85574c4accdfa47636a4 |
|
BLAKE2b-256 | 6d5093de13e1a912d632219722631ed7103ce8cecd04a96cbe5449a2ac78c16d |