Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct p_square_cumulative_distribution

boost::accumulators::tag::p_square_cumulative_distribution

Synopsis

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


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

PrevUpHomeNext