Skip to content

silky/data-haskell-examples

 
 

Repository files navigation

data-haskell-examples

Build Status

data-haskell-examples

A set of recommended Haskell libraries for data analysis together with example usage.

usage

To build & run:

stack install && data-haskell-examples

libraries

vector is an efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.

hmatrix is a linear algebra and matrix library, using the Data.Vector.Storable instance in the vector package under the hood.

examples

See examples.hs

About

Examples of data analysis in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%