No cookie due to java.net.ConnectException: Connection refused
Cookie provided by www.update.uu.se

Another Solution for an Unsolvable Problem.

Notes on a problem of daily "household" maths

On the very interesting page Combining Probabilities a classical problem is described. This problem could easily brought up by a non mathematician in every days life and is unfortunately too incomplete to be solved by mathematicians:

Assume you have a event with a binary outcome (e.g. a tennis match or any other sport event where there is no draw). Further assume you have two experts. The first expert A is known to predict 75% correct and the second B still predicts 60% correct. Now there is a event where A predicts a loss, while B predicts a win. What is the probabilty for a win?

Well, the pure math answer is, there probability can be anything between zero and one, i.e. information is incomplete. To demonstrate that, look at the following table, discriminating 8 cases (2 different predictions by A, 2 by B and the real outcome):

PredictionsRealcase
by Aby Bresultprobability
winwinwinp0
losswinwinp1
winlosswinp2
losslosswinp3
winwinlossp4
losswinlossp5
winlosslossp6
losslosslossp7
For those 8 probabilities of the 8 cases we know the usual probability things:
p0 +p1 +p2 +p3 +p4 +p5 +p6 +p7 = 1, pi >= 0.
and additionally we have two equations, from the cases where the experts predict correct, these have to sum up to the corresponding expert total precision, as a formula: For A to be correct
p0 +p2 +p5 +p7 = a
and for B to be correct
p0 +p1 +p6 +p7 = b
with a = 0.75 and b = 0.60, just to be more general. This makes 3 equations for 8 unknowns which is far to less. Since p1 is the probability of a win with the current prediction and p5 of a loss, we actually want to obtain is the number
p1/(p1+p5)
That is the conditional probabilty of a win outcome in the case the predictions are as described.

Related problems

The mathematical setup is equivalent for other problems due to the power of abstraction. For example:

Probably generalizations would make a method for this problem a tool for a wider range as problems.

What we have

The focus on the Combining Probabilities page is to explore various assumptions and approaches to fill the gap and make the problem treatable by the mathematical apparatus. The mentioned approaches are:

This page is merely a footnote to the cited one, we describe one more approach which yields a solution.

Alternative approach

Consider the 8-dimensional probability range from above, truncated down to 5 dimensions by the 3 equations describing the probabilities properties to sum up to one and the a prioriy information. So, how about assuming that all cases in that 5 dimensional volumina are equally likely and take the expected value of the quotient

p1/(p1+p5)
as the solution of the problem?

Calculating the expected value with the equality assumptions breaks down to evaluating two integrals over 5 dimensional simplices, which is tedious, both to denote in HTML and to calculate. But the result

P(a,b) = Expected-valueunder-equidistribution-assumption (p1/(p1+p5))
has the properties: