Skip to content

Commit

Permalink
Merge pull request #590 from jcostacurta11/bayes_edit
Browse files Browse the repository at this point in the history
Editing special characters in Bayes' Theorem definition
  • Loading branch information
elletjies authored Dec 4, 2023
2 parents 69d35c9 + 762d6ef commit 5e5bb5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1521,20 +1521,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
Expand Down

0 comments on commit 5e5bb5d

Please sign in to comment.