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

PrevUpHomeNext

Struct lazy_variance

boost::accumulators::tag::lazy_variance

Synopsis

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


struct lazy_variance :
  public boost::accumulators::depends_on< moment< 2 >, mean >
{
};

PrevUpHomeNext