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
- Host: GitHub
- URL: https://github.com/lren-chuv/hbplregress
- Owner: LREN-CHUV
- License: other
- Created: 2015-12-08T10:59:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T17:27:19.000Z (over 8 years ago)
- Last Synced: 2025-01-19T15:35:13.377Z (9 months ago)
- Topics: algorithm-challenges
- Language: R
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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