packages feed

statistics-hypergeometric-genvar-0.1.0.0: statistics-hypergeometric-genvar.cabal

name:                statistics-hypergeometric-genvar
version:             0.1.0.0
synopsis:            Random variate generation from hypergeometric distributions
description:         Supplements the @Statistics.Distribution.Hypergeometric@
                     module from the excellent @statistics@ package.
                     .
                     Implements the interfaces @ContGen@ and @DiscreteGen@ for
                     @HypergeometricDistribution@. Provides it's own function
                     @genVar@ generalised over @Integral@.
license:             MIT
license-file:        LICENSE
author:              Sam Rijs <srijs@airpost.net>
maintainer:          Sam Rijs <srijs@airpost.net>
homepage:            https://github.com/srijs/statistics-hypergeometric-genvar
copyright:           2015 Sam Rijs
                     2005 Robert Kern
                     1998 Ivan Frohne
category:            Math, Statistics
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Statistics.Distribution.Hypergeometric.GenVar
  build-depends:       base           >=4.7 && <4.8,
                       primitive      >=0.5 && <0.6,
                       mwc-random     >=0.13 && <0.14,
                       math-functions >=0.1 && <0.2,
                       statistics     >=0.13 && <0.14
  hs-source-dirs:      src
  default-language:    Haskell2010