Public Member Functions | |
| MeanValue (const std::vector< float > &list) | |
| MeanValue (const std::vector< double > &list) | |
| void | Add (const float &v) |
| void | Add (const double &v) |
| void | clear () |
| double | Mean () const |
| int | Count () const |
| std::string | format () const |
| MeanValue & | operator+= (const MeanValue &other) |
Friends | |
| MeanValue & | operator+ (const MeanValue &a, const MeanValue &b) |
1.6.3