Searched refs:weighted_average_quantile (Results 1 – 5 of 5) sorted by relevance
/external/catch2/include/internal/benchmark/detail/ |
D | catch_stats.hpp | 34 …double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<do… 40 auto q1 = weighted_average_quantile(1, 4, copy.begin(), copy.end()); in classify_outliers() 41 auto q3 = weighted_average_quantile(3, 4, copy.begin(), copy.end()); in classify_outliers()
|
D | catch_stats.cpp | 116 …double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<do… in weighted_average_quantile() function
|
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | InternalBenchmark.tests.cpp | 190 auto q1 = Catch::Benchmark::Detail::weighted_average_quantile(1, 4, x.begin(), x.end()); 191 auto med = Catch::Benchmark::Detail::weighted_average_quantile(1, 2, x.begin(), x.end()); 192 auto q3 = Catch::Benchmark::Detail::weighted_average_quantile(3, 4, x.begin(), x.end());
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 6919 …double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<do… 6925 auto q1 = weighted_average_quantile(1, 4, copy.begin(), copy.end()); in classify_outliers() 6926 auto q3 = weighted_average_quantile(3, 4, copy.begin(), copy.end()); in classify_outliers() 7687 …double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<do… in weighted_average_quantile() function
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6951 …double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<do… 6957 auto q1 = weighted_average_quantile(1, 4, copy.begin(), copy.end()); in classify_outliers() 6958 auto q3 = weighted_average_quantile(3, 4, copy.begin(), copy.end()); in classify_outliers() 7738 …double weighted_average_quantile(int k, int q, std::vector<double>::iterator first, std::vector<do… in weighted_average_quantile() function
|