University of Arizona, Department of Computer Science

CSc 120: Basketball Data Analysis Examples

Input file information

The examples below are based on input files of various different sizes:

in02.txt
2 teams, 1 conference.
in04.txt
4 teams, 4 conferences; tie for best team.
in06.txt
6 teams, 3 conferences.
in12.txt
12 teams, 9 conferences.
2009-10.txt
Full dataset, 2009-10 season. 332 teams.
2010-11.txt
Full dataset, 2010-11 season. 333 teams.
2011-12.txt
Full dataset, 2011-12 season. 336 teams.
2012-13.txt
Full dataset, 2012-13 season. 343 teams.
2013-14.txt
Full dataset, 2013-14 season. 343 teams.
2014-15.txt
Full dataset, 2014-15 season. 343 teams.
2015-16.txt
Full dataset, 2015-16 season. 344 teams.

Examples

  1. Input: in02.txt
    Output:
    AAC : 0.9342105263157895
  2. Input: in04.txt
    Output:
    Atlantic Coast : 0.9428571428571428
    Southeastern : 0.9428571428571428
  3. Input: in06.txt
    Output:
    AAC : 0.9342105263157895
  4. Input: in12.txt
    Output:
    Southeastern : 0.918918918918919
    Pac-12 : 0.918918918918919
    Atlantic Coast : 0.918918918918919
  5. Input: 2009-10.txt
    Output:
    Big 12 : 0.6322945418630405
  6. Input: 2010-11.txt
    Output:
    Big 12 : 0.6272368532277525
  7. Input: 2011-12.txt
    Output:
    Big 12 : 0.6318802521008403
  8. Input: 2012-13.txt
    Output:
    Southeastern : 0.6152719690151863
  9. Input: 2013-14.txt
    Output:
    Southeastern : 0.628360307955049
  10. Input: 2014-15.txt
    Output:
    Southeastern : 0.6119526116501924
  11. Input: 2015-16.txt
    Output:
    Southeastern : 0.611411722558036