lumiera_/src/lib/stat
Ichthyostega 8c344b6a51 Library: bring in statistics helper from Yoshimi-test
[http://yoshimi.sourceforge.net/ Yoshimi] is a software sound synthesizer,
derived from `ZynAddSubFx` and developed by an OpenSource community.
The Repository [https://github.com/Ichthyostega/yoshimi-test/ Yoshimi-test]
is used by the Yoshimi developers to maintain a suite of automated
acceptance tests for the Yoshimi application.

This task involves watching execution times to detect long-term performance trends,
which in turn requires to maintain time-series data in CSV files and to perfrom some
simple statistic calculations, including linear regression. Requiring any external
statistics package as dependency was not deemed adequate for such a simple task,
and thus a set of self-contained helper functions was created as a byproduct.

This task attaches an excerpt of the Yoshimi-test history with those helpers.
2024-03-10 23:20:58 +01:00
..
csv.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
data.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
error.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
file.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
format.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
regex.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
statistic.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
utils.cpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00
utils.hpp Library: bring in statistics helper from Yoshimi-test 2024-03-10 23:20:58 +01:00