2005 / 2006

Progress points for the Bundesliga 2005 / 2006 season.

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

Cumulative Points

The sum of points up to a given game played.

proggyleg.autoplot(year, league, which="cumulative");
../_images/3705ce528061a78be2675715eeb11754a24c7c3b66c6a34ef0730ff17f2d9833.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/3e81a75219bf56b28015f942ce18742ca85f552473fd10300a245cea4f77c13b.svg

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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