pub struct GatingPolicy { /* private fields */ }Expand description
Innovation gating policy.
The normalised innovation squared is χ²-distributed with as many degrees of freedom as the observation has elements when the model holds. A value far in the tail is more likely a fault than a surprise.
Implementations§
Trait Implementations§
Source§impl Clone for GatingPolicy
impl Clone for GatingPolicy
impl Copy for GatingPolicy
Source§impl Debug for GatingPolicy
impl Debug for GatingPolicy
Source§impl PartialEq for GatingPolicy
impl PartialEq for GatingPolicy
impl StructuralPartialEq for GatingPolicy
Auto Trait Implementations§
impl Freeze for GatingPolicy
impl RefUnwindSafe for GatingPolicy
impl Send for GatingPolicy
impl Sync for GatingPolicy
impl Unpin for GatingPolicy
impl UnsafeUnpin for GatingPolicy
impl UnwindSafe for GatingPolicy
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