pub fn mackey_glass_series(
    sample_len: usize,
    tau: usize,
    seed: Option<u64>
) -> Vec<f64>
Expand description

Mackey glass series generation

Parameters:

sample_len: the number of datapoints to generate tau: roughly correlates to the chaotic and complex behaviour of the sequence seed: An optional seed for the random number generator