Quote:
Originally Posted by Degenerate
Im not very good with Excel,
I cant figure out how to do binomdist, hopefully someone can help
do I need an add in for Excel?
If anyone can point me to a website or book that would help me with this it would be much appreciated!!
I have set lines for NFL season wins, and now I want to use that to work out how often a team wins an exact number of games
eg: I have CHI <10 -133 as fair value, and want to work out from that how often will they end the season with 0wins - 16 wins
|
If you think that the fair value of Chicago Under 10 is -133, this implies a conditional probability of 133/(133+100) = 57.082% for winning fewer than 10 games and a conditional probability of 1-57.082% = 42.918% for winning more than 10 games.
Assuming all games have equal win probabilities (a highly specious assumption to be sure) this implies a single-game win probability of 60.4858% (because =(binomdist(16,16,60.4858%,0) + binomdist(15,16,60.4858%,0) + binomdist(14,16,60.4858%,0) + binomdist(13,16,60.4858%,0) + binomdist(12,16,60.4858%,0) + binomdist(11,16,60.4858%,0) ) / (1 - binomdist(10,16,60.4858%,0) ) ≈ 42.918%).
Therefore, the probability of going 0-16 would be given by =binomdist(0,16,60.4858%,0) ≈ 0.000035322%.