Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dweighted_peaks_over_threshold.hpp55 struct weighted_peaks_over_threshold_impl struct
58 … typedef typename numeric::functional::multiplies<Weight, Sample>::result_type weighted_sample;
59 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type;
61 typedef boost::tuple<float_type, float_type, float_type> result_type;
64 weighted_peaks_over_threshold_impl(Args const &args) in weighted_peaks_over_threshold_impl() function
76 void operator ()(Args const &args) in operator ()()
89 result_type result(Args const &args) const in result()
115 void serialize(Archive & ar, const unsigned int file_version) in serialize()
126 short sign_; // for left tail fitting, mirror the extreme values
127 mutable float_type mu_; // mean of samples above threshold
[all …]