https://github.com/joshday/OnlineStats.jl (note that StreamStats was deprecated in favor of this)
On Wed, Sep 14, 2016 at 11:44 AM, Neal Becker <[email protected]> wrote: > Is there a package for online (streaming) statistics? > > This would be an object that could be called repeatedly with new data, and > would produce stats on the accumulated results (without actually having to > collect all the results at 1 time) > > I have made a package for python which wraps some of > http://www.boost.org/doc/libs/1_61_0/doc/html/accumulators.html > > but have no clue how to do this for Julia (hopefully someone else already > has) > >
