Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Statistical analysis of putting data using cookiecutter-cmdstanpy-analysis.

License

Notifications You must be signed in to change notification settings

teddygroves/putting

Repository files navigation

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