Internal state for computing running statistics.  
 More...
Internal state for computing running statistics. 
Definition at line 43 of file matstat.h.
 
#include <matstat.h>
 | 
| 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.  
  | 
|   | 
◆ count
      
        
          | uint32_t matstat_state_t::count | 
        
      
 
Number of values added. 
Definition at line 46 of file matstat.h.
 
 
◆ max
      
        
          | int32_t matstat_state_t::max | 
        
      
 
Maximum value seen. 
Definition at line 49 of file matstat.h.
 
 
◆ mean
      
        
          | int32_t matstat_state_t::mean | 
        
      
 
 
◆ min
      
        
          | int32_t matstat_state_t::min | 
        
      
 
Minimum value seen. 
Definition at line 48 of file matstat.h.
 
 
◆ sum
      
        
          | int64_t matstat_state_t::sum | 
        
      
 
Sum of values added. 
Definition at line 44 of file matstat.h.
 
 
◆ sum_sq
      
        
          | uint64_t matstat_state_t::sum_sq | 
        
      
 
Sum of squared differences. 
Definition at line 45 of file matstat.h.
 
 
The documentation for this struct was generated from the following file: