mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 22:38:09 -05:00
Merge pull request #257 from harderthan/patch-1
Update Kalmanfilter_basics
This commit is contained in:
@@ -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)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user