Statistics computed by the Stats class.
More...
#include <Stats.h>
|
float | minValue |
| Min value found so far.
|
|
float | maxValue |
| Max value found so far.
|
|
float | mean |
| Mean of dataset.
|
|
float | stdDev |
| Standard deviation of dataset.
|
|
uint32_t | nSamples |
| Number of samples.
|
|
Statistics computed by the Stats class.
Definition at line 34 of file Stats.h.
◆ maxValue
float Boardcore::StatsResult::maxValue |
Max value found so far.
Definition at line 37 of file Stats.h.
◆ mean
float Boardcore::StatsResult::mean |
Mean of dataset.
Definition at line 38 of file Stats.h.
◆ minValue
float Boardcore::StatsResult::minValue |
Min value found so far.
Definition at line 36 of file Stats.h.
◆ nSamples
uint32_t Boardcore::StatsResult::nSamples |
Number of samples.
Definition at line 40 of file Stats.h.
◆ stdDev
float Boardcore::StatsResult::stdDev |
Standard deviation of dataset.
Definition at line 39 of file Stats.h.
The documentation for this struct was generated from the following file: