libsequence
1.9.5
|
classes and functions for calculating descriptive statistics of lists of random variables More...
#include <type_traits>
#include <utility>
#include <Sequence/bits/descriptiveStats.tcc>
Go to the source code of this file.
Classes | |
class | Sequence::Sums< T > |
Namespaces | |
Sequence | |
The namespace in which this library resides. | |
Functions | |
template<typename iterator > | |
double | Sequence::mean (iterator beg, iterator end) |
template<typename iterator > | |
double | Sequence::variance (iterator beg, iterator end) |
template<typename ForwardIterator > | |
std::pair< double, double > | Sequence::meanAndVar (ForwardIterator beg, ForwardIterator end) |
template<typename T > | |
const Sums< T > | Sequence::operator+ (const Sums< T > &lhs, const Sums< T > &rhs) |
template<typename T > | |
const Sums< T > | Sequence::operator+ (const Sums< T > &lhs, const T &rhs) |
classes and functions for calculating descriptive statistics of lists of random variables
Definition in file descriptiveStats.hpp.