#include <Mean.h>

Public Member Functions | |
| Mean () | |
| Mean (const Mean &) | |
| Mean * | Clone () |
| Clone Constructor. | |
| ~Mean () | |
| void | AddData (double) |
| void | Clear () |
| double | GetValue () |
| std::string | GetName () |
| void | CombineWith (Statistic *) |
Private Attributes | |
| double | mSum |
| double | mCount |
| glotzmath::Mean::Mean | ( | ) |
| glotzmath::Mean::Mean | ( | const Mean & | m | ) |
| glotzmath::Mean::~Mean | ( | ) |
| Mean * glotzmath::Mean::Clone | ( | ) | [virtual] |
| void glotzmath::Mean::AddData | ( | double | d | ) | [virtual] |
Reimplemented from glotzmath::Statistic.
| void glotzmath::Mean::Clear | ( | ) | [virtual] |
Reimplemented from glotzmath::Statistic.
| double glotzmath::Mean::GetValue | ( | ) | [virtual] |
Reimplemented from glotzmath::Statistic.
| std::string glotzmath::Mean::GetName | ( | ) | [virtual] |
Reimplemented from glotzmath::Statistic.
| void glotzmath::Mean::CombineWith | ( | Statistic * | s | ) | [virtual] |
Reimplemented from glotzmath::Statistic.
double glotzmath::Mean::mSum [private] |
double glotzmath::Mean::mCount [private] |
1.5.3