Technical overview of the ratings system: Difference between revisions
More actions
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
<math display="block">Pcomb = {{0.6+0.8}\over {2}} = 0.7</math> |
<math display="block">Pcomb = {{0.6+0.8}\over {2}} = 0.7</math> |
||
There are many possible [[aggregation techniques]] and which one we pick depends on the nature of the data. Here, for Bayes, we assume that the input values are the result of some probabilistic test backed up by data. In this case, if the two sources are independent, the answers will tend to reinforce each other. Bayes tends to be very rigorous about data and is most useful in situations where we have scientifically controlled tests (eg efficacy of a new medicine for curing a diseases). For the averaging technique the data is not as rigorous. Maybe they represent two friends who are providing an off-the-cuff opinion on the chance of rain tomorrow. |
Revision as of 21:10, 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
There are many possible aggregation techniques and which one we pick depends on the nature of the data. Here, for Bayes, we assume that the input values are the result of some probabilistic test backed up by data. In this case, if the two sources are independent, the answers will tend to reinforce each other. Bayes tends to be very rigorous about data and is most useful in situations where we have scientifically controlled tests (eg efficacy of a new medicine for curing a diseases). For the averaging technique the data is not as rigorous. Maybe they represent two friends who are providing an off-the-cuff opinion on the chance of rain tomorrow.