pub struct DualModeKyleLambda { /* private fields */ }Expand description
Kyle’s Lambda dual-mode implementation Kyle’s Lambda dual-mode implementation.
Implementations§
Trait Implementations§
Source§impl DualModeFeature for DualModeKyleLambda
impl DualModeFeature for DualModeKyleLambda
Source§fn calculate_incremental(&mut self, update: &MarketUpdate) -> FeatureValue
fn calculate_incremental(&mut self, update: &MarketUpdate) -> FeatureValue
Calculate feature incrementally for real-time trading
Source§fn calculate_batch(&self, data: &[MarketData]) -> Vec<FeatureValue>
fn calculate_batch(&self, data: &[MarketData]) -> Vec<FeatureValue>
Calculate feature in batch mode for backtesting
Auto Trait Implementations§
impl Freeze for DualModeKyleLambda
impl RefUnwindSafe for DualModeKyleLambda
impl Send for DualModeKyleLambda
impl Sync for DualModeKyleLambda
impl Unpin for DualModeKyleLambda
impl UnwindSafe for DualModeKyleLambda
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