1999 / 2000

Progress points for the Premier League 1999 / 2000 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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