pub struct SineCoefficients { pub amplitude: f64, pub frequency: f64, pub phase: f64, }
regression
The coefficients of a sine wave.
amplitude: f64