Commit Graph

19 Commits

Author SHA1 Message Date
Ashish Sadanandan
06f8bede7f Update accumulators.qbk
Make the example compilable 

See https://stackoverflow.com/q/37731872. It's either this or add a `using namespace boost;`
2016-06-09 14:23:24 -06:00
Pieter Bastiaan Ober
39a065c38f Addition of 'rolling-variance' and 'rolling_moment'. Required splitting 'rolling_mean' into a lazy and immediate implementation. Documentation is updated accordingly. 2014-06-12 16:25:28 +02:00
Eric Niebler
d303e7157b rename average to fdiv, refs #8262
[SVN r85124]
2013-07-23 06:28:54 +00:00
Eric Niebler
628eb098dc silly typos, refs #7915
[SVN r85123]
2013-07-23 05:13:22 +00:00
Eric Niebler
4994681978 shorten filenames to meet boost guidelines
[SVN r77422]
2012-03-19 21:55:41 +00:00
Eric Niebler
ec9695251a add kahan sum, fixes #4471
[SVN r72045]
2011-05-19 12:06:12 +00:00
Eric Niebler
8c45f6a12b add missing include to docs for covariance
[SVN r63724]
2010-07-07 15:55:56 +00:00
Eric Niebler
3318b3eba6 add qualification to extractor calls for gcc users
[SVN r58887]
2010-01-11 10:42:45 +00:00
Eric Niebler
d96b36a33b document precondition on result extraction for density accumulator
[SVN r53405]
2009-05-29 18:21:13 +00:00
Eric Niebler
e1e4f6e6ec add rolling_window, rolling_count, rolling_sum and rolling_mean
[SVN r50392]
2008-12-28 01:44:00 +00:00
Eric Niebler
f4f66b8f50 add missing qualification to code example
[SVN r50325]
2008-12-19 17:28:35 +00:00
Eric Niebler
404b0fbef2 fix links to MPL and Parameters libraries
[SVN r47622]
2008-07-20 04:58:31 +00:00
Eric Niebler
ad28bfc3fa add missing docs for some weighted stats, how to extend the numeric operators library, and note in which headers each statistical accumulator resides
[SVN r47124]
2008-07-06 04:31:15 +00:00
Eric Niebler
6e1c1ad9ba make immediate the default implementation for variance and weighted_variance
[SVN r46651]
2008-06-24 15:40:19 +00:00
Eric Niebler
08d96ec5c3 fix documentation about droppable, replace accumulator_set_wrapper example with bind() and ref()
[SVN r43523]
2008-03-06 01:56:57 +00:00
Eric Niebler
71e2a75fca fix droppable accumulators
[SVN r43312]
2008-02-19 07:14:37 +00:00
Eric Niebler
12485222bb remove post_construct docs, fix link to boost.parameter library
[SVN r43306]
2008-02-18 18:29:29 +00:00
Eric Niebler
8edf1470ed s/order/tail/
[SVN r42570]
2008-01-07 19:06:31 +00:00
Eric Niebler
89d24a9028 add accumulators
[SVN r42418]
2008-01-02 20:55:20 +00:00