add wc readme

This commit is contained in:
Ritchie King
2014-07-10 18:40:27 -04:00
parent abf00c736a
commit 9fce99fb27

View File

@@ -0,0 +1,23 @@
### Historical World Cup tournament predictions
The SPI ratings for every team in the World Cup, along with each team's chances of advancing, updated throughout the course of the tournment. The date and time of each update are indicated in the file name: `wc-YYYYMMDD-HHMMSS.csv`. All times are in GMT.
Header | Definition
---|---------
`spi` | Soccer Power Index
`spi_offense` | Soccer Power Index offensive rating
`spi_defense` | Soccer Power Index defensive rating
`win_group` | Change of coming in first place in the group stage
`sixteen` | Chance of advancing to the knockout stage
`quarter` | Chance of advancing to the quarter finals
`semi` | Chance of advancing to the semi-finals
`cup` | Chance of making it to the final game
`win` | Chance of winning the whole thing
__Note:__ Projections from June 27 onward reflect a [change to FiveThirtyEight's methodology for projecting knockout-round results](http://fivethirtyeight.com/datalab/extra-time-isnt-a-crapshoot-in-the-knockout-round-but-penalties-are/) and determine each team's probability of winning in extra time based on their SPI ratings. Projections prior to June 27 instead split all extra-time games 50-50.
For the World Cup predictions interactive, [click here](http://fivethirtyeight.com/interactives/world-cup/).
For an explanation of SPI, [click here](http://fivethirtyeight.com/features/its-brazils-world-cup-to-lose/).