Searched defs:peaks_over_threshold_prob_impl (Results 1 – 1 of 1) sorted by relevance
220 struct peaks_over_threshold_prob_impl struct223 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;225 typedef boost::tuple<float_type, float_type, float_type> result_type;227 typedef mpl::int_<is_same<LeftRight, left>::value ? -1 : 1> sign;230 peaks_over_threshold_prob_impl(Args const &args) in peaks_over_threshold_prob_impl() argument239 void operator ()(dont_care) in operator ()()245 result_type result(Args const &args) const in result()312 void serialize(Archive & ar, const unsigned int file_version) in serialize()324 mutable float_type mu_; // mean of samples above threshold u325 mutable float_type sigma2_; // variance of samples above threshold u[all …]