2018 / 2019

Progress points for the Scottish Premiership 2018 / 2019 season.

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

Cumulative Points

The sum of points up to a given game played.

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

Position

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

Rolling Form

Exponential weighted moving average of points won per game.

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