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 115 116
|
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>, Iulian Udrea <iulian@physics.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-erf-dev
, libghc-erf-prof
, libghc-monad-par-dev (>= 0.1.0.1)
, libghc-monad-par-prof
, libghc-mwc-random-dev (>= 0.11.0.0)
, libghc-mwc-random-prof
, libghc-math-functions-dev (>= 0.1.1)
, libghc-math-functions-prof
, libghc-primitive-dev (>= 0.3)
, libghc-primitive-prof
, libghc-vector-dev (>= 0.7.1)
, libghc-vector-prof
, libghc-vector-algorithms-dev (>= 0.4)
, libghc-vector-algorithms-prof
Build-Depends-Indep: ghc-doc
, libghc-erf-doc
, libghc-monad-par-doc
, libghc-mwc-random-doc
, libghc-math-functions-doc
, libghc-primitive-doc
, libghc-vector-doc
, libghc-vector-algorithms-doc
Standards-Version: 3.9.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: libghc-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${haskell:ShortBlurb}
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.
.
${haskell:Blurb}
Package: libghc-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${haskell:ShortBlurb}
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.
.
${haskell:Blurb}
Package: libghc-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${haskell:ShortBlurb}
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.
.
${haskell:Blurb}
|