2008 / 2009

Progress points for the Bundesliga 2008 / 2009 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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