This is the complete list of members for Stats< T, Tpod >, including all inherited members.
| get_bins(unsigned int bins) const | Stats< T, Tpod > | |
| get_cdf95(size_t df) const | Stats< T, Tpod > | |
| get_cdf95(const Stats< T > &other) const | Stats< T, Tpod > | |
| get_cdf99(size_t df) const | Stats< T, Tpod > | |
| get_cdf99(const Stats< T > &other) const | Stats< T, Tpod > | |
| get_confidence_interval_95() const | Stats< T, Tpod > | |
| get_confidence_interval_99() const | Stats< T, Tpod > | |
| get_kurtosis() const | Stats< T, Tpod > | |
| get_max() const | Stats< T, Tpod > | |
| get_mean() const | Stats< T, Tpod > | |
| get_median() const | Stats< T, Tpod > | |
| get_min() const | Stats< T, Tpod > | |
| get_non_parametric_skew() const | Stats< T, Tpod > | |
| get_quantiles(unsigned int quantiles) const | Stats< T, Tpod > | |
| get_size() const | Stats< T, Tpod > | |
| get_standard_deviation() const | Stats< T, Tpod > | |
| get_standard_error() const | Stats< T, Tpod > | |
| get_t_test(T t) const | Stats< T, Tpod > | |
| get_t_test(size_t npoints, double mean, double stddev) const | Stats< T, Tpod > | |
| get_t_test(const Stats< T > &other) const | Stats< T, Tpod > | |
| get_test(const Stats< T > &other) const | Stats< T, Tpod > | |
| get_variance() const | Stats< T, Tpod > | |
| get_z_test(const Stats< T > &other) const | Stats< T, Tpod > | |
| is_same_distribution_95(size_t npoints, double mean, double stddev) const | Stats< T, Tpod > | |
| is_same_distribution_95(const Stats< T > &other) const | Stats< T, Tpod > | |
| is_same_distribution_99(size_t npoints, double mean, double stddev) const | Stats< T, Tpod > | |
| is_same_distribution_99(const Stats< T > &other) const | Stats< T, Tpod > | |
| Stats(const std::vector< T > &v) | Stats< T, Tpod > | inline |
| ~Stats() | Stats< T, Tpod > | inline |