Specifically, I'm looking for a good binomial distribution function to determine how good a particular handicapper is given a certain confidence level.
Example:
I have a handicapper who has made 20% ROI per game over 100 games.
That's the equivalent of hitting at 60% on a +100 line. So that's the equivalent of a record of 60 - 40 over that 100 game stretch. Now, I want to calculate the winning % he will hit in the long run with a 90% confidence level.
I can do it manually with a calculator like the one at http://stattrek.com/Tables/Binomial.aspx, entering
Number of Trials: 100;
Number of Success: 60;
Now, with trial and error, I have to adjust Probability of success on a single trial until Cumulative Probability: P(X < 57) is .90
In this scenario, I wind up with a probability of success of about 53.1%
With a ton of handicappers to filter through, obviously I need an automated solution.
Points will be given for a helpful answer!
Since I know someone like mathdotcom will bring it up: the accuracy of the handicappers' records is not the point of this question, nor is the realism of the numbers in this example.
Example:
I have a handicapper who has made 20% ROI per game over 100 games.
That's the equivalent of hitting at 60% on a +100 line. So that's the equivalent of a record of 60 - 40 over that 100 game stretch. Now, I want to calculate the winning % he will hit in the long run with a 90% confidence level.
I can do it manually with a calculator like the one at http://stattrek.com/Tables/Binomial.aspx, entering
Number of Trials: 100;
Number of Success: 60;
Now, with trial and error, I have to adjust Probability of success on a single trial until Cumulative Probability: P(X < 57) is .90
In this scenario, I wind up with a probability of success of about 53.1%
With a ton of handicappers to filter through, obviously I need an automated solution.
Points will be given for a helpful answer!
Since I know someone like mathdotcom will bring it up: the accuracy of the handicappers' records is not the point of this question, nor is the realism of the numbers in this example.