Dynamically updated basic descriptive statistics
Project description
This is a Python implementation of QuickStats, a class that calculates
basic descriptive statistics from a stream of data with efficient dynamic
updating. Data can be added to a QuickStats object qs using
qs.new_obs(datum) or qs.add_all(iterable_collection), both of which
can be chained, e.g. qs.new_obs(1).new_obs(2) or
qs.add_all([1,2]).new_obs(3). Statistics for the current set of
data can be polled on demand: qs.n, qs.avg, qs.s, qs.var, etc.
See the python docs for detailed information.
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 adaptive_stats-0.1.0.tar.gz.
File metadata
- Download URL: adaptive_stats-0.1.0.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9812437dfaae1cea555fb4888c6fce7ce9299020a97ac1460148fc1901a0bffc
|
|
| MD5 |
8c50c959d3f7c97fba0176ea3a99ab11
|
|
| BLAKE2b-256 |
591271b0168665fe9eedc57768e015bb83df0c7765b644fe1220d31df6f50bd9
|
File details
Details for the file adaptive_stats-0.1.0-py3-none-any.whl.
File metadata
- Download URL: adaptive_stats-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e4d70ebc2046af254f29a30350a642204403c0536956ce882e4cc8296666d16
|
|
| MD5 |
e6b7b2c28e7a383b712c69d45bd7abfb
|
|
| BLAKE2b-256 |
b9881442df69fc91dc30e91b3f64a0af876ba709ee8342257bb69dc480f1cd4a
|