Metadata-Version: 2.4
Name: incrementalstats
Version: 1.0.4
Summary: A few incremental statistics using numpy
Author-email: Cees-Bart Breunesse <ceeesb@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/ceesb/python-incrementalstats
Project-URL: Bug Tracker, https://github.com/ceesb/python-incrementalstats/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Install 

`pip install incrementalstats`

# Stats

This package implements a few incremental 1st order statistics in numpy. 

Currently:
- Correlation (Pearson)
- Covariance
- Variance
- Mean
- Welch-t

# Docs

API docs [here](https://ceesb.github.io/python-incrementalstats/incrementalstats.html).
