crystal-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
- libatlas-base-dev
- libgsl-dev
Fedora
- gsl
- gsl-devel
MacOS
- brew install gsl
Windows
- Recommended on GSL website way to get GSL on Windows is to build manually using .sln files from https://github.com/BrianGladman/gsl
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
- Optimization
- Scalar functions minimization
- Scalar functions root finding
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
Contributors
Repository
crystal-gsl
Owner
Statistic
- 21
- 4
- 5
- 4
- 0
- almost 2 years ago
- March 30, 2016
License
GNU General Public License v3.0
Links
Synced at
Wed, 06 Nov 2024 20:26:33 GMT
Languages