Definition in file Stats.hpp.
#include "MiscMath.hpp"
#include "Vector.hpp"
#include "Exception.hpp"
Include dependency graph for Stats.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | gpstk |
Classes | |
| class | Stats |
| Conventional statistics for one sample. More... | |
| class | TwoSampleStats |
| Conventional statistics for two samples. More... | |
Functions | |
| template<class T> | |
| std::ostream & | operator<< (std::ostream &s, const Stats< T > &ST) |
| Output operator for Stats class. | |
| template<class T> | |
| std::ostream & | operator<< (std::ostream &s, const TwoSampleStats< T > &TSS) |
| Output operator for TwoSampleStats class. | |
| template<class T> | |
| T | median (const Vector< T > &v) |
| Compute the median of a gpstk::Vector. | |
| template<class T> | |
| T | median (const std::vector< T > &v) |
| Compute the median of a std::vector. | |
1.3.9.1