#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#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/rolling_mean.hpp>
#include <boost/accumulators/statistics/rolling_moment.hpp>
#include <boost/type_traits/is_arithmetic.hpp>
#include <boost/utility/enable_if.hpp>
Classes | |
struct | boost::accumulators::impl::lazy_rolling_variance_impl< Sample > |
Immediate (lazy) calculation of the rolling variance. More... | |
struct | boost::accumulators::impl::immediate_rolling_variance_impl< Sample > |
Iterative calculation of the rolling variance. More... | |
struct | boost::accumulators::tag::lazy_rolling_variance |
struct | boost::accumulators::tag::immediate_rolling_variance |
struct | boost::accumulators::tag::rolling_variance |
struct | boost::accumulators::as_feature< tag::rolling_variance(lazy)> |
struct | boost::accumulators::as_feature< tag::rolling_variance(immediate)> |
struct | boost::accumulators::feature_of< tag::lazy_rolling_variance > |
struct | boost::accumulators::feature_of< tag::immediate_rolling_variance > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::accumulators | |
boost::accumulators::impl | |
boost::accumulators::tag | |
boost::accumulators::extract | |
Variables | |
extractor < tag::lazy_rolling_variance > const | boost::accumulators::extract::lazy_rolling_variance = {} |
extractor < tag::immediate_rolling_variance > const | boost::accumulators::extract::immediate_rolling_variance = {} |
extractor < tag::rolling_variance > const | boost::accumulators::extract::rolling_variance = {} |