Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit 0da16e0695.
PrevUpHomeNext

Struct p_square_cumulative_distribution

boost::accumulators::tag::p_square_cumulative_distribution

Synopsis

// In header: <boost/accumulators/statistics/p_square_cumul_dist.hpp>


struct p_square_cumulative_distribution : public boost::accumulators::depends_on< count >,
                                          public p_square_cumulative_distribution_num_cells
{
};

PrevUpHomeNext