/Squall

Statistics and Quantitative Analysis Library for C++. Squall provides a set of robust, high-performance and easy to use tools for managing, manipulating & reshaping datasets, calculating statistics, aggregating data, extracting subsets and much more. Squall contains 4 header files only and is easy to implement into any existing C++ project.

Primary LanguageC++MIT LicenseMIT

Squall

Statistics and Quantitative Analysis Library for C++. Squall provides a set of robust, high-performance and easy to use tools for managing, manipulating & reshaping datasets, calculating statistics, aggregating data, extracting subsets and much more. Please refer to the documentation in the attached pdf for more details.
Squall contains 4 header files only and is easy to implement into any existing C++ project.

** How to use - copy the 4 header files into "include" folder in your project. add the statement:
#include "../include/squall.h" as the very last include statement
at the top your cpp file.