#include <vector>
#include <functional>
#include <boost/parameter/keyword.hpp>
#include <boost/mpl/placeholders.hpp>
#include <boost/range.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/statistics_fwd.hpp>
#include <boost/accumulators/statistics/count.hpp>
#include <boost/accumulators/statistics/sum.hpp>
#include <boost/accumulators/statistics/p_square_cumul_dist.hpp>
Classes | |
struct | boost::accumulators::impl::weighted_p_square_cumulative_distribution_impl< Sample, Weight > |
Histogram calculation of the cumulative distribution with the algorithm for weighted samples. More... | |
struct | boost::accumulators::tag::weighted_p_square_cumulative_distribution |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::accumulators | |
boost::accumulators::impl | |
boost::accumulators::tag | |
boost::accumulators::extract | |
Variables | |
extractor < tag::weighted_p_square_cumulative_distribution > const | boost::accumulators::extract::weighted_p_square_cumulative_distribution = {} |