Simulation and estimation of Affine Diffusion models.
Install:
pip install affidiffInstall project in editable mode and sync all dependencies:
uv sync --all-groupsand use pre-commit to make sure that your code is formatted and linted automatically:
uv run prek installRun tests:
uv run pytest