Function time_series_generator::generate_standard_normal[][src]

pub fn generate_standard_normal(length: usize, start_value: f64) -> Vec<f64>

generate a new randomly sampled timeseries of given length using a standard normal distribution scaled down by 100 by multiplying a random (+/-) value with the previous value