Loading...
Searching...
No Matches
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.
 

Field Documentation

◆ count

uint32_t matstat_state_t::count

Number of values added.

Definition at line 47 of file matstat.h.

◆ max

int32_t matstat_state_t::max

Maximum value seen.

Definition at line 50 of file matstat.h.

◆ mean

int32_t matstat_state_t::mean

Mean value.

Definition at line 48 of file matstat.h.

◆ min

int32_t matstat_state_t::min

Minimum value seen.

Definition at line 49 of file matstat.h.

◆ sum

int64_t matstat_state_t::sum

Sum of values added.

Definition at line 45 of file matstat.h.

◆ sum_sq

uint64_t matstat_state_t::sum_sq

Sum of squared differences.

Definition at line 46 of file matstat.h.


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