Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::math::tools::stats< T > Class Template Reference

#include <stats.hpp>

Public Member Functions

 stats ()
 
void add (const T &val)
 
T min BOOST_PREVENT_MACRO_SUBSTITUTION () const
 
T max BOOST_PREVENT_MACRO_SUBSTITUTION () const
 
T total () const
 
T mean () const
 
boost::uintmax_t count () const
 
T variance () const
 
T variance1 () const
 
T rms () const
 
statsoperator+= (const stats &s)
 

Constructor & Destructor Documentation

template<class T >
boost::math::tools::stats< T >::stats ( )
inline

Member Function Documentation

template<class T >
void boost::math::tools::stats< T >::add ( const T val)
inline

References boost::phoenix::val().

template<class T >
T min boost::math::tools::stats< T >::BOOST_PREVENT_MACRO_SUBSTITUTION ( ) const
inline
template<class T >
T max boost::math::tools::stats< T >::BOOST_PREVENT_MACRO_SUBSTITUTION ( ) const
inline
template<class T >
boost::uintmax_t boost::math::tools::stats< T >::count ( ) const
inline
template<class T >
T boost::math::tools::stats< T >::mean ( ) const
inline

References T.

template<class T >
stats& boost::math::tools::stats< T >::operator+= ( const stats< T > &  s)
inline
template<class T >
T boost::math::tools::stats< T >::rms ( ) const
inline
template<class T >
T boost::math::tools::stats< T >::total ( ) const
inline
template<class T >
T boost::math::tools::stats< T >::variance ( ) const
inline
template<class T >
T boost::math::tools::stats< T >::variance1 ( ) const
inline

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