Hi, Everyone.
I am the commissioner of a Fantasy Hockey league. At the end of the season, the lowest 7 players will have an opportunity to be placed in a draw to determine the drafting order for the following year. The player that finishes last will have the highest odds of getting the #1 pick, followed by the second last finisher, and so forth.
I realize this can be done for the first pick by using discrete probabilities.
The problem I am encountering, however, is that I want to generate the order for all 7 picks in one swoop. Each players odd's will differ (for instance, the 4th last player's offs of moving up to 1st overall will be 10%, and there's also a 10% chance that he can move down to 7th overall), and the picks have to be discrete (meaning that only one player gets the 1st overall pick, only one player gets the 2nd pick, and etc).
Essentially, if you're familiar with the NBA Draft Lottery, that's what I'm trying to build, but I have no idea how. Any input is appreciated.
I am the commissioner of a Fantasy Hockey league. At the end of the season, the lowest 7 players will have an opportunity to be placed in a draw to determine the drafting order for the following year. The player that finishes last will have the highest odds of getting the #1 pick, followed by the second last finisher, and so forth.
I realize this can be done for the first pick by using discrete probabilities.
The problem I am encountering, however, is that I want to generate the order for all 7 picks in one swoop. Each players odd's will differ (for instance, the 4th last player's offs of moving up to 1st overall will be 10%, and there's also a 10% chance that he can move down to 7th overall), and the picks have to be discrete (meaning that only one player gets the 1st overall pick, only one player gets the 2nd pick, and etc).
Essentially, if you're familiar with the NBA Draft Lottery, that's what I'm trying to build, but I have no idea how. Any input is appreciated.