You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package offers a small suite of basic filtering algorithms written in Go. It currently provides the implementations of the following filters and estimators:
10
9
@@ -20,7 +19,7 @@ In addition it provides an implementation of [Rauch–Tung–Striebel](https://e
20
19
21
20
Get the package:
22
21
```shell
23
-
$ go get github.com/milosgajdos83/go-estimate
22
+
$ go get github.com/milosgajdos/go-estimate
24
23
```
25
24
26
25
Get dependencies:
@@ -32,7 +31,7 @@ Run unit tests:
32
31
```shell
33
32
$ make test
34
33
```
35
-
You can find various examples of usage in [go-estimate-examples](https://github.com/milosgajdos83/go-estimate-examples).
34
+
You can find various examples of usage in [go-estimate-examples](https://github.com/milosgajdos/go-estimate-examples).
0 commit comments