Home
last modified time | relevance | path

Searched refs:sum_of_weights_squared (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/histogram/test/
Daccumulators_weighted_mean_test.cpp30 BOOST_TEST_EQ(a.sum_of_weights_squared(), 1.5); in main()
Daccumulators_test.cpp141 BOOST_TEST_EQ(a.sum_of_weights_squared(), 1.5); in main()
/third_party/boost/boost/histogram/accumulators/
Dweighted_mean.hpp99 const_reference sum_of_weights_squared() const noexcept { in sum_of_weights_squared() function in boost::histogram::accumulators::weighted_mean
/third_party/boost/libs/histogram/doc/
Dchangelog.qbk25 * accumulators::weighted_mean::sum_of_weights_squared method added
Dhistory.qbk78 * accumulators::weighted_mean::sum_of_weights_squared method added