An open API service indexing awesome lists of open source software.

https://github.com/lren-chuv/hbplregress

Linear regression for the MIP woken platform
https://github.com/lren-chuv/hbplregress

algorithm-challenges

Last synced: 7 months ago
JSON representation

Linear regression for the MIP woken platform

Awesome Lists containing this project

README

          

# hbplregress R package

Linear regression in R adapted for the woken platform.

It provides:
- simple linear regression, with automatic adaptation of the input dataset (strings changed to factors)
- linear regression performed over several disjoint datasets then, using Bayesian statistics, a means of aggregating the results to provide a global result.

We follow the [coding standards](https://cran.r-project.org/manuals.html#R-exts) defined by R-CRAN