pub struct ExpKernel {
pub alpha: f64,
pub beta: f64,
}Expand description
Exponential kernel for the Hawkes process, of the form $$g(t) = \alpha \exp(-\beta t)$$
Fields§
§alpha: f64§beta: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpKernel
impl RefUnwindSafe for ExpKernel
impl Send for ExpKernel
impl Sync for ExpKernel
impl Unpin for ExpKernel
impl UnwindSafe for ExpKernel
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