Home
last modified time | relevance | path

Searched defs:histogram_type (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/accumulators/test/
Dweighted_p_square_cumul_dist.cpp71 typedef iterator_range<std::vector<std::pair<double, double> >::iterator > histogram_type; in test_stat() typedef
Dp_square_cumul_dist.cpp41 typedef iterator_range<std::vector<std::pair<double, double> >::iterator > histogram_type; typedef
/third_party/boost/boost/accumulators/statistics/
Dweighted_median.hpp69 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
Dmedian.hpp71 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
Dweighted_density.hpp56 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
Ddensity.hpp67 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
Dp_square_cumul_dist.hpp61 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
Dweighted_p_square_cumul_dist.hpp57 typedef std::vector<std::pair<float_type, float_type> > histogram_type; typedef
/third_party/boost/boost/histogram/
Dindexed.hpp42 using histogram_type = Histogram; typedef in boost::histogram::indexed_range