mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-10 12:28:18 +00:00
The raw sumSq paired with a self/running mean yielded the raw variance inflated by the squared mean gap. Accumulate the vector's own sum of squares alongside its sum, like compare and frame statistics do.