#include <statistics_fwd.hpp>


Public Types | |
| typedef numeric::functional::multiplies < Sample, Weight > ::result_type | weighted_sample |
| typedef numeric::functional::fdiv < weighted_sample, Weight > ::result_type | result_type |
| typedef mpl::false_ | is_droppable |
Public Member Functions | |
| weighted_mean_impl (dont_care) | |
| template<typename Args > | |
| result_type | result (Args const &args) 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 numeric::functional::fdiv<weighted_sample, Weight>::result_type boost::accumulators::impl::weighted_mean_impl< Sample, Weight, Tag >::result_type |
| typedef numeric::functional::multiplies<Sample, Weight>::result_type boost::accumulators::impl::weighted_mean_impl< Sample, Weight, Tag >::weighted_sample |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |