Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.05 KB

Putting

Statistical analysis of putting data, reproducing the analysis from here and here using cookiecutter-cmdstanpy-analysis.

How to install dependencies

Run this command from the project root:

pip install -r requirements.txt
install_cmdstan

How to run the analysis

To run the analysis, run the command make analysis from the project root.

This will run the following commands

  • python prepare_data.py
  • python sample.py
  • jupyter execute investigate.ipynb

How to create a pdf report

First make sure you have installed pandoc.

Now run this command from the docs directory:

make report

How to run tests

Run this command from the project root:

python -m pytest