Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight > Struct Template Reference

#include <statistics_fwd.hpp>

Inheritance diagram for boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >:
Collaboration diagram for boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >:

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

 BOOST_MPL_ASSERT_RELATION (N::value, >, 0)
 
template<typename Args >
 weighted_moment_impl (Args const &args)
 
template<typename Args >
void operator() (Args const &args)
 
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)
 

Member Typedef Documentation

template<typename N , typename Sample , typename Weight >
typedef numeric::functional::fdiv<weighted_sample, Weight>::result_type boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >::result_type
template<typename N , typename Sample , typename Weight >
typedef numeric::functional::multiplies<Sample, Weight>::result_type boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >::weighted_sample

Constructor & Destructor Documentation

template<typename N , typename Sample , typename Weight >
template<typename Args >
boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >::weighted_moment_impl ( Args const &  args)
inline

Member Function Documentation

detail::void_ boost::accumulators::accumulator_base::add_ref ( dont_care  )
inlineinherited
template<typename N , typename Sample , typename Weight >
boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >::BOOST_MPL_ASSERT_RELATION ( N::value  ,
 
)
detail::void_ boost::accumulators::accumulator_base::drop ( dont_care  )
inlineinherited
detail::void_ boost::accumulators::accumulator_base::on_drop ( dont_care  )
inlineinherited
detail::void_ boost::accumulators::accumulator_base::operator() ( dont_care  )
inlineinherited
template<typename N , typename Sample , typename Weight >
template<typename Args >
void boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >::operator() ( Args const &  args)
inline

References N, and boost::numeric::pow().

template<typename N , typename Sample , typename Weight >
template<typename Args >
result_type boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight >::result ( Args const &  args) const
inline

The documentation for this struct was generated from the following file: