Searched defs:p_square_quantile_impl (Results 1 – 1 of 1) sorted by relevance
55 struct p_square_quantile_impl struct58 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() function91 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 member210 array_type heights; // q_i[all …]