arielspalter / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:MIT License


Languages

Language:C++ 98.6%Language:C 1.4%