Searched defs:p_square_cumulative_distribution_impl (Results 1 – 1 of 1) sorted by relevance
56 struct p_square_cumulative_distribution_impl struct59 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;60 typedef std::vector<float_type> array_type;61 typedef std::vector<std::pair<float_type, float_type> > histogram_type;63 typedef iterator_range<typename histogram_type::iterator> result_type;66 p_square_cumulative_distribution_impl(Args const &args) in p_square_cumulative_distribution_impl() function86 void operator ()(Args const &args) in operator ()()189 result_type result(Args const &args) const in result()213 void serialize(Archive & ar, const unsigned int file_version) in serialize()225 std::size_t num_cells; // number of cells b[all …]