English

Regressor: A C program for Combinatorial Regressions

Applications 2020-09-29 v1 Mathematical Software

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 YY from n independent variables XiXX_i \in X. 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

R2 v1 2026-06-23T18:48:19.322Z