packages feed

statistics-dirichlet-0.6: statistics-dirichlet.cabal

Cabal-Version:       >= 1.6
Build-Type:          Simple
Tested-With:         GHC
Category:            Math
Name:                statistics-dirichlet
Version:             0.6
Stability:           experimental
License:             BSD3
License-File:        LICENSE
Copyright:           (c) 2009-2012 Felipe A. Lessa
Author:              Felipe Almeida Lessa
Maintainer:          felipe.lessa@gmail.com
Synopsis:            Functions for working with Dirichlet densities and mixtures on vectors.

Description:
    Functions for working with Dirichlet densities and mixtures
    on vectors.  The focus of this package is on deriving these
    distributions from observed data.
    .
    This package should be treated as experimental code, it has
    not been battle-tested as much as it would be nice to be.
    .
    Note that although this package is BSD3-licensed, it uses the
    @nonlinear-optimization@ package which is GPLed.  It should
    be straightforward to use another library in its stead,
    though.

Source-repository head
  type: darcs
  location: http://patch-tag.com/r/felipe/statistics-dirichlet

Library
  Build-Depends:
      base                   == 4.*
    , deepseq                == 1.3.*
    , vector                 == 0.9.*
    , nonlinear-optimization == 0.3.*
    , hmatrix-special        == 0.1.*

  Ghc-Options: -Wall
  Extensions: BangPatterns, NamedFieldPuns, RecordWildCards, FlexibleContexts
  Exposed-Modules:
    Math.Statistics.Dirichlet,
    Math.Statistics.Dirichlet.Density,
    Math.Statistics.Dirichlet.Matrix,
    Math.Statistics.Dirichlet.Mixture,
    Math.Statistics.Dirichlet.Options,
    Math.Statistics.Dirichlet.Util
  hs-Source-Dirs: src/