point_process 0.13.0

A crate for simulating random point processes.
Documentation
1
2
3
//! Estimators for point process models.
pub mod kernels;
pub mod nadarayawatson;