Structure containing statistical values calculate from a double array.
#include <mathtools.h>
|
double | min |
| minimum value from array
|
|
double | max |
| maximum value
|
|
double | mean |
| mean (average)
|
|
double | variance |
| variance
|
|
double | sigma |
| standard deviation
|
|
◆ max
double brahe_statistics_t::max |
◆ mean
double brahe_statistics_t::mean |
◆ min
double brahe_statistics_t::min |
◆ sigma
double brahe_statistics_t::sigma |
◆ variance
double brahe_statistics_t::variance |
The documentation for this struct was generated from the following file: