Skip to content

Commit

Permalink
Merge pull request #257 from harderthan/patch-1
Browse files Browse the repository at this point in the history
Update Kalmanfilter_basics
  • Loading branch information
AtsushiSakai committed Dec 5, 2019
2 parents 1f16a69 + 338b794 commit b80b7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Localization/Kalmanfilter_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"\n",
"#### Central Limit Theorem\n",
"\n",
"According to this theorem, the average of n samples of random and independant variables tends to follow a normal distribution as we increase the sample size.(Generally, for n>=30)"
"According to this theorem, the average of n samples of random and independent variables tends to follow a normal distribution as we increase the sample size.(Generally, for n>=30)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/Kalmanfilter_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Central Limit Theorem
^^^^^^^^^^^^^^^^^^^^^

According to this theorem, the average of n samples of random and
independant variables tends to follow a normal distribution as we
independent variables tends to follow a normal distribution as we
increase the sample size.(Generally, for n>=30)

.. code-block:: ipython3
Expand Down

0 comments on commit b80b7c9

Please sign in to comment.