Class StatVector3d
- Defined in File stat_vector_3d.hpp 
Class Documentation
- 
class StatVector3d
- Public Functions - 
StatVector3d()
 - 
StatVector3d(int x, int y, int z)
 - 
void clear()
 - 
int size()
 - 
void addData(int x, int y, int z)
 - 
TVectorDouble getMeanRaw()
 - 
TVectorDouble getMeanScaled(double scale)
 - 
TVectorDouble getVarianceRaw()
 - 
TVectorDouble getVarianceScaled(double scale)
 - 
TVectorDouble getStandardDeviationRaw()
 - 
TVectorDouble getStandardDeviationScaled(double scale)
 
- 
StatVector3d()