pub fn hawkes_exponential(
    tmax: f64,
    decay: f64,
    lambda0: f64,
    alpha: f64
) -> Array2<f64>
Expand description

Simulate a time-dependent marked Hawkes process with an exponential kernel. This will borrow and consume the given jumps iterator, and will panic if it turns up empty. index 0: timestamps, index 1: intensity, index 2: marks