matstat_state_t Struct Reference

Internal state for computing running statistics. More...

Detailed Description

Internal state for computing running statistics.

Definition at line 44 of file matstat.h.

#include <matstat.h>

Data Fields

int64_t sum
 Sum of values added.
 
uint64_t sum_sq
 Sum of squared differences.
 
uint32_t count
 Number of values added.
 
int32_t mean
 Mean value.
 
int32_t min
 Minimum value seen.
 
int32_t max
 Maximum value seen.
 

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