point_process 0.11.0

A crate for simulating random point processes.
Documentation
1
2
3
4
5
6
pub mod spatial;
pub mod likelihood;
pub mod timedependent;

/// Time-dependent processes should be available in the crate root.
pub use self::timedependent::*;