|
| mean () |
| Constructor.
|
|
template<typename TIterator > |
| mean (TIterator first, TIterator last) |
| Constructor.
|
|
void | add (TInput value) |
| Add a pair of values.
|
|
template<typename TIterator > |
void | add (TIterator first, TIterator last) |
| Add a range.
|
|
void | operator() (TInput value) |
|
template<typename TIterator > |
void | operator() (TIterator first, TIterator last) |
|
double | get_mean () const |
| Get the mean.
|
|
| operator double () const |
| Get the mean.
|
|
size_t | count () const |
| Get the total number added entries.
|
|
void | clear () |
| Clear the correlation.
|
|
template<typename TInput, typename TCalc = TInput>
class etl::mean< TInput, TCalc >
Mean.