2015 / 2016

Progress points for the EFL League Two 2015 / 2016 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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