Merge pull request #383 from cliansang/master

Add the missing letter "T" on the license's title
This commit is contained in:
Roger Labbe 2022-05-15 10:58:09 -07:00 committed by GitHub
commit d6ad3facb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 4 deletions

View File

@ -28,6 +28,13 @@
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Please install SymPy before continuing. See chapter 0 for instructions.\n"
]
},
{
"data": {
"text/html": [
@ -667,7 +674,7 @@
"source": [
"The result is a Gaussian that is taller than either input. This makes sense - we have incorporated information, so our variance should have been reduced. And notice how the result is far closer to the the input with the smaller variance. We have more confidence in that value, so it makes sense to weight it more heavily.\n",
"\n",
"It *seems* to work, but is it really correct? There is more to say about this, but I want to get a working filter going so you can it experience it in concrete terms. After that we will revisit Gaussian multiplication and determine why it is correct."
"It *seems* to work, but is it really correct? There is more to say about this, but I want to get a working filter going so you can experience it in concrete terms. After that we will revisit Gaussian multiplication and determine why it is correct."
]
},
{
@ -2118,7 +2125,7 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
@ -2132,7 +2139,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {

View File

@ -1,4 +1,4 @@
he MIT License (MIT)
The MIT License (MIT)
Copyright (c) 2015 Roger R. Labbe Jr