#include <vector>
#include <functional>
#include <boost/throw_exception.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/iterator_range.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <boost/iterator/counting_iterator.hpp>
#include <boost/iterator/permutation_iterator.hpp>
#include <boost/parameter/keyword.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/type_traits/is_same.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/parameters/quantile_probability.hpp>
#include <boost/accumulators/statistics/extended_p_square.hpp>
#include <boost/accumulators/statistics/weighted_extended_p_square.hpp>
#include <boost/accumulators/statistics/times2_iterator.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::accumulators | |
boost::accumulators::impl | |
boost::accumulators::tag | |
boost::accumulators::extract | |
Variables | |
extractor < tag::extended_p_square_quantile > const | boost::accumulators::extract::extended_p_square_quantile = {} |
extractor < tag::extended_p_square_quantile_quadratic > const | boost::accumulators::extract::extended_p_square_quantile_quadratic = {} |
extractor < tag::weighted_extended_p_square_quantile > const | boost::accumulators::extract::weighted_extended_p_square_quantile = {} |
extractor < tag::weighted_extended_p_square_quantile_quadratic > const | boost::accumulators::extract::weighted_extended_p_square_quantile_quadratic = {} |