5.4.11. StatisticKind

enum class eprosima::statistics_backend::StatisticKind

Values:

enumerator NONE

Non accumulative kind, it chooses a data point between the set given. Implemented to take the first data in set : [0]

enumerator MEAN

Numerical mean of values in the set.

enumerator STANDARD_DEVIATION

Standard Deviation of the values in the set.

enumerator MAX

Maximum value in the set.

enumerator MIN

Minimum value in the set.

enumerator MEDIAN

Median value of the set.

enumerator COUNT

Amount of values in the set.

enumerator SUM

Summation of the values in the set.