Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 300 Bytes

File metadata and controls

18 lines (12 loc) · 300 Bytes

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.