diff --git a/source/conf.py b/source/conf.py index e03cb71..0ed3acc 100644 --- a/source/conf.py +++ b/source/conf.py @@ -25,4 +25,4 @@ exclude_patterns = [] # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_static_path = ['_static','statistics/_static'] diff --git a/source/statistics/_static/videos/bayes_theorem.mp4 b/source/statistics/_static/videos/bayes_theorem.mp4 new file mode 100644 index 0000000..2e8f1ff Binary files /dev/null and b/source/statistics/_static/videos/bayes_theorem.mp4 differ diff --git a/source/statistics/bayes_theorem.rst b/source/statistics/bayes_theorem.rst index 2452eeb..f8eb1f0 100644 --- a/source/statistics/bayes_theorem.rst +++ b/source/statistics/bayes_theorem.rst @@ -1,2 +1,19 @@ Bayes' Theorem --------------- + +This page is inpired from `MathIsFun `__. + +Video +========= + +.. raw:: html + + + +Example +========= + +Hunter says she is itchy. There is a test for Allergy to Cats, but this test is not always right: +For people that really do have the allergy, the test says "Yes" 80% of the time +For people that do not have the allergy, the test says "Yes" 10% of the time ("false positive") +If 1% of the population have the allergy, and Hunter's test says "Yes", what are the chances that Hunter really has the allergy? diff --git a/source/statistics/metrics.rst b/source/statistics/metrics.rst index eeec23f..4e7c51d 100644 --- a/source/statistics/metrics.rst +++ b/source/statistics/metrics.rst @@ -65,6 +65,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 `. .. _sem: + Standard Error of the Mean -----------------------------