@hackage statistics-linreg0.2.1
Linear regression between two samples, based on the 'statistics' package
Categories
License
MIT
Maintainer
Alp Mestanogullari <alpmestan@gmail.com>
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- statistics >=0.5
- vector >=0.5 Show all…
Dependents (3)
@hackage/eventlog2html, @hackage/acme-everything, @cardano/network-mux
Provides a function to perform a linear regression between 2 samples, see the documentation of the linearRegression function. This library is based on the statistics package.
2.*: added the r-squared version and improved the performances