Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dp_square_cumul_dist.hpp56 struct p_square_cumulative_distribution_impl struct
59 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() function
86 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 …]