/var/lib/ghc/package.conf.d/statistics-0.13.3.0.conf is in libghc-statistics-dev 0.13.3.0-3+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | name: statistics
version: 0.13.3.0
id: statistics-0.13.3.0-61t4sfkA9W9IQORavex1LW
key: statistics-0.13.3.0-61t4sfkA9W9IQORavex1LW
license: BSD3
copyright: 2009-2014 Bryan O'Sullivan
maintainer: Bryan O'Sullivan <bos@serpentine.com>
homepage: https://github.com/bos/statistics
synopsis: A library of statistical types, data, and functions
description:
This library provides a number of common functions and types useful
in statistics. We focus 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 four 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, histograms, bootstrap methods, significance testing,
and regression and autocorrelation analysis.
.
* Random variate generation under several different distributions.
.
* Common statistical tests for significant differences between
samples.
category: Math, Statistics
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules:
Statistics.Autocorrelation Statistics.Constants
Statistics.Correlation Statistics.Correlation.Kendall
Statistics.Distribution Statistics.Distribution.Beta
Statistics.Distribution.Binomial
Statistics.Distribution.CauchyLorentz
Statistics.Distribution.ChiSquared
Statistics.Distribution.Exponential
Statistics.Distribution.FDistribution Statistics.Distribution.Gamma
Statistics.Distribution.Geometric
Statistics.Distribution.Hypergeometric
Statistics.Distribution.Laplace Statistics.Distribution.Normal
Statistics.Distribution.Poisson Statistics.Distribution.StudentT
Statistics.Distribution.Transform Statistics.Distribution.Uniform
Statistics.Function Statistics.Math.RootFinding Statistics.Matrix
Statistics.Matrix.Algorithms Statistics.Matrix.Mutable
Statistics.Matrix.Types Statistics.Quantile Statistics.Regression
Statistics.Resampling Statistics.Resampling.Bootstrap
Statistics.Sample Statistics.Sample.Histogram
Statistics.Sample.KernelDensity
Statistics.Sample.KernelDensity.Simple Statistics.Sample.Powers
Statistics.Test.ChiSquared Statistics.Test.KolmogorovSmirnov
Statistics.Test.KruskalWallis Statistics.Test.MannWhitneyU
Statistics.Test.Types Statistics.Test.WilcoxonT
Statistics.Transform Statistics.Types
hidden-modules: Statistics.Distribution.Poisson.Internal
Statistics.Function.Comparison Statistics.Internal
Statistics.Sample.Internal Statistics.Test.Internal
abi: 8b70c204ed3b15046e73041d53a7bb90
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/statistics-0.13.3.0-61t4sfkA9W9IQORavex1LW
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/statistics-0.13.3.0-61t4sfkA9W9IQORavex1LW
data-dir: /usr/share/statistics
hs-libraries: HSstatistics-0.13.3.0-61t4sfkA9W9IQORavex1LW
depends:
aeson-0.11.2.1-HXsMVKhyCdWHTj7u0kqwx4 base-4.9.0.0 binary-0.8.3.0
deepseq-1.4.2.0 erf-2.0.0.0-9HTdBV7htNjASgIJAT55AC
math-functions-0.2.0.2-IKucf2F6PPp7GCACitUv0c
monad-par-0.3.4.8-EOv5nfc1zdIDgT8ulHfflq
mwc-random-0.13.4.0-CH6ozsPFZjwVSNwmEz44J
primitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa
vector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6
vector-algorithms-0.7.0.1-8R8UpWgvBC926XMxBjYPpx
vector-binary-instances-0.2.3.2-5646KxzN3hJ80s4tOK0y7f
haddock-interfaces: /usr/lib/ghc-doc/haddock/statistics-0.13.3.0/statistics.haddock
haddock-html: /usr/share/doc/libghc-statistics-doc/html/
|