python-runstats icon indicating copy to clipboard operation
python-runstats copied to clipboard

Python module for computing statistics and regression in a single pass.

Results 6 python-runstats issues
Sort by recently updated
recently updated
newest added

What about adding runstats also to conda-forge? I could help to create the build recipe, if you are interested. The auto-generated `grayskull` recipe which could be used as a starting...

Hi. I'm currently utilizing the len() function in the Statistics module to hold off on presenting outcomes until a minimum of 5 samples are recorded. I wish to replicate this...

## Main features: - Changed ExponentialStatistics name to ExponentialMovingStatistics (Issue #28) - Implemented time-based discounting for ExponentialMovingStatistics (Issue #28) (incl. Readme) - Implemented ExponentialMovingCovariance (incl. Readme) - https://reasonabledeviations.com/2018/08/15/exponential-covariance/ - https://vlab.stern.nyu.edu/docs/correlation/EWMA-COV...

Hi, I'd like to propose the implementation of an exponentially weighted mean and variance calculation as running statistics over streaming data based on following paper [Finch, 2009, Incremental Calculation of...

Greetings! Straight to the point, got some problems with installation whenever I want to use cythonised version of this handy package. Since pip doesn't guarantee installation order it's a little...

We use Decimal instead of float due to a requirement for exact representation of amounts when using floating point arithmetic. We would like to use this package with Decimal amounts,...

Feature Request (Needs Votes)