Boost logo

Boost :

Subject: Re: [boost] [math] Empirical distribution function
From: er (er.ci.2020_at_[hidden])
Date: 2011-06-15 09:35:49


> distributions<http://www.boost.org/doc/libs/1_46_1/libs/math/doc/sf_and_dist/html/math_toolkit/dist.html>.
> But an accumulator is just fine for now. By the way, does it mean that if we
> have a set of 1 million of distinct real numbers, the corresponding
> accumulator will store a pretty big number of counters?
>

Only if the million are distinct values. Otherwise it keeps each
distinct value + a count.

I'm glad you like the idea of a wrapper on top of an accu, but I only
plan to do the accu. Please give me a bit of time to do a bit of
maintenance work, though. I'll keep you updated.

> Denis
> _______________________________________________
> Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk