2006 / 2007

Progress points for the Premier League 2006 / 2007 season.

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/ce1f8a1f3cbea87f125f4a751b6ad5580c63008ea71c3f798e0267e00ae865ec.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/802fd13bda67cc03e5481eedd0ea277447f11af759e38d7266cc1afe742ac951.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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