Struct StreamingEWTWindow
pub struct StreamingEWTWindow<'a> {
pub components: &'a [Vec<f64>],
pub coefficients: &'a [Vec<f64>],
pub boundaries: &'a [f64],
}Fields§
§components: &'a [Vec<f64>]§coefficients: &'a [Vec<f64>]§boundaries: &'a [f64]