packages feed

order-statistics-0.1: order-statistics.cabal

name:          order-statistics
category:      Statistics
version:       0.1
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     provisional
homepage:      http://github.com/ekmett/order-statistics/
copyright:     Copyright (C) 2012 Edward A. Kmett
synopsis:      L-Estimators for robust statistics
description:   L-Estimators for robust statistics
build-type:    Simple

source-repository head
  type: git
  location: git://github.com/ekmett/order-statistics.git

library
  other-extensions:
    TypeFamilies, PatternGuards, DeriveDataTypeable

  build-depends:
    base           >= 4      && < 5,
    statistics     >= 0.10.1 && < 0.11,
    math-functions >= 0.1.1  && < 0.2,
    vector         >= 0.9.1  && < 0.10,
    vector-space   >= 0.8    && < 0.9,
    containers     >= 0.3    && < 0.5

  exposed-modules:
    Statistics.Distribution.Beta
    Statistics.Order

  ghc-options: -Wall