# Ministats
[](https://pypi.python.org/pypi/ministats)
[](https://ministats.readthedocs.io/en/latest/?version=latest)
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
- [x] import plot helpers from https://github.com/minireference/noBSstatsnotebooks/ repo
- [x] import stats helpers from https://github.com/minireference/noBSstatsnotebooks/ repo
- [x] add GitHub actions CI
- [x] add some tests
- [x] Move `plots.py` into `plots/__init__.py`:
- [ ] Distribute functions `plots/__init__.py` into submodules:
- [x] `plots/probability.py`: functions for visualizing probability distributions
- [x] `plots/regression.py`: linear model visualization functions
- [x] `plots/figures.py`: special code used for figures in the book (not included in the main namespace)
- [ ] remove `plots/figures` plotting functions from `ministats` 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/minireference/ministats",
"name": "ministats",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "ministats",
"author": "Ivan Savov",
"author_email": "ivan@minireference.com",
"download_url": "https://files.pythonhosted.org/packages/b7/ca/479f5364749953dbf365aec0bd82e0fe2cc7a6e56e78a0534a57e1a0a585/ministats-0.3.15.tar.gz",
"platform": null,
"description": "# Ministats\n\n[](https://pypi.python.org/pypi/ministats)\n[](https://ministats.readthedocs.io/en/latest/?version=latest)\n\nCommon statistical testing procedures and plotting functions used for STATS 101.\nThe code is intentionally simple to make it easy to read for beginners.\n\n- Free software: MIT license\n- Documentation: https://ministats.readthedocs.io\n\n\n## About\n\nThis library contains helper functions for statistical analysis procedures implemented \"from scratch.\"\nMany of these procedures can be performed more quickly by simply calling an appropriate function defined in one of the existing libraries for statistical analysis,\nbut we deliberately show the step by step procedures,\nso you'll know what's going on under the hood.\n\n\n\n## Features\n\n- Simple, concise code.\n- Uses standard prob. libraries `scipy.stats`.\n- Tested against other statistical software.\n\n\n\n## Roadmap\n\n- [x] import plot helpers from https://github.com/minireference/noBSstatsnotebooks/ repo \n- [x] import stats helpers from https://github.com/minireference/noBSstatsnotebooks/ repo\n- [x] add GitHub actions CI\n- [x] add some tests\n- [x] Move `plots.py` into `plots/__init__.py`:\n- [ ] Distribute functions `plots/__init__.py` into submodules:\n - [x] `plots/probability.py`: functions for visualizing probability distributions\n - [x] `plots/regression.py`: linear model visualization functions\n - [x] `plots/figures.py`: special code used for figures in the book (not included in the main namespace)\n - [ ] remove `plots/figures` plotting functions from `ministats` namespace\n- [ ] add more tests\n - [ ] one-sample equivalence test\n - [ ] two-sample equivalence test\n\n\n# History\n\n## 0.2.0 (20243-03-28)\n\n- Imported plotting functions from `plot_helpers.py` (in main namespace for now)\n\n## 0.1.0 (2023-06-29)\n\n- First release on PyPI.\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Common statistical testing procedures used for STATS 101 topics. The code is intentionally simple to make it easy to forllow for beginners.",
"version": "0.3.15",
"project_urls": {
"Homepage": "https://github.com/minireference/ministats"
},
"split_keywords": [
"ministats"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "dcdd19059f7a10c4230fa3e42e0c81c422c6fee812974142f4689f49f0a7273b",
"md5": "08549ce471600aea008a7d56cfefd39d",
"sha256": "77496f7ea2dc66da121a806b421895b92d7fe413d79398c9d6c9deb6d16ebc53"
},
"downloads": -1,
"filename": "ministats-0.3.15-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "08549ce471600aea008a7d56cfefd39d",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 33218,
"upload_time": "2025-02-17T17:00:50",
"upload_time_iso_8601": "2025-02-17T17:00:50.128119Z",
"url": "https://files.pythonhosted.org/packages/dc/dd/19059f7a10c4230fa3e42e0c81c422c6fee812974142f4689f49f0a7273b/ministats-0.3.15-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b7ca479f5364749953dbf365aec0bd82e0fe2cc7a6e56e78a0534a57e1a0a585",
"md5": "2fc7f0b1c9f05b6e03bf7a3a88e4a5ea",
"sha256": "b0c663236920f7c3eb4f9a63ddc3087583a3d877a0cb1ac1cd9c0e6eb12b024d"
},
"downloads": -1,
"filename": "ministats-0.3.15.tar.gz",
"has_sig": false,
"md5_digest": "2fc7f0b1c9f05b6e03bf7a3a88e4a5ea",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 37436,
"upload_time": "2025-02-17T17:00:51",
"upload_time_iso_8601": "2025-02-17T17:00:51.182462Z",
"url": "https://files.pythonhosted.org/packages/b7/ca/479f5364749953dbf365aec0bd82e0fe2cc7a6e56e78a0534a57e1a0a585/ministats-0.3.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-17 17:00:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "minireference",
"github_project": "ministats",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "ministats"
}