Probability of Finishing in a Certain Place

  • Context: Undergrad 
  • Thread starter Thread starter dward1
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary

Discussion Overview

The discussion revolves around predicting the likelihood of teams finishing in the top three positions in a weekly contest based on their current scores, average weekly scores, and standard deviations. Participants explore the complexities of calculating these probabilities over a series of weeks, considering the accumulation of scores and the independence of team performances.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Technical explanation

Main Points Raised

  • One participant outlines the need to predict the finishing probabilities for six teams based on their current scores and performance metrics, indicating a desire for a method to calculate these odds.
  • Another participant suggests that the problem cannot be solved through simple arithmetic and proposes using multiple integrals to express the probabilities, assuming the teams' scores are independent random variables.
  • A later reply emphasizes that the initial approach does not account for the accumulation of scores over multiple weeks, indicating that the problem is more complex than initially presented.
  • One participant proposes that the solution may involve messy convolutions and suggests using Monte Carlo integration as a computational method to tackle the problem.
  • Another participant expresses that they found a solution through computational methods and enjoyed the process, indicating a practical approach to the problem.

Areas of Agreement / Disagreement

Participants express differing views on the complexity of the problem and the appropriate methods for solving it. There is no consensus on a definitive solution, and multiple approaches are discussed without agreement on which is correct.

Contextual Notes

Participants note the limitations of their approaches, particularly regarding the accumulation of scores over time and the independence of team performances. The discussion reflects uncertainty about the best method to compute the probabilities accurately.

dward1
Messages
2
Reaction score
0
I have a projection issue. We have a weekly contest where scores are accumulated over 14 weeks so I have mean, STDEV, all that good stuff. Now I want to predict the likelihood of each of these 6 people finishing in 1st, 2nd or 3rd. We have 3 more weeks remaining and you get a score each week. Each of the 6 have different totals right now and are averaging different weekly scores with different standard deviations.

For example
Team A currently has 1010 has been averaging 80 with a STDEV of 8
Team B has 1000, averaging 70 with a STDEV of 11
Team C has 1100, averaging 90 with a STDEV of 5.
Team D has 1050, averaging 85 with a STDEV of 15

those are just made up numbers but I just want to get how to do it? what are the odds of Teams A, B, C, and D finishing 1st, 2nd, or 3rd? thanks
 
Physics news on Phys.org
This is an interesting problem and, as far as I can see, it can't be solved by simple arithmetical operations. Assuming the teams scores are independent random variables, the probability that they finish in a given order can be expressed as a multiple integral.

Let \mu_a = the mean of team A's score
Let \sigma_a = the standard deviation of team A's score
Let \phi_a(x) = \frac{1}{\sqrt{2\pi}\sigma_a} e^{- \frac{(x-\mu_a)^2}{2 \sigma^2_a}}
and use similar notation for the other teams.

The probability p_{abcd} that the teams finish in the the order A,B,C,D is:

p_{abcd} = \int_{-\infty}^{\infty} \int_{-\infty}^{x_a} \int_{-\infty}^{x_b} \int_{-\infty}^{x_c} \phi_a(x_a) \phi_b(x_b) \phi_c(x_c) \phi_d(x_d) dx_d dx_c dx_b dx_a

Since this is your first post, so I don't know if you are familiar with integral calculus. I don't know if you are interested in trying to simplify this expression or compute it numerically.

If you want to know the probability that team A finishes first without specifying the order in which the other teams finish you must add together the probabilities of all the possible orders that have team A first. p_{abcd} + p_{abdc} + p_{acbd} + ... etc.
 
dward1 said:
I have a projection issue. We have a weekly contest where scores are accumulated over 14 weeks so I have mean, STDEV, all that good stuff. Now I want to predict the likelihood of each of these 6 people finishing in 1st, 2nd or 3rd. We have 3 more weeks remaining and you get a score each week. Each of the 6 have different totals right now and are averaging different weekly scores with different standard deviations.

For example
Team A currently has 1010 has been averaging 80 with a STDEV of 8
Team B has 1000, averaging 70 with a STDEV of 11
Team C has 1100, averaging 90 with a STDEV of 5.
Team D has 1050, averaging 85 with a STDEV of 15

those are just made up numbers but I just want to get how to do it? what are the odds of Teams A, B, C, and D finishing 1st, 2nd, or 3rd? thanks

I think that the answer is a messy convolution that can only be solved by banging on it with a computer via Monte Carlo integration.
 
dward1 said:
a weekly contest where scores are accumulated over 14 weeks

My answer in the previous post doesn't capture the fact that scores are accumulated. It is only correct for the ranking at the end of 1 week when all start with a score of 0.

The answer to problem in your example is more complicated. It can be worked out if you're interested, but it will also involve multiple integrals.
 
PatrickPowers said:
I think that the answer is a messy convolution that can only be solved by banging on it with a computer via Monte Carlo integration.

thanks, this is what I found a day or so after making this post and ran it. did not know how to do it before this and it was very interesting and enjoyable to do. the powers of excel!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K
  • · Replies 75 ·
3
Replies
75
Views
9K