regress: Linear and logistic regression through automatic differentiation

[ bsd3, library, math ] [ Propose Tags ]

Linear and logistic regression through automatic differentiation

See Numeric.Regression.Linear and Numeric.Regression.Logistic for docs and examples.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Dependencies ad (>=4.2 && <4.3), base (>=4.7 && <5), vector (>=0.10 && <0.11) [details]
License BSD-3-Clause
Copyright Alp Mestanogullari
Author Alp Mestanogullari
Maintainer alpmestan@gmail.com
Category Math
Home page https://github.com/alpmestan/regress
Uploaded by AlpMestanogullari at 2015-07-13T19:03:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1502 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-07-13 [all 1 reports]

Readme for regress-0.1.1

[back to package description]

regress

Build Status

Perform a linear or logistic regression using automatic differentiation (ad).

See the haddocks for Numeric.Regression.Linear and Numeric.Regression.Logistic for documentation and examples.