Public Member Functions | Private Attributes
StatVector3d Class Reference

#include <stat_vector_3d.h>

List of all members.

Public Member Functions

void addData (int x, int y, int z)
void clear ()
TVectorDouble getMeanRaw ()
TVectorDouble getMeanScaled (double scale)
TVectorDouble getStandardDeviationRaw ()
TVectorDouble getStandardDeviationScaled (double scale)
TVectorDouble getVarianceRaw ()
TVectorDouble getVarianceScaled (double scale)
int size ()
 StatVector3d ()
 StatVector3d (int x, int y, int z)

Private Attributes

int count_
std::vector< int > x_
std::vector< int > y_
std::vector< int > z_

Detailed Description

Definition at line 38 of file stat_vector_3d.h.


Constructor & Destructor Documentation

Definition at line 34 of file stat_vector_3d.cpp.

StatVector3d::StatVector3d ( int  x,
int  y,
int  z 
)

Definition at line 39 of file stat_vector_3d.cpp.


Member Function Documentation

void StatVector3d::addData ( int  x,
int  y,
int  z 
)

Definition at line 60 of file stat_vector_3d.cpp.

Definition at line 46 of file stat_vector_3d.cpp.

Definition at line 69 of file stat_vector_3d.cpp.

Definition at line 93 of file stat_vector_3d.cpp.

Definition at line 154 of file stat_vector_3d.cpp.

Definition at line 167 of file stat_vector_3d.cpp.

Definition at line 103 of file stat_vector_3d.cpp.

Definition at line 144 of file stat_vector_3d.cpp.

Definition at line 55 of file stat_vector_3d.cpp.


Member Data Documentation

int StatVector3d::count_ [private]

Definition at line 57 of file stat_vector_3d.h.

std::vector<int> StatVector3d::x_ [private]

Definition at line 58 of file stat_vector_3d.h.

std::vector<int> StatVector3d::y_ [private]

Definition at line 59 of file stat_vector_3d.h.

std::vector<int> StatVector3d::z_ [private]

Definition at line 60 of file stat_vector_3d.h.


The documentation for this class was generated from the following files:


wiimote
Author(s): Andreas Paepcke, Melonee Wise, Mark Horn
autogenerated on Sat Jun 8 2019 20:54:42