Struct polars_arrow::kernels::ewm::EWMOptions
source · Fields§
§alpha: f64
§adjust: bool
§bias: bool
§min_periods: usize
Implementations§
source§impl EWMOptions
impl EWMOptions
pub fn and_min_periods(self, min_periods: usize) -> Self
pub fn and_adjust(self, adjust: bool) -> Self
pub fn and_span(self, span: usize) -> Self
pub fn and_half_life(self, half_life: f64) -> Self
pub fn and_com(self, com: f64) -> Self
Trait Implementations§
source§impl Clone for EWMOptions
impl Clone for EWMOptions
source§fn clone(&self) -> EWMOptions
fn clone(&self) -> EWMOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more