Skip to content

Commit

Permalink
reran all notebooks after a bunch of merges to ensure all are in same…
Browse files Browse the repository at this point in the history
… environment/state
  • Loading branch information
rlabbe committed May 15, 2022
1 parent c9a415f commit 2258eac
Show file tree
Hide file tree
Showing 16 changed files with 451 additions and 590 deletions.
10 changes: 5 additions & 5 deletions 00-Preface.ipynb

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions 01-g-h-filter.ipynb

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions 02-Discrete-Bayes.ipynb

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions 03-Gaussians.ipynb

Large diffs are not rendered by default.

78 changes: 31 additions & 47 deletions 04-One-Dimensional-Kalman-Filters.ipynb

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions 05-Multivariate-Gaussians.ipynb

Large diffs are not rendered by default.

190 changes: 33 additions & 157 deletions 06-Multivariate-Kalman-Filters.ipynb

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions 07-Kalman-Filter-Math.ipynb

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions 08-Designing-Kalman-Filters.ipynb

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions 09-Nonlinear-Filtering.ipynb

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions 10-Unscented-Kalman-Filter.ipynb

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions 11-Extended-Kalman-Filters.ipynb

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions 12-Particle-Filters.ipynb

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions 13-Smoothing.ipynb

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions 14-Adaptive-Filtering.ipynb

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions Supporting_Notebooks/Interactions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
],
"source": [
"#format the book\n",
"from __future__ import division, print_function\n",
"%matplotlib inline\n",
"import sys\n",
"sys.path.insert(0, '..')\n",
Expand Down Expand Up @@ -93,13 +92,13 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "5f6d72e65be24e628d9f6f144f309234",
"model_id": "034e065d0c5e49b0b8f6f0407b4b4200",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -113,8 +112,8 @@
],
"source": [
"%matplotlib inline\n",
"from IPython.html.widgets import interact, interactive, fixed\n",
"import IPython.html.widgets as widgets\n",
"from ipywidgets import interact, interactive, fixed\n",
"import ipywidgets as widgets\n",
"import numpy as np\n",
"import numpy.linalg as linalg\n",
"import math\n",
Expand Down Expand Up @@ -174,12 +173,14 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "cc2e30d2d25946d598ba42683e49c891",
"model_id": "9c0bee6040b745dbadaafbd03de426ed",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -193,8 +194,8 @@
],
"source": [
"%matplotlib inline\n",
"from IPython.html.widgets import interact, interactive, fixed\n",
"from IPython.html.widgets import FloatSlider\n",
"from ipywidgets import interact, interactive, fixed\n",
"from ipywidgets import FloatSlider\n",
"from math import cos, sin, pi, atan2, sqrt\n",
"import numpy.linalg as linalg\n",
"import matplotlib.pyplot as plt\n",
Expand Down Expand Up @@ -246,7 +247,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c8a6dc551eae4845beaae8da7b8f72b3",
"model_id": "aee1320d4a0f431e8dd022e05a14f280",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -260,8 +261,8 @@
],
"source": [
"%matplotlib inline\n",
"from IPython.html.widgets import interact, interactive, fixed\n",
"import IPython.html.widgets as widgets\n",
"from ipywidgets import interact, interactive, fixed\n",
"import ipywidgets as widgets\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import numpy.random as random\n",
Expand Down Expand Up @@ -318,7 +319,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.12"
"version": "3.9.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2258eac

Please sign in to comment.