Statistics — Documentation

A lightweight C library for collecting fixed-size samples and computing basic statistics (mean, min, max, variance, and standard deviation) for selected scalar types. The documentation is generated with Doxygen and Sphinx (Breathe).

Key features

  • minimal dependencies, small API surface

  • ring buffer with an indicator of “enough” samples collected

  • type-specific functions generated based on configuration