2015 / 2016

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

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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