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]

Modules

[Last Documentation]

  • Numeric
    • Regression
      • Numeric.Regression.Linear
      • Numeric.Regression.Logistic

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (<0), vector (>=0.10 && <0.11) [details]
License BSD-3-Clause
Copyright Alp Mestanogullari
Author Alp Mestanogullari
Maintainer alpmestan@gmail.com
Revised Revision 1 made by AdamBergmark at 2015-07-29T18:18:44Z
Category Math
Home page https://github.com/alpmestan/regress
Uploaded by AlpMestanogullari at 2015-07-13T19:01:15Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1501 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-02 [all 6 reports]

Readme for regress-0.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.