|
ug4
|
Holds information on the min, max, mean, and standard deviation of a sample. More...
#include <quality_util.h>
Public Member Functions | |
| std::string | to_string () |
Public Attributes | |
| number | max |
| number | mean |
| number | min |
| number | sd |
Holds information on the min, max, mean, and standard deviation of a sample.
| std::string ug::AspectRatioInfo::to_string | ( | ) |
References max, mean, min, sd, and ug::Table< T >::to_string().
| number ug::AspectRatioInfo::max |
Referenced by ug::GetAspectRatioInfo(), and to_string().
| number ug::AspectRatioInfo::mean |
Referenced by ug::GetAspectRatioInfo(), and to_string().
| number ug::AspectRatioInfo::min |
Referenced by ug::GetAspectRatioInfo(), and to_string().
| number ug::AspectRatioInfo::sd |
Referenced by ug::GetAspectRatioInfo(), and to_string().