Function pointprocesses::generalized::processes::variable_poisson[][src]

pub fn variable_poisson<F, T>(
    lambda: F,
    max_lambda: f64,
    domain: &T
) -> Array2<f64> where
    F: Fn(&Array1<f64>) -> f64 + Sync + Send,
    T: Set

Poisson process on a d-dimensional region with variable intensity, using a rejection sampling algorithm.