File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ linux-32/
18
18
linux-64 /
19
19
osx-64 /
20
20
filterpy /kalman /i.py
21
+ filterpy /inprogress.py
21
22
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ KalmanFilter
2
2
============
3
3
4
4
Implements a linear Kalman filter. For now the best documentation
5
- is my free book Kalman and Bayesian Filters in Python [1 ]_
5
+ is my free book Kalman and Bayesian Filters in Python [2 ]_
6
6
7
7
The test files in this directory also give you a basic idea of use,
8
8
albeit without much description.
@@ -197,7 +197,7 @@ Use these if you are not a fan of objects.
197
197
**References **
198
198
199
199
200
- .. [1 ] Labbe, Roger. "Kalman and Bayesian Filters in Python".
200
+ .. [2 ] Labbe, Roger. "Kalman and Bayesian Filters in Python".
201
201
202
202
github repo:
203
203
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python
You can’t perform that action at this time.
0 commit comments