2015 / 2016

Progress points for the Premier League 2015 / 2016 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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