El miércoles, 14 de septiembre de 2016, 11:45:00 (UTC-4), Neal Becker escribió: > > Is there a package for online (streaming) statistics? >
Please use Google before posting questions like this. Googling "online streaming statistics Julia" gives the answer as the first link. > > 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) > >