Crate time_series_generator[][src]

Expand description

The timeseries-generator crate for generating randomly sampled timeseries

Functions

Generate geometric brownian motion

Generates a new sine wave function of given length with exactly one period

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

Generates a vector of given length with step function using mid_point and width parameter

Generate a triangle wave with a single up and down wave