pub fn conditional_intensity( binary_train: &[i32], dt: f64, window_ms: f64, ) -> Vec<f64>
Conditional intensity function estimate (Hz). Brown et al. 2004.
Moving-window MLE of the Poisson rate at each time step.