2005 / 2006

Progress points for the EFL Championship 2005 / 2006 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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