Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dmedian.hpp139 struct with_p_square_cumulative_distribution_median_impl struct
142 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
143 typedef std::vector<std::pair<float_type, float_type> > histogram_type;
144 typedef iterator_range<typename histogram_type::iterator> range_type;
146 typedef float_type result_type;
148 with_p_square_cumulative_distribution_median_impl(dont_care) in with_p_square_cumulative_distribution_median_impl() argument
153 void operator ()(dont_care) in operator ()()
159 result_type result(Args const &args) const in result()
180 void serialize(Archive & ar, const unsigned int file_version) in serialize()
188 mutable bool is_dirty;
[all …]