From c08a298a36c52e0cfbf31a708396fd71caffd14a Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Fri, 19 Feb 2021 11:46:05 +0000 Subject: [PATCH] Add go-estimate (#3487) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c329fa12..3f58f6e8 100644 --- a/README.md +++ b/README.md @@ -1566,6 +1566,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages. * [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang. * [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go. +* [go-estimate](https://github.com/milosgajdos/go-estimate) - State estimation and filtering algorithms in Go. * [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language. * [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures. * [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams.