EWMA-modeling Implementing EWMA's into National Hockey League game outcome modeling. Installation: pyenv local 3.11.0 python -m venv venv source venv/bin/activate # Dev dependencies python -m pip install -e '.[notebooks, dev]'