2004 / 2005

Progress points for the EFL Championship 2004 / 2005 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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