Skip to content

zoonek/2025-sharpe-ratio

Repository files navigation

Generate the figures from the paper as follows:

uv venv
uv pip install scikit-learn scipy statsmodels matplotlib seaborn tqdm cvxpy ray deprecated papermill ipykernel ipywidgets
uv run functions.py  # Tests, and the numeric example from the paper
mkdir outputs
for notebook in *.ipynb
do
  uv run papermill "$notebook" outputs/"$notebook"
done

About

Code for the paper "How to use the Sharpe ratio"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published