-
Notifications
You must be signed in to change notification settings - Fork 1
/
statistical-elements.cabal
45 lines (43 loc) · 1.12 KB
/
statistical-elements.cabal
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
-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack
name: statistical-elements
version: 0.0.0
build-type: Simple
cabal-version: >= 1.10
library
hs-source-dirs:
src/
default-extensions: DataKinds DeriveFoldable DeriveFunctor DeriveTraversable FlexibleContexts FlexibleInstances GADTs KindSignatures MultiParamTypeClasses OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables TypeOperators ViewPatterns
ghc-options: -Wall
build-depends:
attoparsec
, base
, hmatrix
, inline-r
, MonadRandom
, open-browser
, permutation
, random
, refined
, statistics
, text
, vector
exposed-modules:
Combination
Data.Prostate
Exception
Linear
Permutation
Plot
Plot.Labels
Rejection
Samples
Statistics.Gaussian
Statistics.Regression.BestSubset
Statistics.Regression.LeastSquares
Statistics.Regression.Ridge
Statistics.Validation.Cross
other-modules:
Paths_statistical_elements
default-language: Haskell2010