Searched defs:extended_p_square_impl (Results 1 – 1 of 1) sorted by relevance
70 struct extended_p_square_impl struct73 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;74 typedef std::vector<float_type> array_type;83 > result_type;86 extended_p_square_impl(Args const &args) in extended_p_square_impl() argument125 void operator ()(Args const &args) in operator ()()228 result_type result(dont_care) const in result()244 void serialize(Archive & ar, const unsigned int file_version) in serialize()254 array_type probabilities; // the quantile probabilities255 array_type heights; // q_i[all …]