pub struct FourierSeriesModel { /* private fields */ }Expand description
Fourier Series Model
Based on John Ehlers’ “Fourier Series Model of the Market”. Synthesizes a smoothed market waveform by combining the fundamental, second, and third harmonics of a base cycle, weighted by their relative power.
Implementations§
Trait Implementations§
Source§impl Clone for FourierSeriesModel
impl Clone for FourierSeriesModel
Source§fn clone(&self) -> FourierSeriesModel
fn clone(&self) -> FourierSeriesModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FourierSeriesModel
impl Debug for FourierSeriesModel
Source§impl Default for FourierSeriesModel
impl Default for FourierSeriesModel
Auto Trait Implementations§
impl Freeze for FourierSeriesModel
impl RefUnwindSafe for FourierSeriesModel
impl Send for FourierSeriesModel
impl Sync for FourierSeriesModel
impl Unpin for FourierSeriesModel
impl UnsafeUnpin for FourierSeriesModel
impl UnwindSafe for FourierSeriesModel
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