Hello, I am looking for a moving window mean accumulator. Could roll my own, but I know there's a pretty good one in Boost. Need to know, does it comprehend the notion of Expiration? That is, values dropping off after a predetermined window of time? Preferably depending on the boost::chrono::high_resolution_clock. Thank ye... Regards, Michael Powell
On Sat, Sep 7, 2013 at 9:35 PM, Michael Powell
Hello,
I am looking for a moving window mean accumulator. Could roll my own, but I know there's a pretty good one in Boost. Need to know, does it comprehend the notion of Expiration? That is, values dropping off after a predetermined window of time? Preferably depending on the boost::chrono::high_resolution_clock.
Digging into the domain a bit further, perhaps Expiry is unnnecessary.
What I really want, I think, is a rolling weighted mean. So to do
that, something like the following:
#include
Thank ye...
Regards,
Michael Powell
participants (1)
-
Michael Powell