hmatrix-gsl-stats: GSL Statistics interface
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options/ghc-prof-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
Purely functional interface for statistics based on hmatrix and GSL
Relieves the burden of alloc/free routines and is otherwise essentially 1:1
Documentation can be found at http://www.gnu.org/software/gsl/manual/
The vector type is Data.Vector.Storable from the vector
package.
[Skip to Readme]
Properties
Versions | 0.1.0.1, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.2.5, 0.1.2.6, 0.1.2.7, 0.1.2.9, 0.1.2.10, 0.1.2.11, 0.1.2.12, 0.1.3, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.2, 0.2.1, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4, 0.4.1, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.1.4, 0.4.1.5, 0.4.1.6, 0.4.1.7, 0.4.1.8, 0.4.1.8 |
---|---|
Change log | CHANGES |
Dependencies | base (>=4 && <5), binary, hmatrix (>=0.18), storable-complex, vector [details] |
License | BSD-3-Clause |
Copyright | (c) A.V.H. McPhail 2010, 2011, 2013, 2015, 2016, 2019 |
Author | Vivian McPhail |
Maintainer | haskell.vivian.mcphail <at> gmail <dot> com |
Category | Math, Statistics, FFI |
Home page | http://code.haskell.org/hmatrix-gsl-stats |
Source repo | head: git clone https://github.com/amcphail/hmatrix-gsl-stats.git |
Uploaded | by VivianMcPhail at 2019-06-11T02:07:54Z |
Modules
- Numeric
- GSL
- Distribution
- Numeric.GSL.Distribution.Common
- Numeric.GSL.Distribution.Continuous
- Numeric.GSL.Distribution.Discrete
- Fitting
- Numeric.GSL.Fitting.Linear
- Numeric.GSL.Histogram
- Numeric.GSL.Histogram2D
- Numeric.GSL.Permutation
- Numeric.GSL.Sort
- Numeric.GSL.Statistics
- Distribution
- GSL
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
onlygsl | don't link gslcblas | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hmatrix-gsl-stats-0.4.1.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees