#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/variance.hpp>#include <boost/accumulators/statistics/weighted_sum.hpp>#include <boost/accumulators/statistics/weighted_mean.hpp>#include <boost/accumulators/statistics/weighted_moment.hpp>

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