#include <statistics_fwd.hpp>
Public Types | |
typedef Sample | result_type |
typedef mpl::false_ | is_droppable |
Public Member Functions | |
template<typename Args > | |
sum_kahan_impl (Args const &args) | |
Kahan summation algorithm. More... | |
template<typename Args > | |
void | operator() (Args const &args) |
result_type | result (dont_care) const |
detail::void_ | operator() (dont_care) |
detail::void_ | add_ref (dont_care) |
detail::void_ | drop (dont_care) |
detail::void_ | on_drop (dont_care) |
|
inherited |
typedef Sample boost::accumulators::impl::sum_kahan_impl< Sample, Tag >::result_type |
|
inline |
Kahan summation algorithm.
The Kahan summation algorithm reduces the numerical error obtained with standard sequential sum.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::parameter::keyword< Tag >::get().
|
inline |