|
statistics
|
#include <statisticsTypes.hpp>
Public Attributes | |
| base::Time | time |
| The time of the latest samples. More... | |
| unsigned int | n |
| base::VectorXd | min |
| base::VectorXd | max |
| base::VectorXd | mean |
| base::VectorXd | stddev |
| base::MatrixXd | var |
| Variance matrix. More... | |
Stores the statistics for data.
Data is a number of timeseries.
| base::VectorXd statistics::Stats::max |
| base::VectorXd statistics::Stats::mean |
| base::VectorXd statistics::Stats::min |
| unsigned int statistics::Stats::n |
| base::VectorXd statistics::Stats::stddev |
| base::Time statistics::Stats::time |
The time of the latest samples.
| base::MatrixXd statistics::Stats::var |
Variance matrix.
1.8.13