Skip to main content

Very minimal statistics module. Useful when you dont have the disk space for numpy

Project description

simplestat

Very minimal statistics module. Useful when you dont have the disk space for numpy

Only contains the following functions (and only for 1d arrays): mean(q) std(q,m=None)#can set m=mean(q) to save computation time min(q) argmin(q) max(q) argmax(q) statinf(q) return information about the object as dictionary sstr(q) statinf+json.dumps(indent=2) sprint(q) print(sstr())

Project details


Release history Release notifications | RSS feed

This version

0.8

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simplestat-0.8.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

simplestat-0.8-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page