Common statistical testing procedures used for STATS 101 topics. The code is intentionally simple to make it easy to forllow for beginners.
Project description
Mini Stats Helpers
Common statistical testing procedures used for STATS 101 topics. THhe 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 implmemented "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/blob/main/notebooks/plot_helpers.py
- import stats helpers from https://github.com/minireference/noBSstatsnotebooks/blob/main/notebooks/stats_helpers.py
- add github actions CI
- add some tests
- Split
plots.py
into:-
plots/discrete.py
-
plots/continuous.py
-
plots/linear_models.py
-
plots/figures.py
(not in main namespace) -
plots/sampling_dist
? (not in main namespace)
-
- add more tests
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.0.tar.gz
.
File metadata
- Download URL: ministats-0.3.0.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.9.6 requests/2.31.0 setuptools/68.0.0 requests-toolbelt/1.0.0 tqdm/4.65.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc0412f65080e062d6b4356e6c3957d9be2519dd38ee57a14e9cd7f1c4c44899 |
|
MD5 | 692424934d16e974ba9451b75f7a5df2 |
|
BLAKE2b-256 | 66298b49876ad3ffcbe6db9be4ea421ec4c471634cab57d7b7be255e6e0e1027 |
File details
Details for the file ministats-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: ministats-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.9.6 requests/2.31.0 setuptools/68.0.0 requests-toolbelt/1.0.0 tqdm/4.65.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17f1cf63e2259e39107de19e9622b906bdd1ba902e7d079a9b40bd1b18132cfd |
|
MD5 | c31cc12fa30e7229dd7c7e61d8096237 |
|
BLAKE2b-256 | 165e58ca5012d08a47cb92cd0753760a2a752d818b94f778291f1bb216932b2f |