From de4f6a2cb841c1a5c8be520c8818cf7750fda1a3 Mon Sep 17 00:00:00 2001 From: mkkaoMIDS <100324933+mkkaoMIDS@users.noreply.github.com> Date: Wed, 20 Apr 2022 13:56:10 -0700 Subject: [PATCH] Update unit_01_plan.md Typo of "begin" as "being" --- unit_01_plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_01_plan.md b/unit_01_plan.md index 416d147..046f65b 100644 --- a/unit_01_plan.md +++ b/unit_01_plan.md @@ -2,6 +2,6 @@ In this unit you will learn about the foundations of probability. Probability is a model that we use to reason about the world in the presence of limited information, and is the basis for *every* statistical or machine learning model we ever build. -We being the week with an introduction to the axioms of probablity. We'll cover events sample spaces as a way to reason about the world, and to build an intuition for probabilities before we jump into working with more nuanced mathematical objects. +We begin the week with an introduction to the axioms of probablity. We'll cover events sample spaces as a way to reason about the world, and to build an intuition for probabilities before we jump into working with more nuanced mathematical objects. In the second part of this week we will apply this foundational knowledge to questions of *conditional probability*, *Bayes' Rule*, and *independence*.