packages feed

HLearn-distributions 0.0.1 → 0.0.1.1

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

HLearn-distributions.cabal view
@@ -1,5 +1,5 @@ Name:                HLearn-distributions-Version:             0.0.1+Version:             0.0.1.1 Synopsis:            Distributions for use with the HLearn library Description:         This module is used to estimate statistical distributions from data.  The focus is a clean interface inspired by algebra. Category:            Data Mining, Machine Learning, Statistics
src/HLearn/Models/Distributions/Gaussian.lhs view
@@ -81,7 +81,7 @@ {-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE TypeFamilies #-} --- | The Gaussian distribution is an instance of 'HomTrainer.'  For technical details, view the extended documentation <todo>.+-- | The Gaussian distribution is an instance of 'HomTrainer.'  For examples of how to use this type, and the math behind it, see: <http://izbicki.me/blog/gausian-distributions-are-monoids>.  module HLearn.Models.Distributions.Gaussian     ( Gaussian (..)