Re: Is there a known algorithm to solve this "playoff ranking" problem?
- From: Chris F Clark <cfc@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 13:42:50 -0500
"Proginoskes" <CCHeckman@xxxxxxxxx> writes:
Chris F Clark wrote:....
I would like to compute the probabilities of "playoff rankings" given
a set of n teams playing a fixed set of pairwise games (with
probabilities of each team winning at a certain percentage), some
pairs occur more than once and some pairs not at all.
....The program I am comparing to, does the analysis by Monte Carlo
simulation (see www.nfl-forecast.com), but it seems to me that there
must be a more closed-form way of calculating the results.
I'm not 100% clear about what problem you're solving. Are you starting
off with a list of the probabilities that team A beats team B, and
asking what the probability that team A is at position k after n weeks?
I'm not sure how the "cut-off" would work here ...
Yes, that's roughly what I'm calculating, and I roughly need down to
spot 6 in the list. For the cut-off some teams have no chance of
winning enough games to get to the 6th spot. Thus, we don't have to
calculate their wins. Moreover, as the weeks progress and certain
high ranking teams have accumulated more wins, more lower ranked teams
are eliminated from contention.
To make this a bit more concrete, in one conference we have 1 team
with 10 wins, 1 with 9, 2 with 8, 3 with 7, ... and 1 with 2 wins and
we have 5 games left. Thus, the team with 2 wins can at best win 7
games, which means it could be at best in slot 3. If only the top 3
slots were interesting, One wouldn't need to calculate the probability
of the 2 win team winning all its remaining games, because even if it
did so, the result would be irrelevant, the team could at best make
slot 4.
Making your source code available would help in this regard.
The site mentioned and the software on it isn't mine, so I can't do
that.
Moreover, I'm just looking for a general solution to this problem, for
example one might say its a branch-and-bound problem (and here's how
branch-and-bound works) or a shortest-path problem or there is a graph
coloring solution or dynamic programming solves it.
Thanks,
-Chris
.
- Follow-Ups:
- Re: Is there a known algorithm to solve this "playoff ranking" problem?
- From: Proginoskes
- Re: Is there a known algorithm to solve this "playoff ranking" problem?
- References:
- Is there a known algorithm to solve this "playoff ranking" problem?
- From: Chris F Clark
- Re: Is there a known algorithm to solve this "playoff ranking" problem?
- From: Proginoskes
- Is there a known algorithm to solve this "playoff ranking" problem?
- Prev by Date: Re: Discussion about transformation TSP to UniqueTSP
- Next by Date: First Call for Papers: Unconventional Computation 2007
- Previous by thread: Re: Is there a known algorithm to solve this "playoff ranking" problem?
- Next by thread: Re: Is there a known algorithm to solve this "playoff ranking" problem?
- Index(es):
Relevant Pages
|