Subject: [Boost-bugs] [Boost C++ Libraries] #6176: rolling_mean not as flexible as mean
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-11-27 08:39:44
#6176: rolling_mean not as flexible as mean
----------------------------------+-----------------------------------------
Reporter: s.d.c.west@⦠| Owner: eric_niebler
Type: Bugs | Status: new
Milestone: To Be Determined | Component: accumulator
Version: Boost 1.48.0 | Severity: Problem
Keywords: |
----------------------------------+-----------------------------------------
The mean_impl struct has a SumFeature template parameters that allows it
to be used to calculate the mean of weights and the mean of variates in
addition to the standard mean.
There is no corresponding template parameter for rolling_mean_impl, so it
is less flexible. If this were fixed, it would be possible to add new
accumulators such as rolling_mean_of_weights, rolling_mean_of_variates,
analogous to mean_of_weights, mean_of_variates.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6176> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC