Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_extended_p_square.hpp67 struct weighted_extended_p_square_impl struct
70 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;
71 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type;
72 typedef std::vector<float_type> array_type;
81 > result_type;
84 weighted_extended_p_square_impl(Args const &args) in weighted_extended_p_square_impl() argument
96 void operator ()(Args const &args) in operator ()()
243 result_type result(dont_care) const in result()
258 void serialize(Archive & ar, const unsigned int file_version) in serialize()
267 array_type probabilities; // the quantile probabilities
[all …]