From 762d6efe3758a419ccd8a338d9e33244e63885ee Mon Sep 17 00:00:00 2001 From: Julia Costacurta Date: Thu, 29 Jun 2023 15:08:28 -0400 Subject: [PATCH] Update glossary.yml adding quotations around special character | in Bayes' Theorem definition (was causing weird formatting without quotes) --- glossary.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/glossary.yml b/glossary.yml index 3e005225..c8445314 100644 --- a/glossary.yml +++ b/glossary.yml @@ -1510,20 +1510,20 @@ term: "Bayes' Theorem" def: > An equation for calculating the probability that something is [true](#true) if something - related to it is true. If P(X) is the probability that X is true and P(X"|"Y) is - the probability that X is true given Y is true, then P(X"|"Y) = P(Y"|"X) * P(X) / P(Y). + related to it is true. If P(X) is the probability that X is true and P(X`|`Y) is + the probability that X is true given Y is true, then P(X`|`Y) = P(Y`|`X) * P(X) / P(Y). af: term: "Bayes se stelling" def: > 'n Vergelyking om die waarskynlikheid te bepaal dat iets [waar](#true) is indien iets - verwant ook waar is. As P(X) die waarskynlikheid is dat X waar is en P(X|Y) is die - waarskynlikheid dat X waar is indien die gegewe Y waar is, dan is P(X|Y) = P(Y|X) * P(X) / P(Y). + verwant ook waar is. As P(X) die waarskynlikheid is dat X waar is en P(X`|`Y) is die + waarskynlikheid dat X waar is indien die gegewe Y waar is, dan is P(X`|`Y) = P(Y`|`X) * P(X) / P(Y). es: term: "Teorema de Bayes" def: > Una ecuación para calcular la probabilidad de que algo sea [verdadero](#true) si algo     - relacionado con ello es verdadero. Si P(X) es la probabilidad de que X is verdadero y P(X|Y) es     - la probabilidad de que X es verdadero dado que Y sea verdadero, entonces P(X|Y) = P(Y|X) * P(X) / P(Y). + relacionado con ello es verdadero. Si P(X) es la probabilidad de que X is verdadero y P(X`|`Y) es     + la probabilidad de que X es verdadero dado que Y sea verdadero, entonces P(X`|`Y) = P(Y`|`X) * P(X) / P(Y). - slug: bayesian_network