Trait Kernel
pointprocesses::temporal::hawkes
pub trait Kernel { fn eval(&self, t: f64) -> f64; }
Kernel for the Hawkes process.
fn eval(&self, t: f64) -> f64
impl Kernel for ExpKernel
impl Kernel for PowerLawKernel