2016 / 2017

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

%config InlineBackend.figure_formats = ['svg']
from proggyleg import proggyleg

year = 2016
league = "E3"

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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