std_dev::regression::models::trig

Struct CosecantCoefficients

source
pub struct CosecantCoefficients {
    pub amplitude: f64,
    pub frequency: f64,
    pub phase: f64,
}
Available on crate feature regression only.
Expand description

The coefficients of a cosecant function.

Fields§

§amplitude: