packages feed

order-statistics-0.1.1: order-statistics.cabal

name:          order-statistics
category:      Statistics
version:       0.1.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/
bug-reports:   http://github.com/ekmett/order-statistics/issues
copyright:     Copyright (C) 2012 Edward A. Kmett
synopsis:      L-Estimators for robust statistics
description:   L-Estimators for robust statistics
build-type:    Simple

extra-source-files: .travis.yml

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.13.*,
    math-functions == 0.1.*,
    vector         == 0.10.*,
    vector-space   == 0.8.*,
    containers     >= 0.4.2 && < 0.6

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

  ghc-options: -Wall