Conventional, sequential and weighted one-sample, and two-sample statistics
Definition in file Stats.hpp.
#include <string>#include <sstream>#include <vector>#include <algorithm>#include "Exception.hpp"#include "MiscMath.hpp"#include "Vector.hpp"

Go to the source code of this file.
Classes | |
| class | gnsstk::SeqStats< T > |
| class | gnsstk::Stats< T > |
| class | gnsstk::TwoSampleStats< T > |
| class | gnsstk::TwoSampleStats< T > |
| class | gnsstk::WtdStats< T > |
Namespaces | |
| gnsstk | |
| For Sinex::InputHistory. | |
Functions | |
| template<class T > | |
| T | gnsstk::mad (const gnsstk::Vector< T > &v) |
| median absolute deviation of a gnsstk::Vector More... | |
| template<class T > | |
| T | gnsstk::mad (const std::vector< T > &v) |
| median absolute deviation of a std::vector More... | |
| template<class T > | |
| T | gnsstk::median (const std::vector< T > &v) |
| Compute the median of a std::vector. More... | |
| template<class T > | |
| T | gnsstk::median (const Vector< T > &v) |
| Compute the median of a gnsstk::Vector. More... | |
| template<class T > | |
| std::ostream & | gnsstk::operator<< (std::ostream &s, const SeqStats< T > &ST) |
| Output operator for SeqStats class. More... | |
| template<class T > | |
| std::ostream & | gnsstk::operator<< (std::ostream &s, const Stats< T > &ST) |
| Output operator for Stats class. More... | |
| template<class T > | |
| std::ostream & | gnsstk::operator<< (std::ostream &s, const TwoSampleStats< T > &TSS) |
| Output operator for TwoSampleStats class. More... | |
| template<class T > | |
| std::ostream & | gnsstk::operator<< (std::ostream &s, const WtdStats< T > &ST) |
| Output operator for WtdStats class. More... | |