pub struct SineCoefficients {
pub amplitude: f64,
pub frequency: f64,
pub phase: f64,
}
Available on crate feature
regression
only.Expand description
The coefficients of a sine wave.
Fields§
§amplitude: f64
The amplitude of this function.