2003 / 2004

Progress points for the Bundesliga 2003 / 2004 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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