|
vstat
|
#include <univariate.hpp>
Univariate accumulator object.
| T | Scalar or eve::wide floating-point type. |
| Stats | Which statistics to compute (default: variance). variance ⊃ mean ⊃ sum — requesting a lower level skips the Welford SSR update and, for stats::sum, the weight counter. |