Commit Graph

1300 Commits

Author SHA1 Message Date
Roger Labbe
94437699e4
Merge pull request #319 from vsingla2/fix_conda_env_yml
fix: add pip as dependency to env yml
2020-04-26 18:30:30 -07:00
Roger Labbe
b9c2c88e6b
Merge pull request #310 from froohoo/froohoo-patch-1
incorrect sign in product of Gaussian derivation
2020-04-26 18:30:09 -07:00
Roger Labbe
50fb11eb48
Merge pull request #313 from wonwon0/patch-1
"typo" correction
2020-04-26 18:29:34 -07:00
Roger Labbe
155d46797c
Merge pull request #309 from link2xt/10000-8
Suggest to change numbers 160, 170 and 8
2020-04-26 18:24:45 -07:00
Roger Labbe
f3fc630261
Merge pull request #308 from dapperfu/development/frey-jed/requirements.txt
Added additional requirements.
2020-04-26 18:21:46 -07:00
Roger Labbe
bba88aeec4
Merge pull request #296 from robi-y/master
Typos: ref. number and missing words
2020-04-26 18:19:38 -07:00
Roger Labbe
a4f626403d
Merge branch 'master' into master 2020-04-26 18:18:52 -07:00
Roger Labbe
a57edfd46d
Merge pull request #290 from askielboe/fix-conda
add pip requirement to conda env and update readme
2020-04-26 18:07:31 -07:00
Roger Labbe
dd685eebaa
Merge pull request #281 from huberemanuel/fix-01-g-h-filter-plot-import
Changing plot_g_h_results import line
2020-04-26 18:06:13 -07:00
Roger Labbe
f70a7ababa
Merge pull request #279 from samrobotmesh/patch-1
Typo fix
2020-04-26 18:05:49 -07:00
Roger Labbe
6cdc0afa15
Merge pull request #272 from WillieMaddox/patch-1
Update 03-Gaussians.ipynb
2020-04-26 18:05:22 -07:00
Vinod Singla
2afcd0da4b fix: add pip as dependency to env yml 2019-11-24 12:24:10 -05:00
philippe_lebel
5f331fb50e
"typo" correction
"unknown character" was displayed instead of the "-" in the "in text" equation: "f(x) = x^2-2x"
2019-10-18 13:05:25 -04:00
Forrest Edwards
c2fd241835
Correct sign in product of Gaussian derivation
"&\\propto \\exp \\Big[-\\frac{1}{2\\sigma_z^2\\bar\\sigma^2}[\\bar\\sigma^2(z-x)^2-\\sigma_z^2(x-\\bar\\mu)^2]\\Big]\n",
changed to
"&\\propto \\exp \\Big[-\\frac{1}{2\\sigma_z^2\\bar\\sigma^2}[\\bar\\sigma^2(z-x)^2+\\sigma_z^2(x-\\bar\\mu)^2]\\Big]\n",
2019-09-14 18:34:42 -05:00
Alexander Krotov
c68d38d872
Suggest to change numbers 160, 170 and 8
instead of 160, 170 and 10000.

Number 10000 is introduced later.
2019-09-13 02:15:26 +03:00
jed
8f98ba2746 Added additional requirements. 2019-09-11 23:55:45 -04:00
Reuven Y
155290182b
Update 03-Gaussians.ipynb
Typo - missing "that"
2019-04-27 22:07:58 +03:00
Reuven Y
38e7a285e2
Correct reference number to Huber book 2019-04-27 22:06:23 +03:00
Andreas Skielboe
930485fbb2 add pip requirement to conda env and update readme 2019-04-17 10:11:20 +02:00
ehs
295df79138 Changing plot_g_h_results import line
In the Exercise: Write Generic Algorithm section the user gets an
error trying to run the cell after uncomment the call to the function
because the plot_g_h_results function is imported on the next cell
This fix makes the import in the previous cell, resolving the issue
2019-03-30 06:09:23 -03:00
Sam
053b2235fc
Typo fix 2019-03-13 17:26:11 -07:00
Willie Maddox
97a5e489a3
Update 03-Gaussians.ipynb
Fix minor typos.
2019-01-02 13:40:05 -06:00
Roger Labbe
e84f801836
Merge pull request #269 from rummanwaqar/master
Bug fix: Issues in Chap 3 and 4
2018-12-20 08:01:35 -08:00
rummanwaqar
423c82e3fc Bug fix: Incorrect equation for product of Gaussian
Closes #234
2018-12-18 00:10:54 -07:00
rummanwaqar
3ce1de7213 Bug fix: definition of expected value
Closes #268
2018-12-16 15:20:24 -07:00
Roger Labbe
9e4ac42f79
Merge pull request #267 from rummanwaqar/master
Bug fix: moved __future__ import to the top
2018-12-13 12:02:12 -08:00
rummanwaqar
6d01426413 Bug fix: moved __future__ import to the top
Closes #264
2018-12-13 12:23:59 -07:00
Roger Labbe
17f38c69f2 Fixed for new code organization and book format
These haven't been run in awhile; I updated them so they
have the same look and feel as the book, and fixed a few
imports and pep 8 compliance as well.
2018-11-02 16:11:20 -07:00
Roger Labbe
81eff753b5 point to localhost
The links in the toc were pointing to nbviewer. Github #239
2018-11-02 16:04:17 -07:00
Roger Labbe
d78aaa25e4 Fixed particle animation
I don't know why it wasn't displaying, but I reran the notebook
and it seems to render in the book now.
2018-11-02 15:58:38 -07:00
Roger Labbe
9f89adc11f Merge branch 'master' of https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python 2018-11-02 15:50:29 -07:00
Roger Labbe
eb5f7e1b17 Remove weight reset in update()
As noted in Github #245, this should only happen after resampling, and
the resample functions already perform this computation.
2018-11-02 15:50:10 -07:00
Roger Labbe
2225b249cd Remove weight reset in update()
As noted in #245, this should only happen after resampling, and
the resample functions already perform this computation.
2018-11-02 15:48:49 -07:00
Roger Labbe
b59c2c3698 Remove default argument from discrete_bayes_sim
This was a source of bugs. Github #259.
2018-11-02 14:59:22 -07:00
Roger Labbe
00126c37f3 Cleaned up gaussian named tuple
For some reason the code defined it in two places. I also added an
example for accessing individual fields.
2018-11-02 14:55:40 -07:00
Roger Labbe
7e4925badd Error in code in text.
Github #254. process_model  assignment erroneously multiplies
velocity by dt. This is only in the text so there is no error
in the code.
2018-11-02 14:50:16 -07:00
Roger Labbe
20b2e38a22 Added line for actual weight trend line
This is in response to pull request #257. That hard coded the
line, which meant it had no label in the legend. This adds the
trend line with a label.
2018-11-02 14:42:38 -07:00
Roger Labbe
034f2b809a
Merge pull request #256 from belm0/g_h_filter_example
improve naming in ch 1 "predict_using_gain_guess" example

I (Roger Labbe) need to make further modifications to the function as explained above.
2018-11-02 14:17:09 -07:00
Roger Labbe
5cb33dce02
Merge pull request #255 from LinkHS/fix_bug
fix a bug of forget passing in 'hallway' when invoke 'discrete_bayes_…
2018-11-02 14:03:53 -07:00
Roger Labbe
c5804e3a28
Merge pull request #252 from PedroHRPBS/master
fix: Fix typo
2018-11-02 14:02:12 -07:00
Roger Labbe
216efe2ba4
Merge pull request #251 from off99555/master
Change 10.90 to 11.35
2018-11-02 14:01:17 -07:00
Roger Labbe
58721a7373 Merge branch 'master' of https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python 2018-11-02 10:02:15 -07:00
Roger Labbe
80b8049e51 Normalize binary line ending
Github #253. Binary files were corrupted by eol changes because
they were not denoted as binary in .gitattributes
2018-11-02 10:01:11 -07:00
Roger Labbe
0d1badfee8 Normalize binary line ending 2018-11-02 09:59:58 -07:00
Roger Labbe
06246e9502 Normalize binary line ending 2018-11-02 09:59:21 -07:00
Roger Labbe
c68b74b2c5 added binary attirbutes for binary files 2018-11-02 09:53:02 -07:00
John Belmonte
29063bc4f8 improve naming in ch 1 "predict_using_gain_guess" example
"weight" --> "estimate"
  "initial_guess" --> "initial_estimate"
  print_results: rename label "previous" --> "previous estimate", add comma
2018-10-20 20:08:09 +09:00
Austin.Dawei
fece1f0d68 fix a bug of forget passing in 'hallway' when invoke 'discrete_bayes_sim' which
generates a different likelihood value compared with previous cell
2018-10-12 23:55:07 +08:00
Roger Labbe
e2339a6ccb Updated files to ignore 2018-10-07 14:47:15 -07:00
PedroHRPBS
f77eea1252 fix: Fix wikipedia link
Change wikipedia's link to the correct Plant (Control Theory)
definition.
2018-09-22 23:38:42 -03:00