Searched defs:histogram_type (Results 1 – 9 of 9) sorted by relevance
| /third_party/boost/libs/accumulators/test/ |
| D | weighted_p_square_cumul_dist.cpp | 71 typedef iterator_range<std::vector<std::pair<double, double> >::iterator > histogram_type; in test_stat() typedef
|
| D | p_square_cumul_dist.cpp | 41 typedef iterator_range<std::vector<std::pair<double, double> >::iterator > histogram_type; typedef
|
| /third_party/boost/boost/accumulators/statistics/ |
| D | weighted_median.hpp | 69 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef 140 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
|
| D | median.hpp | 71 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef 143 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
|
| D | weighted_density.hpp | 56 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
|
| D | density.hpp | 67 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
|
| D | p_square_cumul_dist.hpp | 61 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
|
| D | weighted_p_square_cumul_dist.hpp | 57 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
|
| /third_party/boost/boost/histogram/ |
| D | indexed.hpp | 42 using histogram_type = Histogram; typedef in boost::histogram::indexed_range
|