Added GoStats (#2029)

This commit is contained in:
Fris 2018-07-24 19:32:15 +01:00 committed by Avelino
parent f0d92f9436
commit 6f27e2d7bd

View File

@ -1067,6 +1067,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [goraph](https://github.com/gyuho/goraph) - Pure Go graph theory library(data structure, algorith visualization).
* [gosl](https://github.com/cpmech/gosl) - Go scientific library for linear algebra, FFT, geometry, NURBS, numerical methods, probabilities, optimisation, differential equations, and more.
* [gostat](https://github.com/ematvey/gostat) - Statistics library for the go language.
* [GoStats](https://github.com/OGFris/GoStats) - GoStats is an Open Source GoLang library for math statistics mostly used in Machine Learning domains, it covers most of the Statistical measures functions.
* [graph](https://github.com/yourbasic/graph) - Library of basic graph algorithms.
* [ode](https://github.com/ChristopherRabotin/ode) - Ordinary differential equation (ODE) solver which supports extended states and channel-based iteration stop conditions.
* [orb](https://github.com/paulmach/orb) - 2D geometry types with clipping, GeoJSON and Mapbox Vector Tile support.