Skip to content

Commit

Permalink
kalman
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksejs Fomins committed Jun 5, 2019
1 parent 0fc8372 commit 986be9c
Show file tree
Hide file tree
Showing 7 changed files with 293 additions and 7 deletions.
2 changes: 1 addition & 1 deletion python/machine-learning/mnist/mnist_reader.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion python/signal-processing/autocorrelation-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion python/signal-processing/autocorrelation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
245 changes: 245 additions & 0 deletions python/signal-processing/control_theory/kalman-filter.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python (py36qt5)",
"display_name": "Python3.6",
"language": "python",
"name": "py36qt5"
"name": "py36"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -234,7 +234,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
41 changes: 41 additions & 0 deletions python/stat-info-theory/basic-statistics/bayes.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Bayesian Statistics\n",
"\n",
"$$P[D|\\theta] = \\frac{P[\\theta|D]P[D]}{P[\\theta]} = \\frac{P[\\theta|D]P[D]}{\\int_D P[\\theta|D]P[D]dD}$$"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
2 changes: 1 addition & 1 deletion python/stat-info-theory/sampling/integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 986be9c

Please sign in to comment.