Function simulate_brownian

Source
pub fn simulate_brownian(h: f64, n: usize) -> Vec<f64>
Expand description

Simulate a brownian motion $(B_t)$ with a time step of $h$.