Common statistical testing procedures used for STATS 101 topics. The code is intentionally simple to make it easy to forllow for beginners.
Project description
Ministats
Common statistical testing procedures and plotting functions used for STATS 101. The code is intentionally simple to make it easy to read for beginners.
- Free software: MIT license
- Documentation: https://ministats.readthedocs.io
About
This library contains helper functions for statistical analysis procedures implemented "from scratch." Many of these procedures can be performed more quickly by simply calling an appropriate function defined in one of the existing libraries for statistical analysis, but we deliberately show the step by step procedures, so you'll know what's going on under the hood.
Features
- Simple, concise code.
- Uses standard prob. libraries
scipy.stats
. - Tested against other statistical software.
Roadmap
- import plot helpers from https://github.com/minireference/noBSstatsnotebooks/ repo
- import stats helpers from https://github.com/minireference/noBSstatsnotebooks/ repo
- add GitHub actions CI
- add some tests
- Move
plots.py
intoplots/__init__.py
: - Distribute functions
plots/__init__.py
into submodules:-
plots/probability.py
: functions for visualizing probability distributions -
plots/regression.py
: linear model visualization functions -
plots/figures.py
: special code used for figures in the book (not included in the main namespace) - remove
plots/figures
plotting functions fromministats
namespace
-
- add more tests
- one-sample equivalence test
- two-sample equivalence test
History
0.2.0 (20243-03-28)
- Imported plotting functions from
plot_helpers.py
(in main namespace for now)
0.1.0 (2023-06-29)
- First release on PyPI.
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 ministats-0.3.9.tar.gz
.
File metadata
- Download URL: ministats-0.3.9.tar.gz
- Upload date:
- Size: 34.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c68af7999d4d21677cdc7afc837aedfacc30df6bf69b1423d1919af6e6b55d2 |
|
MD5 | f788c83f71e21a85b74b8773af28b1e6 |
|
BLAKE2b-256 | 9ca86c87aaff61dd77f58323f13e90dc032c83a732c7a20aea404e192e14146e |
File details
Details for the file ministats-0.3.9-py2.py3-none-any.whl
.
File metadata
- Download URL: ministats-0.3.9-py2.py3-none-any.whl
- Upload date:
- Size: 29.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eb74f5fe49a8ed55fc772ee06cefebac5f572e2f827a07b5774f6d0f3cacdda |
|
MD5 | 17379c2f2ef310fb2bbbc8fa3610a38a |
|
BLAKE2b-256 | 913b80bcc1c2449baa48c3b29693ae645ac7daf1af4a6025020bb71a3a445e63 |