#include <Variance.h>

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