Subject: [Boost-users] Remove elements from accumulator
From: Archie14 (admin_at_[hidden])
Date: 2009-08-02 08:24:39


I am trying to use accumulator to calculate statistics in "rolling window",
traversing the data. I searched accumulators library for a method to remove
first N elements from the accumulator and did not find one.

Question: is is possible to remove first N values from the accumulator?