a python package for simulation and inference (maximum likelihood estimation) of Hawkes processes.
pip install hawkes
https://colab.research.google.com/github/omitakahiro/Hawkes/blob/master/notebooks/tutorial.ipynb
This package provides the following kernel functions:
- exponential function
- sum of multiple exponential functions
- power-law function
- non-parametric function
This package provides the following classes of a baseline intensity:
- constant baseline
- piecewise constant baseline model
- piecewise linear baseline model
- log-linear baseline model
- custom baseline function
Melvin Alvarez
[email protected]