Home
last modified time | relevance | path

Searched refs:tail_mean (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/accumulators/test/
Dtail_mean.cpp65 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.95), 0.975, epsilon ); in test_stat()
66 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.975), 0.9875, epsilon ); in test_stat()
67 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.99), 0.995, epsilon ); in test_stat()
68 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.999), 0.9995, epsilon ); in test_stat()
69 BOOST_CHECK_CLOSE( tail_mean(acc3, quantile_probability = 0.05), 0.025, 5*epsilon ); in test_stat()
70 BOOST_CHECK_CLOSE( tail_mean(acc3, quantile_probability = 0.025), 0.0125, 6*epsilon ); in test_stat()
71 BOOST_CHECK_CLOSE( tail_mean(acc3, quantile_probability = 0.01), 0.005, 8*epsilon ); in test_stat()
72 BOOST_CHECK_CLOSE( tail_mean(acc3, quantile_probability = 0.001), 0.0005, 25*epsilon ); in test_stat()
DJamfile.v258 [ run tail_mean.cpp ]
/third_party/boost/boost/accumulators/
Dstatistics_fwd.hpp43 struct tail_mean struct
51 extractor<tag::tail_mean> const tail_mean = {}; variable
53 BOOST_ACCUMULATORS_IGNORE_GLOBAL(tail_mean)
55 using extract::tail_mean;
/third_party/boost/boost/accumulators/statistics/
Dtail_mean.hpp208 extractor<tag::tail_mean> const coherent_tail_mean = {};
221 : feature_of<tag::tail_mean>
Dpot_tail_mean.hpp179 : feature_of<tag::tail_mean>
185 : feature_of<tag::tail_mean>
/third_party/boost/libs/accumulators/doc/
Daccumulators.qbk1996 `tag::tail_mean` feature and can be extracted using the `tail_mean()` extractor.
2458 tail mean feature is `tag::coherent_tail_mean<right>`. They both share the `tag::tail_mean` feature
2459 and can be extracted with the `tail_mean()` extractor. For more implementation details, see
2476 [def _TAIL_MEAN_HPP_ [headerref boost/accumulators/statistics/tail_mean.hpp]]
2518 [def _TAIL_MEAN_HPP_ [headerref boost/accumulators/statistics/tail_mean.hpp]]
2561 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.95), 0.975, epsilon );
2562 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.975), 0.9875, epsilon );
2563 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.99), 0.995, epsilon );
2564 BOOST_CHECK_CLOSE( tail_mean(acc2, quantile_probability = 0.999), 0.9995, epsilon );
2565 BOOST_CHECK_CLOSE( tail_mean(acc3, quantile_probability = 0.05), 0.025, epsilon );
[all …]
/third_party/boost/doc/html/
Ddoc_HTML.manifest343 boost/accumulators/extract/tail_mean.html
426 boost/accumulators/tag/tail_mean.html