pub struct PowerLawKernel { /* private fields */ }Expand description
The power law kernel for the Hawkes process has the form $$ g(t) = \frac{\alpha}{(\delta + t)^\beta}$$
Trait Implementations§
Source§impl Debug for PowerLawKernel
impl Debug for PowerLawKernel
Auto Trait Implementations§
impl Freeze for PowerLawKernel
impl RefUnwindSafe for PowerLawKernel
impl Send for PowerLawKernel
impl Sync for PowerLawKernel
impl Unpin for PowerLawKernel
impl UnwindSafe for PowerLawKernel
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