Searched defs:immediate_rolling_variance_impl (Results 1 – 1 of 1) sorted by relevance
108 struct immediate_rolling_variance_impl struct112 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type result_type;115 immediate_rolling_variance_impl(Args const &args) in immediate_rolling_variance_impl() function122 void operator()(Args const &args) in operator ()()139 result_type result(Args const &args) const in result()148 void serialize(Archive & ar, const unsigned int file_version) in serialize()156 result_type previous_mean_;157 result_type sum_of_squares_;160 …t_underflow(T &non_negative_number,typename boost::enable_if<boost::is_arithmetic<T>,T>::type* = 0) in prevent_underflow()165 …erflow(T &non_arithmetic_quantity,typename boost::disable_if<boost::is_arithmetic<T>,T>::type* = 0) in prevent_underflow()