STK++ 0.9.13
|
Compute the mean of the variable V. More...
#include <STK_Stat_Functors.h>
Public Types | |
typedef Derived::Type | Type |
Public Member Functions | |
MeanOp (ExprBase< Derived > const &V) | |
constructor | |
Type const | operator() () const |
template<class Weights > | |
Type const | operator() (ExprBase< Weights > const &w) const |
Protected Attributes | |
Derived const & | V_ |
Compute the mean of the variable V.
Definition at line 297 of file STK_Stat_Functors.h.
typedef Derived::Type STK::Stat::MeanOp< Derived >::Type |
Definition at line 299 of file STK_Stat_Functors.h.
|
inline |
constructor
Definition at line 301 of file STK_Stat_Functors.h.
References STK_STATIC_ASSERT_ONE_DIMENSION_ONLY.
|
inline |
Definition at line 306 of file STK_Stat_Functors.h.
References STK::Stat::sum(), and STK::Stat::MeanOp< Derived >::V_.
|
inline |
w | the weights |
Definition at line 320 of file STK_Stat_Functors.h.
References STK_STATIC_ASSERT_ONE_DIMENSION_ONLY, STK::Stat::sum(), and STK::Stat::MeanOp< Derived >::V_.
|
protected |
Definition at line 337 of file STK_Stat_Functors.h.
Referenced by STK::Stat::MeanOp< Derived >::operator()(), and STK::Stat::MeanOp< Derived >::operator()().