Store information of one random variable.
More...
#include <sc_statistics.h>
|
int | dirty |
| Only update stats if this is true.
|
|
long | count |
| Inout; global count is 52 bit accurate.
|
|
double | sum_values |
| Inout; global sum of values.
|
|
double | sum_squares |
| Inout; global sum of squares.
|
|
double | min |
| Inout; minimum over values.
|
|
double | max |
| Inout; maximum over values.
|
|
int | min_at_rank |
|
int | max_at_rank |
|
double | average |
|
double | variance |
|
double | standev |
|
double | variance_mean |
|
double | standev_mean |
|
const char * | variable |
| Name of the variable for output.
|
|
char * | variable_owned |
| NULL or deep copy of variable.
|
|
int | group |
| Grouping identifier.
|
|
int | prio |
| Priority identifier.
|
|
Store information of one random variable.
The documentation for this struct was generated from the following file: