Minor changes

This commit is contained in:
Loïc Guégan 2023-10-16 12:21:23 +02:00
parent ee62e13342
commit 3ab4b57783
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ Lets compute the discrepency between population variance and the biased sample v
This result shows us that the discrepency between the population and sample variance is :math:`\frac{\sigma^2}{n}`.
It is simply, the :ref:`Standard Error of the Mean <SEM>`.
From this result we can deduce how :math:`S_n^2` must be adjusted:
.. math::

View file

@ -64,6 +64,7 @@ When working with a sample, the following is an unbiased estimator of the standa
To understand why denominator is :math:`n-1` see :ref:`Bessel's correction <bessel_correction>`.
.. _sem:
Standard Error of the Mean
-----------------------------