#include <Statistic.h>

Public Member Functions | |
| Statistic () | |
| Statistic (const Statistic &) | |
| virtual | ~Statistic () |
| virtual void | AddData (double) |
| virtual void | Clear () |
| virtual Statistic * | Clone () |
| Clone Constructor. | |
| virtual double | GetValue () |
| virtual std::map < double, double > | GetHistogram () |
| virtual std::string | GetName () |
| virtual void | CombineWith (Statistic *) |
| glotzmath::Statistic::Statistic | ( | ) |
| glotzmath::Statistic::Statistic | ( | const Statistic & | s | ) |
| glotzmath::Statistic::~Statistic | ( | ) | [virtual] |
| void glotzmath::Statistic::AddData | ( | double | ) | [virtual] |
Reimplemented in glotzmath::Mean, and glotzmath::Variance.
| void glotzmath::Statistic::Clear | ( | ) | [virtual] |
Reimplemented in glotzmath::Mean, and glotzmath::Variance.
| Statistic * glotzmath::Statistic::Clone | ( | ) | [virtual] |
Clone Constructor.
Reimplemented from glotzutil::Listable.
Reimplemented in glotzmath::Mean, and glotzmath::Variance.
| double glotzmath::Statistic::GetValue | ( | ) | [virtual] |
Reimplemented in glotzmath::Mean, and glotzmath::Variance.
| std::map< double, double > glotzmath::Statistic::GetHistogram | ( | ) | [virtual] |
| std::string glotzmath::Statistic::GetName | ( | ) | [virtual] |
Reimplemented in glotzmath::Mean, and glotzmath::Variance.
| void glotzmath::Statistic::CombineWith | ( | Statistic * | s | ) | [virtual] |
Reimplemented in glotzmath::Mean, and glotzmath::Variance.
1.5.3