Python Forum

Full Version: Simulating events using Hawkes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have recently learned about Hawkes process and was trying to use Tick library.
I need help in simulating the Hawkes process.

I just have 1000 events at different timestamps (Unix time). I would like to know how can I fit and simulate the Hawkes process using exp. Kernel? Also, I am not sure how the constants are calculated.
It's all explained on the authors github page: https://x-datainitiative.github.io/tick/...awkes.html