scala::MeanSD Class Reference
List of all members.
Public Member Functions |
|
| MeanSD (const std::vector< float > &list) |
|
| MeanSD (const std::vector< double > &list) |
|
void | initExclude (const std::vector< float > &list, const int &idxexclude=-1) |
|
void | initExclude (const std::vector< double > &list, const int &idxexclude=-1) |
|
void | Add (const float &v) |
|
void | Add (const double &v) |
|
void | clear () |
|
double | Mean () const |
|
double | SD () const |
|
double | Var () const |
|
int | Count () const |
|
std::string | format () const |
|
MeanSD & | operator+= (const MeanSD &other) |
Static Public Member Functions |
|
static bool | MeanSDsmallerSD (const MeanSD &a, const MeanSD &b) |
Friends |
|
MeanSD & | operator+ (const MeanSD &a, const MeanSD &b) |
The documentation for this class was generated from the following files: