From 9622aab65ac1048e4a7431ba14ce7b228ba3d507 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:18:09 +0100 Subject: [PATCH] Fix typo --- .../module2/sections/_probabilistic_reasoning.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fundamentals-of-ai-and-kr/module2/sections/_probabilistic_reasoning.tex b/src/fundamentals-of-ai-and-kr/module2/sections/_probabilistic_reasoning.tex index 7a9e3d0..7605e20 100644 --- a/src/fundamentals-of-ai-and-kr/module2/sections/_probabilistic_reasoning.tex +++ b/src/fundamentals-of-ai-and-kr/module2/sections/_probabilistic_reasoning.tex @@ -71,7 +71,7 @@ More specifically, each clause has a probability distribution over its head. \item[Queries] \marginnote{Queries} Given a ground query $Q$ and a world $w$, the probability of $Q$ being true in $w$ is trivially: \[ - \prob{Q \mid w} + \prob{Q \mid w} = \begin{cases} 1 & \text{ if $Q$ is true in $w$}\\ 0 & \text{ otherwise}