1 Feb 02:23
Re: [Review] Review of the Accumulators library begins today Jan 29
Hervé Brönnimann <hervebronnimann <at> mac.com>
2007-02-01 01:23:45 GMT
2007-02-01 01:23:45 GMT
On Jan 31, 2007, at 10:38 AM, Hans Meine wrote: > On Wednesday, 31. January 2007 16:19, Ben FrantzDale wrote: >>> Isn't this already a problem with sequences? Suppose you're >>> storing the >>> current median, and a new value comes along. What's the new median - >>> without checking all the previous values? There are statistical >>> estimates >>> for this, but I don't know any exact way other than essentially >>> resorting >>> the data and checking the new median. >> >> Good point. Combining partial results may not be possible for all >> accumulated statistics or there may be a cost to making a statistic >> "combinable". Perhaps a refinement of the Accumulator concept >> would be >> needed. >> >> The idea of the Accumulator library is to implement online >> algorithms; is >> there a corresponding word for online algorithms for which partial >> results >> can be combined? > > Actually, I don't see any "online algorithms" whose partial results > cannot be > combined. > > IIUC, what James pointed out is exactly that the median is not an > online(Continue reading)
RSS Feed