Regressor: A C program for Combinatorial Regressions
Abstract
In statistics, researchers use Regression models for data analysis and prediction in many productive sectors (industry, business, academy, etc.). Regression models are mathematical functions representing an approximation of dependent variable from n independent variables . The literature presents many regression methods divided into single and multiple regressions. There are several procedures to generate regression models and sets of commercial and academic tools that implement these procedures. This work presents one open-source program called Regressor that makes models from a specific variation of polynomial regression. These models relate the independent variables to generate an approximation of the original output dependent data. In many tests, Regressor was able to build models five times more accurate than commercial tools.
Keywords
Cite
@article{arxiv.2009.12386,
title = {Regressor: A C program for Combinatorial Regressions},
author = {Eduardo M. Vasconcelos and Adriano Gouveia de Souza},
journal= {arXiv preprint arXiv:2009.12386},
year = {2020}
}
Comments
6 pages, 3 figures, 1 algorithm and 1 table