Expand description
*Temporal point processes *on the real half-line $[0,\infty[$, such as Poisson or *Hawkes processes.
Re-exports§
pub use utils::simulate_brownian;pub use traits::*;pub use poisson::*;
Modules§
Functions§
- hawkes_
exponential - Simulate a Hawkes process with an exponential kernel and constant background intensity.
- poisson_
process - Simulate a Poisson process with constant intensity $\lambda$.
- variable_
poisson - Simulate a Poisson process with variable intensity.