Structure for online incremental calculation of covariance of two random variables.
More...
#include <mirml_stat.h>
|
|
unsigned long | n |
| | Current number of samples.
|
| |
|
double | meanx |
| | Current mean of x.
|
| |
|
double | meany |
| | Current mean of y.
|
| |
|
double | wsum |
| | Current sum of weights.
|
| |
|
double | wsum2 |
| | Current sum of squares of weights.
|
| |
|
double | csum |
| | Current covariance surrogate.
|
| |
Structure for online incremental calculation of covariance of two random variables.
The documentation for this struct was generated from the following file: