.coveragerc
.pre-commit-config.yaml
.readthedocs.yaml
.travis.yaml
.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
setup.py
tox.ini
.github/CODE_OF_CONDUCT.rst
.github/CONTRIBUTING.rst
.github/PULL_REQUEST_TEMPLATE.md
changelog.d/towncrier_template.rst
docs/Makefile
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/glossary.rst
docs/index.rst
docs/license.rst
docs/overview.rst
docs/_static/.gitkeep
docs/api/statstream.approximate.streaming_low_rank_autocorrelation.rst
docs/api/statstream.approximate.streaming_low_rank_cov.rst
docs/api/statstream.approximate.streaming_mean_and_low_rank_cov.rst
docs/api/statstream.exact.streaming_cov.rst
docs/api/statstream.exact.streaming_max.rst
docs/api/statstream.exact.streaming_mean.rst
docs/api/statstream.exact.streaming_mean_and_cov.rst
docs/api/statstream.exact.streaming_mean_and_std.rst
docs/api/statstream.exact.streaming_mean_and_var.rst
docs/api/statstream.exact.streaming_min.rst
docs/api/statstream.exact.streaming_std.rst
docs/api/statstream.exact.streaming_var.rst
src/statstream/__init__.py
src/statstream/approximate.py
src/statstream/exact.py
src/statstream.egg-info/PKG-INFO
src/statstream.egg-info/SOURCES.txt
src/statstream.egg-info/dependency_links.txt
src/statstream.egg-info/not-zip-safe
src/statstream.egg-info/requires.txt
src/statstream.egg-info/top_level.txt
tests/__init__.py
tests/strategies.py
tests/test_approximate.py
tests/test_exact.py