check in prior to blowing away this chroot.

This commit is contained in:
Roger Labbe 2014-06-01 16:45:12 -07:00
parent 74882a9e56
commit 366eb092e8
3 changed files with 55 additions and 38 deletions

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:184a4be9b0e4d6e3e2d860c8cea84921dd9917218e5400547215445113b16d1c"
"signature": "sha256:f158f09893aa87588564de2be08ea1c524a480e55505bd5055afe9cb4993d21b"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -53,7 +53,7 @@
"\n",
" .text_cell_render h1 {\n",
" font-weight: 200;\n",
" font-size: 36pt;\n",
" font-size: 30pt;\n",
" line-height: 100%;\n",
" color:#c76c0c;\n",
" margin-bottom: 0.5em;\n",
@ -70,8 +70,8 @@
" font-style: italic;\n",
" line-height: 100%;\n",
" color:#c76c0c;\n",
" margin-bottom: 1.5em;\n",
" margin-top: 0.5em;\n",
" margin-bottom: 0.5em;\n",
" margin-top: 1.5em;\n",
" display: block;\n",
" white-space: nowrap;\n",
" } \n",
@ -116,7 +116,7 @@
" div.text_cell_render{\n",
" font-family: 'Open sans',verdana,arial,sans-serif;\n",
" line-height: 135%;\n",
" font-size: 125%;\n",
" font-size: 110%;\n",
" width:750px;\n",
" margin-left:auto;\n",
" margin-right:auto;\n",
@ -244,7 +244,7 @@
"output_type": "pyout",
"prompt_number": 1,
"text": [
"<IPython.core.display.HTML at 0x284b910>"
"<IPython.core.display.HTML at 0x14fac90>"
]
}
],
@ -254,9 +254,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This chapter is optional, especially the first time you go through this material. If you are a hobbiest you will be able to get quite far by just skipping this chapter and going on to learn the examples. However, to have any hope of reading the original Kalman filter or optimal estimation literature you will have to acquire some of the more formal mathematics. I will not endevour to teach linear algebra, statistics, or calculus here as each topic deserves a book on its own. \n",
"This chapter is optional, especially the first time you go through this material. If you are a hobbiest you will be able to get quite far by just skipping this chapter and going on to learn the examples. However, to have any hope of reading the literature or to design more sophsticated kilters you will have to acquire some of the more formal mathematics. I will not endevour to teach linear algebra, statistics, or calculus here as each topic deserves a book on its own. \n",
"\n",
"blah blah blah"
"blah blah blah\n",
"\n",
"**authors note: need to start with continuous equations with $\\phi$, etc. Then discuss linearization into discrete case.**"
]
},
{
@ -382,6 +384,11 @@
"\n",
"$\\mathbf{FPF}^T$ is the way we put $\\mathbf{P}$ into the process space using linear algebra so that we can add in the process noise $\\mathbf{Q}$ to it."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:d6a065bada82f52a1594d059481391c11dc03d589aca8e9e3b225011088ca167"
"signature": "sha256:c95a43951094c5ec86b654934c7bbbd79ece1d3f2eb3fb3cf541ddc9d6483a2a"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -244,7 +244,7 @@
"output_type": "pyout",
"prompt_number": 1,
"text": [
"<IPython.core.display.HTML at 0xdf8890>"
"<IPython.core.display.HTML at 0x1c62b90>"
]
}
],