Roger Labbe
4758f013e1
Merge pull request #216 from kmalhan/fix_process_model
...
Fixed Unit of process_model for First Kalman Filter in Chapter 4
2018-04-25 14:30:43 -07:00
Roger Labbe
5e6a503619
Updated for FilterPy 1.2.4, moved code around
...
Moved code specific to one notebook to the *_internal.py file
for that book.
Updated to require FilterPy 1.2.4 due to a fix of a bad bug in the
UKF RTS Smoother, and the change of likelihood from a function back
to a property.
2018-04-18 16:00:10 -07:00
Kazumi Malhan
8cb1a80921
Removed "dt" as process_model has m/s as unit.
2018-04-02 17:26:43 -04:00
Roger Labbe
7cbac1f983
My text improperly stated that the unscented transform takes a
...
Gaussian as an input when of course it takes samples from any
arbitrary distribution.
2018-03-29 16:54:35 -07:00
Roger Labbe
9b80d231e2
Wording improvements, and plot changes
2018-03-29 16:50:10 -07:00
Roger Labbe
4289a5d2a0
Wording changes.
2018-03-29 15:34:36 -07:00
Roger Labbe
7d295ffce5
Added Markov property example.
...
I was getting a bit abstract describing Markov chains, so I gave a
concrete example of why it is a reasonable requirement.
2018-02-10 08:47:21 -08:00
Roger Labbe
782119171d
Fixed copy when directory not empty
...
Was copying the kf_book subdirectory into the existing one
if it was already there, causing PDF build failure if you
didn't clean prior to running it.
2018-02-02 10:52:05 -08:00
Roger Labbe
1ca3ff5e37
Fixed numpy set_printoptions
...
for reasons I don't understand you have to call with suprres=True
and no othe rparameters for it to 'work', even though the
get_printoptions shows it as correctly set.
2018-02-02 10:51:00 -08:00
Roger Labbe
a71401a7b8
Fixed bulleted list
...
I was using HTML, which doesn't render in the PDF. Switched to
markdown and it is better.
2018-02-02 10:50:15 -08:00
Roger Labbe
d86fb065cb
Updated for FilterPy 1.2.0, added section
...
Added a section on Mahalanobis distance and on gating.
Updated to require filterpy 1.2.0.
2018-02-01 08:42:39 -08:00
Roger Labbe
0204c02123
Added section on state variable order
...
I've alluded to the fact that you can order x however you want,
but didn't have an example.
2018-01-31 11:16:44 -08:00
Roger Labbe
acc59c240c
Spelling error
2018-01-31 09:16:50 -08:00
Roger Labbe
c473068238
Saved widget state
...
I hadn't noticed that the output of the interactive widget calls
are not saved in the notebooks. This changed awhile ago. I've
explicitly saved them.
2018-01-31 09:14:13 -08:00
Roger Labbe
6b28661f78
Grammar fix.
2018-01-31 07:25:23 -08:00
Roger Labbe
062438bc23
Added caveat about GitHub
...
GitHub does not render the math well, so I warn people off from
using it to read the book.
2018-01-31 05:27:04 -08:00
Roger Labbe
18b06e37dc
Added some text
2018-01-30 06:30:20 -08:00
Roger Labbe
ff9735d0a0
Merge pull request #207 from Pask2/patch-1
...
Incorrect derivative in equation, and labelled a 1st order filter as 2nd order.
2018-01-29 09:45:42 -08:00
Roger Labbe
15e8574e2e
Text used the wrong parameter name for hist() call, and I misattributed
...
a SciPy function to NumPy.
2018-01-29 09:37:23 -08:00
Pask2
00407ab8eb
fix wrong ref
2018-01-29 18:35:03 +01:00
Pask2
e7178023a5
Update 07-Kalman-Filter-Math.ipynb
2018-01-29 17:33:57 +00:00
Roger Labbe
423f3e80fe
I wrote about the overlap of two measurements, but I really meant
...
the gap between two measurements. The subsequent paragraph discussed
the overlap. I refined the language to make this clearer.
2018-01-29 09:33:11 -08:00
Roger Labbe
e8b88adf5f
GitHub #154 Description of VAR inconsistent
...
I stated that the heights are equally probable, which they are not.
2018-01-29 09:27:24 -08:00
Roger Labbe
68ca5960cc
Simplified namedtuple explanation.
2018-01-28 16:02:51 -08:00
Roger Labbe
da4df463b6
Reran without debugging print out
...
I had a print statement in kinematic.py, causing a spurious output
when importing from the common submodule.
2018-01-28 12:05:18 -08:00
Roger Labbe
2775e76cbf
Added gaussian named tuple.
...
Use a named tuple instead of a tuple for gaussian so the code
is more readable.
2018-01-28 11:42:35 -08:00
Roger Labbe
8a64d31f6c
fixed PDF generation error
...
for some reason the \pm latex was not working without a space before
and after the $ signs.
2018-01-28 11:41:44 -08:00
Roger Labbe
86a7e2288c
Merge pull request #205 from ipa-lth/master
...
Misspelling of 'measurement'
2018-01-26 07:40:28 -08:00
Roger Labbe
ccaaa4b04b
Merge pull request #204 from ernstklrb/typos-09ff
...
Various typos
2018-01-26 07:39:34 -08:00
ipa-lth
9d5ca71225
type-o
2018-01-26 13:28:49 +01:00
Kloppenburg Ernst (CR/PJ-AI-R4)
32e43e51a4
Merge branch 'typos-09ff' of https://github.com/ernstklrb/Kalman-and-Bayesian-Filters-in-Python into typos-09ff
2018-01-25 08:25:46 +01:00
Kloppenburg Ernst (CR/PJ-AI-R4)
5974f3aab3
fix some minor typing errors
2018-01-25 08:25:16 +01:00
Kloppenburg Ernst (CR/PJ-AI-R4)
628acab04e
in equations that update a variable using its previous value use different symbols (written as pseudocode it would be ok, but not written as an equation)
2018-01-25 08:25:16 +01:00
Kloppenburg Ernst (CR/PJ-AI-R4)
e6eadee933
fix some minor typing errors
2018-01-25 08:25:16 +01:00
Kloppenburg Ernst (CR/PJ-AI-R4)
9e45bb8174
fix some minor typing errors
2018-01-25 08:12:21 +01:00
Kloppenburg Ernst (CR/PJ-AI-R4)
0a9fd12682
in equations that update a variable using its previous value use different symbols (written as pseudocode it would be ok, but not written as an equation)
2018-01-25 08:09:16 +01:00
Kloppenburg Ernst (CR/PJ-AI-R4)
a87766a898
fix some minor typing errors
2018-01-25 08:06:09 +01:00
Roger Labbe
992a70c0dd
Removed extraneous matrix print out
...
I don't know why, but the *_ notation ended up printing
the last matrix to the output cell, so I went back to _, _, _, _
I think I was just experiementing with that cell as the *_ notation
is not compatibile with Python 2.7
2018-01-24 07:39:21 -08:00
Roger Labbe
6e7fcc2ebc
Use consistent h across examples
...
I was flipping between 0.01 and 0.02. I haven't made it fully
consistent, but at least it is now locally consistent.
Also, minor typo you -> your
2018-01-24 07:38:22 -08:00
Roger Labbe
aceb7de853
Merge branch 'master' of https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python
2018-01-24 07:25:15 -08:00
Roger Labbe
a8b7efd5ac
Merge pull request #203 from yaxn/minor
...
01-g-h-filter.ipynb: minor fix
2018-01-24 07:24:53 -08:00
Yan Pivnev
75b0fe0ea5
01-g-h-filter.ipynb: minor fix
...
- Exercise Bad Initial Conditions: update the condition with the solution
- Exercise Extreme Noise: update solution parameter h to 0.01 (same as previous ex.)
2018-01-24 11:30:31 +03:00
Roger Labbe
83f38acc79
Updated to explain only Windows is supported atm
2018-01-22 13:24:55 -08:00
Roger Labbe
47157c6e9d
Merge pull request #201 from Capri2014/master
...
Setup conda environment and update readme
2018-01-22 13:20:38 -08:00
luoqi06
4fe3dba50a
Setup conda environment and update readme
2018-01-21 15:07:44 -08:00
Roger Labbe
2e2af13ac0
Added explanation of density functions.
...
I felt the description was a bit sparse, so I expanded it a bit.
2018-01-10 10:37:50 -08:00
Roger Labbe
d03017e304
probability -> probability density
...
I used 'probability' where I should have used 'probability density'.
2018-01-10 09:52:32 -08:00
Roger Labbe
fa07d3651e
Merge pull request #198 from slayoo/slayoo-patch-5
...
is the ... elements -> are the ... elements
2018-01-10 09:21:23 -08:00
Roger Labbe
7eec99dec4
Merge pull request #197 from slayoo/slayoo-patch-4
...
"is reflect on" -> "is to reflect on"
2018-01-10 09:20:57 -08:00
Roger Labbe
24c6a4c669
Merge pull request #196 from slayoo/slayoo-patch-3
...
area under the curve -> volume under the surface
2018-01-10 09:20:31 -08:00