statistics
Public Attributes | List of all members
statistics::Stats Struct Reference

#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...
 

Detailed Description

Stores the statistics for data.

Data is a number of timeseries.

Member Data Documentation

◆ max

base::VectorXd statistics::Stats::max

◆ mean

base::VectorXd statistics::Stats::mean

◆ min

base::VectorXd statistics::Stats::min

◆ n

unsigned int statistics::Stats::n

◆ stddev

base::VectorXd statistics::Stats::stddev

◆ time

base::Time statistics::Stats::time

The time of the latest samples.

◆ var

base::MatrixXd statistics::Stats::var

Variance matrix.


The documentation for this struct was generated from the following file: