2002 / 2003

Progress points for the Premier League 2002 / 2003 season.

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg
year = 2002
league = "E0"

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/d0c275b1afed9bf2e94d4754446a5d1ff48c6d6615236145acc0b0707049cb70.svg

Extrapolated Points

Final points assuming each team continues to score points at the same rate as they have so far.

proggyleg.autoplot(year, league, which="extrapolated");
../_images/f19d857bbdf714e8af5ba2a623864d0d94183849d960d1ae5a05f4d4f2065dd9.svg

Position

proggyleg.autoplot(year, league, which="position");
../_images/66b57d85100ed1bfb0c2ee52082e789b0b58d9e75395c3b268704c4b1e080619.svg

Rolling Form

Exponential weighted moving average of points won per game.

proggyleg.autoplot(year, league, which="form");
../_images/f19fd45683b8e9d0c6efad7f97e1652d5be11331243e7a2f19e3f4ebdc7681bb.svg