Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dp_square_quantile.hpp55 struct p_square_quantile_impl struct
58 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
59 typedef array<float_type, 5> array_type;
61 typedef float_type result_type;
64 p_square_quantile_impl(Args const &args) in p_square_quantile_impl() function
91 void operator ()(Args const &args) in operator ()()
191 result_type result(dont_care) const in result()
199 void serialize(Archive & ar, const unsigned int file_version) in serialize()
209 float_type p; // the quantile probability p member
210 array_type heights; // q_i
[all …]