Dinsy Ejotuz
Footballguy
Played with this a bit this morning and found that the only two things you need to predict the cut lines for the subscriber's contest are the percentage of entries being cut and the percentage of original entries still in the contest at the start of the week.
The number of teams on a bye each week and average score of the games played each week don't add anything. In fact, both make the predictions less accurate.
I don't know how to code this, so apologies for the bad formatting, but here's what the model spit out for Weeks 2-9. The first column is the predicted cut line, 2nd is the actual cut line and the last is the difference:
Week 2: 124.8........123.7........1.1
Week 3: 124.4........125.3........-0.9
Week 4: 104.3........106.8........-2.5
Week 5: 104.4........102.0........2.4
Week 6: 105.7........109.5........-3.8
Week 7: 109.2........101.2........8.0
Week 8: 116.3........121.5........-5.2
Week 9: 130.7........129.8........0.9
In Weeks 2-9 the model was within three points five times, and off by more than five points only once (Week 7, 8 points). So it appears to work. If it is right, the cut lines for Weeks 10-12 will look something like this:
Week 10: 104.9
Week 11: 120.4
Week 12: 155.6
I make no promises about the predictions, but hopefully it's better than guesswork. For the statistically inclined, the Adjusted R-squared for the model is .814.
The number of teams on a bye each week and average score of the games played each week don't add anything. In fact, both make the predictions less accurate.
I don't know how to code this, so apologies for the bad formatting, but here's what the model spit out for Weeks 2-9. The first column is the predicted cut line, 2nd is the actual cut line and the last is the difference:
Week 2: 124.8........123.7........1.1
Week 3: 124.4........125.3........-0.9
Week 4: 104.3........106.8........-2.5
Week 5: 104.4........102.0........2.4
Week 6: 105.7........109.5........-3.8
Week 7: 109.2........101.2........8.0
Week 8: 116.3........121.5........-5.2
Week 9: 130.7........129.8........0.9
In Weeks 2-9 the model was within three points five times, and off by more than five points only once (Week 7, 8 points). So it appears to work. If it is right, the cut lines for Weeks 10-12 will look something like this:
Week 10: 104.9
Week 11: 120.4
Week 12: 155.6
I make no promises about the predictions, but hopefully it's better than guesswork. For the statistically inclined, the Adjusted R-squared for the model is .814.
Last edited by a moderator: