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
common_stats-0.0.2.tar.gz
(4.1 kB
view details)
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-0.0.2.tar.gz.
File metadata
- Download URL: common_stats-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cc82f189efda96d8a89a8fed3158430a9f8eb49451c8d8158763b8c45a5a973
|
|
| MD5 |
f09060a11326be53ec3068fa1149a061
|
|
| BLAKE2b-256 |
5d6e0d2c75379ac58ad5a6071ae00bb175f7d220e5b37d7f5dcee02648e86b12
|
File details
Details for the file common_stats-0.0.2-py3-none-any.whl.
File metadata
- Download URL: common_stats-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2649ece7aeaccf19a2dc6938c84588366e2414f60195409d5dab52246410c400
|
|
| MD5 |
64b44290b1a0155a15a0847833720d3f
|
|
| BLAKE2b-256 |
33158c43c4ad8b913ad1ec98801d673efd3a7b61be036d75a12686e5826aa043
|