A Python package to compute probabilities and statistics
Project description
ProbStatipy
Intro
I was learning about modules in Python and what better way to learn than to do. StatsPro is a package of Python modules equipped with functions that are used in Statistics. I am aware that such a package already exists by the name Statistics and I'm doing this entirely for learning purposes.
While the functions are extensively documented, you can check out my Jupyter Notebooks in the Numerical Summary repo to fully understand my thought process while coming up with these functions.
To understand how modules work, check out the understanding_modules Notebook (which is still a work in progress, just like this repo).
Contents
Familiarize yourself with the contents to understand how to navigate this repo.
The two most important files in this repository are:
- pystats_central.py: Contains functions to measure central tendency such as Mean, Median and Mode.
- pystats_spread.py: Contains functions to measure dispersion/spread such as Variance (Mean Squared Deviation), Standard Deviation and Mean Absolute Deviation (MAD).
Other than these two files, this repo has a couple of more files:
- The README.md file is the one you are currently reading. It contains useful information about this repo and instructions on how to interact with it.
- The .gitignore file is where I defined to git (and GitHub) the files on my local machine to ignore.
- understanding_modules.ipynb is a Jupyter Notebook where I explain how Python modules work (according to my lay understanding).
Dependencies
Module | Statistics Topic | Dependencies |
---|---|---|
pystats_central | Central Tendancy | - |
pystats_spread | Spread / Dispersion | math |
Project details
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 ProbStatipy-0.0.2.tar.gz
.
File metadata
- Download URL: ProbStatipy-0.0.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d63535074ee4fe6d77bf745a717ce9cea60b72a90c62bc00a2f426c5f012b7f |
|
MD5 | 4b783ea768f069c9812c70f070c29d0f |
|
BLAKE2b-256 | 2c95d11d728109688ad555dde9390fb7eddd7a1c09584630812ea7f68cad58c4 |
File details
Details for the file ProbStatipy-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: ProbStatipy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d04c80d59dbe21d93d6b4608715e9d6f2efea2e6514968b6d10ba96a47fe52f |
|
MD5 | 47464e1ccb805e0f74ded7d08cdcc158 |
|
BLAKE2b-256 | cfcdd420a5b45481bac16f8420d61fd174aef7d73625467913248f6e538d00c4 |