| |
|
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):
| Predictions | Real | case |
| by A | by B | result | probability |
| win | win | win | p0 |
| loss | win | win | p1 |
| win | loss | win | p2 |
| loss | loss | win | p3 |
| win | win | loss | p4 |
| loss | win | loss | p5 |
| win | loss | loss | p6 |
| loss | loss | loss | p7 |
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:
- In a league on team wins 99% of its games, the other 97%. What are
their winning chances (the experts are just replaced by previous records).
- Sell or hold or similar stock market problems.
- Expert Systems and Believe Networks, where the Bayesion Rule is often
applied without checking the theoretical preconditions.
Probably generalizations
would make a method for this problem a tool for a wider
range as problems.
- Events with more than two outcomes (for example draws).
- Events with more than two experts.
- Consumer investigation.
- Election prediction.
-
Many more.
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:
- Symmetry assumptions, which are not enough to make the problem solvable.
- Statistical independence, which is enough in combination with symmetry,
but not is practical unsound, the expert might well use partially the same
information.
-
Bayesian approach, non correlated predictions, plus symmetry, as above.
-
A whole bunch of formulas which satisfy a minimal addition theorem and
generate plausible results in certain situations.
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:
- P(a,b) + P(b,a) = 1,
which says when both experts change their opinion simultaneously, the
probabilty gets replaces by its inverse probability.
- This especially means,
that P(a,a) = 1/2 holds.
-
The expected monotony properties i.e. P(a1,b) <
P(a2,b) for a1 > a2.
Unfortunately we haven't done the math for the 5 dimensional integrals
yet (appart from the symmetry considerations), so we currently don't
know a closed form of the solutions. But the caclulation can be done
by a numerical approach. Actually we employed the simplest Monte Carlo
Method known to obtain below values. The solution for the initially
mentioned problem is:
P(0.75, 0.60) =0.273
That is when the 0.75 A expert predicts a loss and B with 60% a win, then
a win will have a overall probabilty of 0.273.
Some more numerical evidences are (compare for the initially cited article
for the detailed examples):
| a | b | P(a,b) | comment | Heuristic Bayes |
| 0.75 | 0.60 | 0.273 | above example | 0.333 |
| 0.60 | 0.75 | 0.727 | changed opinions | 0.667 |
| 0.50 | 0.75 | 0.778 | a non expert | 0.750 |
| 0.25 | 0.75 | 0.868 | an anti expert | 0.900 |
| 0.75 | 0.75 | 0.500 | opposing experts | 0.500 |
| 0.97 | 0.99 | 0.808 | extreme numbers | 0.753 |
All values obtaines numerically and approximations. Note that strangely
P(0.50, b) does not equal b in the numerical simulations! It's fairly unclear,
that the addition of a pure luck expert strengthens the expertise of the
other expert!
Conclusion
So here we are and have one more solution. On the other hand we believe, that
our approach is slightly more satisfying from science and practical point:
- We make only one mathematical assumption.
- The equidistribution assumption is kind of minimal and natural,
assume that everything can happen
with the same probabilty and average over all those cases.
- The approach is tractable, i.e. yields numbers as results, though
we didn't derived the closed solution here.
- The solutions have plausible symmetry properties.
- The demonstrated numbers look decent.
Further directions
Further examination of described method should aim to increase the
dimension of the problem in two directions:
- The number of outcomes
- The number of "experts", i.e. predictions available
Both would help to approach more serious problem than the
combined prediction of sport events. Actually we believe that
an extension of the Monte Carlo method we applied can easily
and mechanically be done for the higher dimensional cases.
spieleck.de
| Franks Internet Playground
| Franks Practical Theory
| Send email
Access count: 1283, gener
ated Sun Feb 05 13:06:09 CET 2012; prev access=Fri Feb 03 07:39:24 CET 2012; s
ervlet up since Sat Jan 14 00:59:42 CET 2012