This is the complete list of members for Moments, including all inherited members.
count() const | Moments | inline |
mean() const | Moments | inline |
Moments(size_t ddof=0) | Moments | inlineexplicit |
Moments(It first, It last, size_t ddof=0) | Moments | inline |
Moments(std::initializer_list< double > list, size_t ddof=0) | Moments | inline |
Moments(Moments const &)=default | Moments | |
Moments(Moments &&)=default | Moments | |
operator=(Moments const &)=default | Moments | |
operator=(Moments &&)=default | Moments | |
push(double val) | Moments | inline |
standard_deviation() const | Moments | inline |
stddev() const | Moments | inline |
variance() const | Moments | inline |
~Moments()=default | Moments |