From bad9c6d7df49c55c4fd3de8c7f8003346228948f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Botaro?= Date: Mon, 22 Oct 2018 12:06:38 -0300 Subject: [PATCH] remove gostat (#2156) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ace55666..d197e121 100644 --- a/README.md +++ b/README.md @@ -1106,7 +1106,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gonum/plot](https://github.com/gonum/plot) - gonum/plot provides an API for building and drawing plots in Go. * [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.