Expand description
Hawkes self-exciting point process.
A stochastic intensity process where each arrival increases the probability of further arrivals, capturing clustering behavior observed in market orders, cancellations, and volatility spikes.
Structs§
- Exponential
Kernel - Exponential kernel: phi(t) = alpha * exp(-beta * t).
- Hawkes
Process - Hawkes process with arbitrary kernel.
- Power
LawKernel - Power-law kernel: phi(t) = alpha / (c + t)^p.
Traits§
- Kernel
- Trait for Hawkes kernel functions.