gsl
crystal-gsl
GNU Scientific Library (GSL) binding for Crystal
Installation
Add this to your application's shard.yml
:
dependencies:
gsl:
github: ruivieira/crystal-gsl
System dependencies
Ubuntu < 16.04
- libgsl0-dev
- gsl-bin
Ubuntu >= 16.04
- libgsl-dev
- gsl-bin
Fedora
- gsl
- gsl-devel
Usage
require "gsl"
Documentation
Full documentation can be found at here.
Examples
Examples can be found here.
Warning:
- Not fully test
- Pre-release (API will break)
- Not fit for production
Status
Implementation list:
- Statistical
- Distributions
- Binomial
- Chi-square
- Uniform
- Exponential
- Cauchy
- Gaussian (univariate and multivariate)
- Poisson
- Multinomial
- Gamma
- Vectors
- Matrices
- Sparse and dense matrices
- Histograms
- Permutations
- Distributions
Contributing
- Fork it ( https://github.com/ruivieira/crystal-gsl/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Developing Depencies
- Ruby & rake
- crystal-icr , > 0.2.10 // Install manually not by shard install