Function pointprocesses::hawkes_exponential[][src]

pub fn hawkes_exponential(
    tmax: f64,
    alpha: f64,
    beta: f64,
    lambda0: f64
) -> Vec<Event>

Simulate a Hawkes process with an exponential kernel by utilising Ogata's algorithm