Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_p_square_quantile.hpp54 struct weighted_p_square_quantile_impl struct
57 … typedef typename numeric::functional::multiplies<Sample, Weight>::result_type weighted_sample;
58 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type;
59 typedef array<float_type, 5> array_type;
61 typedef float_type result_type;
64 weighted_p_square_quantile_impl(Args const &args) in weighted_p_square_quantile_impl() function
73 void operator ()(Args const &args) in operator ()()
206 result_type result(dont_care) const in result()
214 void serialize(Archive & ar, const unsigned int file_version) in serialize()
223 float_type p; // the quantile probability p member
[all …]