Statistics
1.0.0
A C++17 for profiling and constant time statistical calculation
|
This is the complete list of members for Statistics< T >, including all inherited members.
clear() noexcept (defined in Statistics< T >) | Statistics< T > | inline |
count() const noexcept | Statistics< T > | inline |
insert(const T &measurement) noexcept | Statistics< T > | inline |
insert(const InputIt &first, const InputIt &last) noexcept | Statistics< T > | inline |
max() const noexcept | Statistics< T > | inline |
mean() const noexcept | Statistics< T > | inline |
min() const noexcept | Statistics< T > | inline |
operator!= (defined in Statistics< T >) | Statistics< T > | friend |
operator+ (defined in Statistics< T >) | Statistics< T > | friend |
operator+ (defined in Statistics< T >) | Statistics< T > | friend |
operator+=(const T &measurement) noexcept | Statistics< T > | inline |
operator+=(const Statistics &rhs) noexcept | Statistics< T > | inline |
operator< (defined in Statistics< T >) | Statistics< T > | friend |
operator<= (defined in Statistics< T >) | Statistics< T > | friend |
operator== (defined in Statistics< T >) | Statistics< T > | friend |
operator> (defined in Statistics< T >) | Statistics< T > | friend |
operator>= (defined in Statistics< T >) | Statistics< T > | friend |
standardDeviation() const noexcept | Statistics< T > | inline |
Statistics() | Statistics< T > | inline |
Statistics(T measurement) | Statistics< T > | inlineexplicit |
Statistics(std::initializer_list< T > init) | Statistics< T > | inline |
Statistics(InputIt first, InputIt last) | Statistics< T > | inlineexplicit |
sum() const noexcept | Statistics< T > | inline |
sumOfSquares() const noexcept | Statistics< T > | inline |
T2 typedef (defined in Statistics< T >) | Statistics< T > | |
variance() const noexcept | Statistics< T > | inline |