#include <iostream>
#include <boost/type_traits.hpp>
#include "mcmc++/ratio.h"
Include dependency graph for statistics.h:

Go to the source code of this file.
Namespaces | |
| namespace | keh |
Classes | |
| class | keh::Accumulate< false, T > |
| class | keh::Accumulate< true, T > |
| class | Statistic |
| Implements a class for summary statistics. More... | |
| class | SimpleStatistic |
| Implements a class for summary statistics. More... | |
Defines | |
| #define | __STATISTI_H |
This header file provides two statistical classes: Statistic and SimpleStatistic. As the names suggest, Statistic is more complete. It includes methods for standard deviation and coefficient of variation as well as mean and variance. It can also calculate statistics on ratios (using ratio.h)
Definition in file statistics.h.
1.5.1