boost-accumulators Questions

3

Solved

I have some code that uses a Boost accumulator to track a mean across a rolling window -- "rolling mean". In addition to the rolling mean, I would like to track the minimum and maximum across this ...
Kinnikinnick asked 9/8, 2013 at 18:10

2

Solved

I have recently discovered the excellent library boost::accumulators, and I would like to use it to replace some of my code that accumulates statistics. One thing I cannot find in the documentatio...
Urrutia asked 13/5, 2012 at 11:55

1

Solved

Environment: VS 2013, Boost 1.58 I've written something that presents a more friendly interface to Boost's accumulator, which can be used to project a sum over a window, and calculate the actual r...
Trackandfield asked 5/10, 2015 at 20:37

1

Solved

I'm trying to use a boost accumulator to calculate a rolling mean. When I declare the variable inline like this: #include <iostream> #include <boost/accumulators/accumulators.hpp> #inc...
Yungyunick asked 6/3, 2013 at 1:2
1

© 2022 - 2025 — McMap. All rights reserved.