Perform advanced statistical analysis on numerical data
Project description
StatsAnalyzer
مكتبة Python لتحليل البيانات الرقمية وإجراء إحصائيات متقدمة.
تثبيت
py -m pip install StatsAnalyzer
python نسخ الكود
استخدام
from statsanalyzer import mean, median, variance, std_dev, min_max, summary
data = [10, 20, 30, 40, 50]
print("Mean:", mean(data)) print("Median:", median(data)) print("Variance:", variance(data)) print("Standard Deviation:", std_dev(data)) print("Min/Max:", min_max(data)) print("Summary:", summary(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 statsanalyzer-0.1.0.tar.gz.
File metadata
- Download URL: statsanalyzer-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d239ff34013d048231ca57157e4d2db7078d0f2d153db360e590c6391573b76
|
|
| MD5 |
6759f4d05e74117857566f67541d56f7
|
|
| BLAKE2b-256 |
1575be8d055ae06cbe7a3db95c05a59b261ff3de547d316cd32d1b64eadcfb6b
|
File details
Details for the file statsanalyzer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: statsanalyzer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0845b6c37983e8c587243d2bec9396c7fa6179b3f12526bc824bbeb07d2d5af0
|
|
| MD5 |
990af09169f79f8bdd5dfe874ec9cb33
|
|
| BLAKE2b-256 |
32c723f6b0f13fe1661b9834eccc3c066f51be0498fdcbb983a5d86a99fdb8c4
|