BSD-3-Clause licensed
Maintained by Oleg Grenrus
This version can be pinned in stack with:regression-simple-0.2.1@sha256:a6338a5a048db419cde21fb403df9f4df3508145f939350a15b3e0b9d8ee39d7,2319

Module documentation for 0.2.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2024-03-29(full list with versions):

A simple package with a module for

  • linear and quadratic regression

  • linear and quadratic zeros formula

  • some 2d and 3d linear algebra

All specialized to Double.

Changes

0.2.1

  • Better lambda0 guesses, hopefully
  • Support GHC-9.6

0.2

Large refactoring:

  • Add *WithWeights variants
  • Move linear algebra minilib into own module
  • Expose accumulators

0.1.1

  • Add *WithErrors variants to regression functions.