A mini statistics library for Python inspired by the `ministat` command
Project description
>>> import ministat >>> iguana = [50, 200, 150, 400, 750, 400, 150] >>> chameleon = [150, 400, 720, 500, 930] >>> ministat.compare_and_print(iguana, chameleon) No difference proven at 95.0% confidence >>> ministat.compare_and_print(iguana, chameleon, confidence_level=80) Difference at 80.0% confidence -240 +/- 212.215 -80% +/- 70.7384% (Student's t, pooled s = 154.676)
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
ministat-0.0.2.tar.gz
(4.9 kB
view details)
Built Distribution
File details
Details for the file ministat-0.0.2.tar.gz
.
File metadata
- Download URL: ministat-0.0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4363ba01eaf1589bd81bff895f466bf7c68fef4bf9d455a8ae9c5a910241456e
|
|
MD5 |
b72b275b035b6eedf8b03a252371b2ad
|
|
BLAKE2b-256 |
8b78d4c7e9b48c6e82855f8b1f66c4099441ee5950072da00dc0e84c29d1bb9b
|
File details
Details for the file ministat-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: ministat-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
08cd717b1262aa4ebc8548e6d97c0fbac36be9e5a133fa07a0f6cf68e77cb0a7
|
|
MD5 |
8e9b465b581eac9569bf8afb959d96f0
|
|
BLAKE2b-256 |
8f82ec47bb8d4e20b1d32e8ca464902b60851b155a54eb07b2138fb057eb8ae0
|