2018 / 2019

Progress points for the Bundesliga 2018 / 2019 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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