1 / 0

An NFL Prediction Model Sports and math, what’s not to love?

By Kelly Galarneau. An NFL Prediction Model Sports and math, what’s not to love?. Don’t Attack Me Until the End. My probability model is not perfect, and never will be. We will discuss the assumptions and limitations of this model. History and Concept NCAA tournament Rating Systems.

myrna
Download Presentation

An NFL Prediction Model Sports and math, what’s not to love?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. By Kelly Galarneau

    An NFL Prediction ModelSports and math, what’s not to love?

  2. Don’t Attack Me Until the End. My probability model is not perfect, and never will be. We will discuss the assumptions and limitations of this model. History and Concept NCAA tournament Rating Systems
  3. Jeff Sagarin’s Ratings Published in the USA Today since 1985. NCAA men’s basketball tournament selections Bowl Championship Series (BCS) selections Secret Formula Each team’s rating Home field advantage (constant for all teams)
  4. Any Given Sunday We know that a team’s performance is not always constant. On some days they play better, others worse. Many things naturally vary according to the normal distribution, so perhaps we can assume NFL ratings do the same. In an e-mail, Sagarin suggested that I use a standard deviation of 15 or 16 (perhaps 15.5). I chose 16.
  5. Normal Distribution Here is a graph for the theoretical performance of the Tennessee Titans, with a mean of 32.7 and standard deviation of 16.
  6. Normal Curves Now compare two teams, Titans with average of 32.7 and the Lions with an average of 7.82. We’ll pretend the Lions are playing at home and add in Sagarin’s prescribed 3.02.
  7. Monte Carlo Simulation Used for simulating probability situations. Mostly used for business and finance applications. Allows us to vary a parameter according to whatever distribution we choose (uniform, normal, Poisson, exponential, etc.) As the parameter is changing, we can observe the effect on other variables. I am using free software from www.yasai.rutgers.edu. (Rutgers University)
  8. How each trial works We let the computer pick a random “performance rating” from the normal distribution for each team. We see which one is greater and tally that as a win for that team. Then repeat 1000 times. This graph shows the results of one trial, with a win going to the Titans.
  9. The graph on the left represents a game in which the Lions perform better than average, the Titans perform worse than average, but the Titans still get the win. Then we repeat… …1000 times. The graph on the right represents a game in which the Lions pull off the upset.
  10. Here is a graph of 1000 trials
  11. Here is my actual Excel programming: This matchup gives us: Titans 88.8% (1000 trials) Lions 11.2% Here is one trial:
  12. Do we need a simulation? I tried to approach the probability calculation from a theoretical perspective. My thought was to assign each team a random variable X and Y and vary them according to a normal distribution. So: X ~ N(μ₁, σ) and Y ~ N(μ₂, σ). A statistics textbook led me to the idea of multiplying them to get a 3-D probability distribution [X, Y, and P(X,Y)].
  13. A 3-D Probability Distribution Here, X ~ N(35.72,16) and Y ~ N(10.84,16) Titans 88.8% Lions 11.2% Where is X > Y? Y X
  14. Integrals To find the area under this surface, we need to evaluate the double integral. Mathematica will not evaluate the exact integral, but it will give us a decimal approximation.
  15. Comparing the results Mathematica Input : NIntegrate[NIntegrate[(1/((16^2)*2*Pi))*(E^((-1/2)*((x-35.72)/16)^2))*(E^((-1/2)*((y-7.82)/16)^2)),{y,x,300}],{x,-300,300}] Mathematica gives us: Titans 89.1% Lions 10.9% The Monte Carlo with 1000 trials gave us: Titans 88.8% Lions 11.2%
  16. The Bracket 6 teams from each conference (AFC and NFC) make the playoffs. The division winners are seeded 1-4 by record, the wild card teams are seeded 5 and 6 by record. In each game the higher seed gets home field advantage. In the “Wild Card” round of the playoffs: The 3 seed plays the 6 seed The 4 seed plays the 5 seed. The 1 and 2 seeds get a first round bye. In the “Divisional” round the 1 seed gets to play the lower seed of the two advancing teams.
  17. So that means… 3 seed wins 6 seed wins
  18. Possibilities… In a playoff bracket with 12 teams, there are 11 games to be played, with a total of 2^11=2048 possibilities. In my Excel spreadsheet I have made use of the complement rule and referencing so that I only need to calculate 66 matchups.
  19. Assumptions and Limitations We are using offensive and defensive statistics from the regular season, we are assuming that teams continue similar play into the post-season. We are assuming that overall performance is normally distributed. We are assuming that home field advantage is the same constant for all teams. We are not taking anything into account for weather, injuries, matchups that might be significant, or any other variables.
  20. 2007 trial run (AFC)
  21. 2007 trial run (NFC)
  22. 2008 Playoff Prediction My OFFICIAL prediction won’t be available until after week 17 (end of regular season is Sunday, Dec. 28) Over Christmas break you can access it at: kgalarneau.wikispaces.com/NFL+Prediction Feel free to e-mail me with your comments or suggestions: kgalarneau@notredameacademy.com
  23. 2008 Prediction (As of Dec. 15)
  24. Questions? Comments?
  25. But Wait… …There’s More!
  26. History of Seeds The NFL has been using the 12 team playoff system since 1990.
  27. By Percentage:
  28. Superbowl Winners by Seed since 1990 First 10 years – 7 #1 seeds Last 8 years – Only 1 #1 seed 9/10 are 1 or 2 seeds 4/8 are 1 or 2 seeds
  29. The End. Special thanks to: Harry Geiser Steve Havlichek
More Related