pub enum Ties {
Breslow,
Efron,
}Expand description
Method for handling tied event times in the Cox partial likelihood.
Variants§
Breslow
Breslow approximation (simplest; assumes the risk set is unchanged while the tied failures occur).
Efron
Efron approximation (more accurate; progressively deflates the tied failures’ contribution to the risk-set denominator).
Trait Implementations§
impl Copy for Ties
impl Eq for Ties
impl StructuralPartialEq for Ties
Auto Trait Implementations§
impl Freeze for Ties
impl RefUnwindSafe for Ties
impl Send for Ties
impl Sync for Ties
impl Unpin for Ties
impl UnsafeUnpin for Ties
impl UnwindSafe for Ties
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