pub struct MstlResult { /* private fields */ }
Expand description
A MSTL result.
Implementations§
Source§impl MstlResult
impl MstlResult
Sourcepub fn seasonal_strength(&self) -> Vec<f32>
pub fn seasonal_strength(&self) -> Vec<f32>
Returns the seasonal strength.
Sourcepub fn trend_strength(&self) -> f32
pub fn trend_strength(&self) -> f32
Returns the trend strength.
Trait Implementations§
Source§impl Clone for MstlResult
impl Clone for MstlResult
Source§fn clone(&self) -> MstlResult
fn clone(&self) -> MstlResult
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MstlResult
impl RefUnwindSafe for MstlResult
impl Send for MstlResult
impl Sync for MstlResult
impl Unpin for MstlResult
impl UnwindSafe for MstlResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more