random_log_normal_process

Function random_log_normal_process 

Source
pub fn random_log_normal_process(
    mu: f64,
    nu: f64,
) -> impl Process<Item = f64> + Clone
Expand description

Hold the process for a random time interval distributed lognormally.