Installation

git clone https://github.com/jdospina/jump-diffusion-estimation.git
cd jump-diffusion-estimation
pip install -e .

For development (tests, linting, docs):

pip install -e .[dev]

For the tutorial notebooks:

pip install -e .[tutorials]