1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: haskell-statistics
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
, ghc6
, ghc6-prof
, libghc6-erf-dev
, libghc6-erf-prof
, libghc6-mwc-random-dev (>= 0.5.0.0)
, libghc6-mwc-random-prof
, libghc6-primitive-dev
, libghc6-primitive-prof
, libghc6-vector-dev (>= 0.5)
, libghc6-vector-prof
, libghc6-vector-algorithms-dev (>= 0.3)
, libghc6-vector-algorithms-prof
Build-Depends-Indep: ghc6-doc
, libghc6-erf-doc
, libghc6-mwc-random-doc
, libghc6-primitive-doc
, libghc6-vector-doc
, libghc6-vector-algorithms-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/statistics
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-statistics
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-statistics
Package: libghc6-statistics-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: A library of statistical types, data, and functions
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.
.
The library's facilities can be divided into three broad categories:
.
Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
.
Computing with sample data: quantile estimation, kernel density
estimation, bootstrap methods, and autocorrelation analysis.
.
Random variate generation under several different distributions.
Package: libghc6-statistics-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: A library of statistical types, data, and functions; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
See http://www.haskell.org/ for more information on Haskell.
.
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.
.
The library's facilities can be divided into three broad categories:
.
Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
.
Computing with sample data: quantile estimation, kernel density
estimation, bootstrap methods, and autocorrelation analysis.
.
Random variate generation under several different distributions.
Package: libghc6-statistics-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: A library of statistical types, data, and functions; documentation
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
.
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
robustness, and use of good algorithms. Where possible, we provide
references to the statistical literature.
.
The library's facilities can be divided into three broad categories:
.
Working with widely used discrete and continuous probability
distributions. (There are dozens of exotic distributions in use; we
focus on the most common.)
.
Computing with sample data: quantile estimation, kernel density
estimation, bootstrap methods, and autocorrelation analysis.
.
Random variate generation under several different distributions.
|