Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dextended_p_square_quantile.hpp57 struct extended_p_square_quantile_impl struct
60 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
61 typedef std::vector<float_type> array_type;
69 > range_type;
71 typedef float_type result_type;
74 extended_p_square_quantile_impl(Args const &args) in extended_p_square_quantile_impl() function
83 result_type result(Args const &args) const in result()
193 void serialize(Archive & ar, const unsigned int file_version) in serialize()
201 array_type probabilities;
202 mutable float_type probability;