Struct StatisticData

Struct Documentation

struct StatisticData

A container for statistics data results for a set of recorded observations.

Public Members

double average = std::nan("")

average of the observations

double min = std::nan("")

min value of the observations

double max = std::nan("")

max value of the observations

double standard_deviation = std::nan("")

standard_deviation of the observations

uint64_t sample_count = 0

number of samples of the observation