Function variable_poisson

Source
pub fn variable_poisson<F>(
    tmax: f64,
    lambda: &F,
    max_lambda: f64,
) -> TimeProcessResult
where F: Fn(f64) -> f64 + Send + Sync,
Expand description

Simulate a Poisson process with variable intensity.