2013 / 2014

Progress points for the Premier League 2013 / 2014 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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