(15 pts)
In this problem, you’re going to pick a small athletic league and perform an eigenranking of the teams, as discussed in class. We’ve got several Observable notebooks where these topics are discussed and the computations illustrated:
Note that Audrey’s sample answer below is the based on that last link in particular.
To get started, pick some reasonably sized division in some athletic league. Fair examples would include
- The 2019 SEC East or West
- Any division of the NFL in 2012
You don’t have to do football and are welcome to find your own data. Do yourself a favor, though, and keep the size small!
Once you’ve selected and analyzed your data, respond here with:
- A description of your data and pointer to where you got that data,
- Your list of teams, written out as code,
- Your game matrix, also written out as code,
- An image of the corresponding digraph, and
- The resulting ranking.
Note that there is a sample response below for you to emulate. That response is built using this Observalbe notebook. That’s live code so you can open and edit it to generate your responses.