/var/lib/ghc/package.conf.d/statistics-0.13.3.0.conf is in libghc-statistics-dev 0.13.3.0-3build6.
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 79 | name: statistics
version: 0.13.3.0
id: statistics-0.13.3.0-Fvkducafmyw9ljEnBhS6Nm
key: statistics-0.13.3.0-Fvkducafmyw9ljEnBhS6Nm
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: 490f5dbae3e54b09f38f6d928c8d3471
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/statistics-0.13.3.0-Fvkducafmyw9ljEnBhS6Nm
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/statistics-0.13.3.0-Fvkducafmyw9ljEnBhS6Nm
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/statistics
hs-libraries: HSstatistics-0.13.3.0-Fvkducafmyw9ljEnBhS6Nm
depends:
aeson-1.1.2.0-KuAKFd6Xh3a4gjPNjIILft base-4.9.1.0 binary-0.8.3.0
deepseq-1.4.2.0 erf-2.0.0.0-IIRFGBpxAWtA7x6vFkIoaV
math-functions-0.2.1.0-KPr6PZcLbtiGnQNnW2g0oV
monad-par-0.3.4.8-4MpI1cnQuTR5IrG6dFwtI7
mwc-random-0.13.6.0-FYg9HqO0pqB8vcniiPVzVy
primitive-0.6.2.0-4578caNkWQ54Gt1mxLF2Yh
vector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ
vector-algorithms-0.7.0.1-1qlx0Hst1Fo5WZd0lT7Iw1
vector-binary-instances-0.2.3.5-Do2uVjLEGQcAMYmorIf1G3
haddock-interfaces: /usr/lib/ghc-doc/haddock/statistics-0.13.3.0/statistics.haddock
haddock-html: /usr/share/doc/libghc-statistics-doc/html/
|