vstat
Loading...
Searching...
No Matches
univariate_accumulator< T, Stats > Struct Template Reference

#include <univariate.hpp>

Detailed Description

template<typename T, stats Stats = stats::variance>
struct VSTAT_NAMESPACE::univariate_accumulator< T, Stats >

Univariate accumulator object.

Template Parameters
TScalar or eve::wide floating-point type.
StatsWhich statistics to compute (default: variance). variance ⊃ mean ⊃ sum — requesting a lower level skips the Welford SSR update and, for stats::sum, the weight counter.

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