Function pointprocesses::timedependent::variable_poisson[][src]

pub fn variable_poisson<F>(tmax: f64, lambda: F, max_lambda: f64) -> Vec<Event> where
    F: Fn(f64) -> f64

Simulate a Poisson process with variable intensity.