summaryrefslogtreecommitdiff
path: root/boost/accumulators/statistics/tail_variate_means.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/statistics/tail_variate_means.hpp')
-rw-r--r--boost/accumulators/statistics/tail_variate_means.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/statistics/tail_variate_means.hpp b/boost/accumulators/statistics/tail_variate_means.hpp
index 98991e217b..d34d4abcd5 100644
--- a/boost/accumulators/statistics/tail_variate_means.hpp
+++ b/boost/accumulators/statistics/tail_variate_means.hpp
@@ -79,7 +79,7 @@ namespace impl
struct tail_variate_means_impl
: accumulator_base
{
- typedef typename numeric::functional::average<Sample, std::size_t>::result_type float_type;
+ typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
typedef std::vector<float_type> array_type;
// for boost::result_of
typedef iterator_range<typename array_type::iterator> result_type;