A simple library for basic statistical calculations
Project description
Usage
To use the common_stats package, you can utilize its various statistical functions such as mean, median, mode, and standard_deviation. Below is a quick example demonstrating how to use these functions.
Example Code
from common_stats import mean, median, mode, standard_deviation
data = [1, 2, 3, 4, 5]
print("Mean:", mean(data))
print("Median:", median(data))
print("Mode:", mode(data))
print("Standard Deviation:", standard_deviation(data))
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file common_stats_pratikxxx-0.0.1.tar.gz.
File metadata
- Download URL: common_stats_pratikxxx-0.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcdb73b1a225dbd9ef2530a683225e17efcfe773401e3c8d32dac374a525c54a
|
|
| MD5 |
d1390d770a41da9d04e09bda9c441135
|
|
| BLAKE2b-256 |
972f4dd143e031bd03adbdd1bfcc26b9a6b3f754b4f675737363e152fde1160d
|
File details
Details for the file common_stats_pratikxxx-0.0.1-py3-none-any.whl.
File metadata
- Download URL: common_stats_pratikxxx-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b689b1929603ade1de7b535092e6d9f171a19d62034ebb5ac397e37bb9c7801
|
|
| MD5 |
4432b075a3f68293dbfcdf191993601f
|
|
| BLAKE2b-256 |
c41cbf57759a786cb3503cbcb2826ba4c395cf82453ef3dfa0af8651874356bc
|