Merge pull request #257 from harderthan/patch-1

Update Kalmanfilter_basics
This commit is contained in:
Atsushi Sakai
2019-12-05 21:13:39 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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)"
]
},
{

View File

@@ -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