Module statrs::generate [] [src]

Provides utility functions for generating data sequences

Functions

periodic

Creates a vector of f64 points representing a periodic wave with an amplitude of 1.0, phase of 0.0, and delay of 0.

periodic_custom

Creates a vector of f64 points representing a periodic wave.

sinusoidal

Creates a vector of f64 points representing a Sine wave with a mean of 0.0, phase of 0.0, and delay of 0.

sinusoidal_custom

Creates a vector of f64 points representing a Sine wave.