Statistical analysis of putting data, reproducing the analysis from here and here using cookiecutter-cmdstanpy-analysis.
Run this command from the project root:
pip install -r requirements.txt
install_cmdstan
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
First make sure you have installed pandoc.
Now run this command from the docs
directory:
make report
Run this command from the project root:
python -m pytest