Expand description
The timeseries-generator crate for generating various timeseries
Functionsยง
- generate_
geometric_ brownian_ motion - Generate geometric brownian motion
- generate_
sine_ wave - Generates a new sine wave function of given length with exactly one period
- generate_
standard_ normal - 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
- generate_
step_ function - Generates a vector of given length with step function using mid_point and width parameter
- generate_
triangle_ wave - Generate a triangle wave with a single up and down wave
- lorenz_
system - Generate a lorenz system in 3D space. Note that it is advised to discard the first part of this series as the points are still in the transient phase.
- mackey_
glass_ series - Mackey glass series generation