[][src]Module pointprocesses::temporal

This module implements a set of temporal point processes on the real half-line [0,∞[, such as Poisson or Hawkes processes.

Re-exports

pub use traits::*;

Modules

cox
hawkes

Implements the Hawkes jump process.

poisson
traits
utils

Functions

hawkes_exponential

Simulate a time-dependent marked Hawkes process with an exponential kernel.

poisson_process
variable_poisson

Simulate a Poisson process with variable intensity.