Toggle menu
122
332
11
3.4K
Information Rating System Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Technical overview of the ratings system: Difference between revisions

From Information Rating System Wiki
Content deleted Content added
Pete (talk | contribs)
No edit summary
Pete (talk | contribs)
No edit summary
Line 18: Line 18:




You combine these probabilities using some aggregation technique. One such technique is Bayes' equation:
You combine these probabilities using some aggregation technique. One such technique is [[Bayes' equation]]:


<math display="block">Pcomb = {{0.6(0.8)}\over {0.6(0.8)+0.4(0.2)}} = 0.857
<math display="block">Pcomb = {{0.6(0.8)}\over {0.6(0.8)+0.4(0.2)}} = 0.857</math>
</math>


Pcomb = 0.6*0.8/(0.6*0.8 + 0.4*0.2) = 0.857


Another technique is a straight average of the two answers:
Another technique is a straight average of the two answers:


Pcomb = (0.6 + 0.8) / 2 = 0.7
Pcomb = (0.6 + 0.8) / 2 = 0.7

<math display="block">Pcomb = {{0.6+0.8}\over {2}} = 0.7</math>

Revision as of 21:03, 26 August 2024

Let's take a very simple situation. You want to know whether it is going to rain tomorrow. You don't know so you ask two knowledgeable sources this question. One of them believes it will rain with a probability of 60%. The other believes it will rain with a probability of 80%. We can sketch this situation as follows:



You combine these probabilities using some aggregation technique. One such technique is Bayes' equation:

Another technique is a straight average of the two answers:

Pcomb = (0.6 + 0.8) / 2 = 0.7