tlx
|
This is the complete list of members for Aggregate< Type_ >, including all inherited members.
add(const Type &value) noexcept | Aggregate< Type_ > | inline |
Aggregate()=default | Aggregate< Type_ > | |
Aggregate(size_t count, const double &mean, const double &nvar, const Type &min, const Type &max) noexcept | Aggregate< Type_ > | inline |
average() const noexcept | Aggregate< Type_ > | inline |
avg() const noexcept | Aggregate< Type_ > | inline |
combine_means(const Aggregate &a) const noexcept | Aggregate< Type_ > | inlineprivate |
combine_variance(const Aggregate &other) const noexcept | Aggregate< Type_ > | inlineprivate |
count() const noexcept | Aggregate< Type_ > | inline |
count_ | Aggregate< Type_ > | private |
max() const noexcept | Aggregate< Type_ > | inline |
max_ | Aggregate< Type_ > | private |
mean() const noexcept | Aggregate< Type_ > | inline |
mean_ | Aggregate< Type_ > | private |
min() const noexcept | Aggregate< Type_ > | inline |
min_ | Aggregate< Type_ > | private |
nvar_ | Aggregate< Type_ > | private |
operator+(const Aggregate &a) const noexcept | Aggregate< Type_ > | inline |
operator+=(const Aggregate &a) noexcept | Aggregate< Type_ > | inline |
serialize(Archive &archive) | Aggregate< Type_ > | inline |
span() const noexcept | Aggregate< Type_ > | inline |
standard_deviation(size_t ddof=1) const | Aggregate< Type_ > | inline |
stdev(size_t ddof=1) const | Aggregate< Type_ > | inline |
sum() const | Aggregate< Type_ > | inline |
total() const | Aggregate< Type_ > | inline |
Type typedef | Aggregate< Type_ > | |
var(size_t ddof=1) const | Aggregate< Type_ > | inline |
variance(size_t ddof=1) const | Aggregate< Type_ > | inline |