|
Marsyas
0.6.0-alpha
|
Standard Deviation of each row of observations. More...
#include <StandardDeviation.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| StandardDeviation (std::string name) | |
| ~StandardDeviation () | |
Standard Deviation of each row of observations.
Calculates the standard deviation of each row of observations. The resulting standard deviations are returned as a column vector.
Definition at line 36 of file StandardDeviation.h.
| StandardDeviation | ( | std::string | name | ) |
Definition at line 25 of file StandardDeviation.cpp.
| ~StandardDeviation | ( | ) |
Definition at line 29 of file StandardDeviation.cpp.
Implements MarSystem.
Definition at line 34 of file StandardDeviation.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 60 of file StandardDeviation.cpp.
1.7.6.1