#include <boost/mpl/placeholders.hpp>#include <boost/accumulators/framework/accumulator_base.hpp>#include <boost/accumulators/framework/extractor.hpp>#include <boost/accumulators/numeric/functional.hpp>#include <boost/accumulators/framework/parameters/sample.hpp>#include <boost/accumulators/framework/depends_on.hpp>#include <boost/accumulators/statistics_fwd.hpp>#include <boost/accumulators/statistics/count.hpp>#include <boost/accumulators/statistics/sum.hpp>#include <boost/accumulators/statistics/mean.hpp>#include <boost/accumulators/statistics/moment.hpp>

Classes | |
| struct | boost::accumulators::impl::lazy_variance_impl< Sample, MeanFeature > | 
| Lazy calculation of variance.  More... | |
| struct | boost::accumulators::impl::variance_impl< Sample, MeanFeature, Tag > | 
| Iterative calculation of variance.  More... | |
| struct | boost::accumulators::tag::lazy_variance | 
| struct | boost::accumulators::tag::variance | 
| struct | boost::accumulators::as_feature< tag::variance(lazy)> | 
| struct | boost::accumulators::as_feature< tag::variance(immediate)> | 
| struct | boost::accumulators::feature_of< tag::lazy_variance > | 
| struct | boost::accumulators::as_weighted_feature< tag::variance > | 
| struct | boost::accumulators::feature_of< tag::weighted_variance > | 
| struct | boost::accumulators::as_weighted_feature< tag::lazy_variance > | 
| struct | boost::accumulators::feature_of< tag::lazy_weighted_variance > | 
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::accumulators | |
| boost::accumulators::impl | |
| boost::accumulators::tag | |
| boost::accumulators::extract | |
Variables | |
| extractor< tag::lazy_variance > const  | boost::accumulators::extract::lazy_variance = {} | 
| extractor< tag::variance > const | boost::accumulators::extract::variance = {} |