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.

[maintain] [Publish]

Warnings:

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

Flags

Automatic Flags
NameDescriptionDefault
onlygsl

don't link gslcblas

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hmatrix-gsl-stats-0.4.1.8

[back to package description]
-----------------------------------------
 A simple scientific library for Haskell
-----------------------------------------

INSTALLATION

See the INSTALL file.

ACKNOWLEDGEMENTS -----------------------------------------------------

I thank ALberto Ruiz for hmatrix, especially for setup files which I
have shamelessly copied and modified