pub struct LeftCensored<T: RawData, D>(pub ArrayBase<T, D>);Expand description
Data that is left censored.
Tuple Fields§
§0: ArrayBase<T, D>Trait Implementations§
Source§impl<S, F> InitialSolvePoint<WeibullDistribution<F>> for LeftCensored<S, Ix1>
impl<S, F> InitialSolvePoint<WeibullDistribution<F>> for LeftCensored<S, Ix1>
fn initial_solve_point(&self) -> WeibullDistribution<F>
Source§impl<D, O, T> LogLikelihood<D, O> for LeftCensored<T, Ix1>
impl<D, O, T> LogLikelihood<D, O> for LeftCensored<T, Ix1>
fn log_likelihood(&self, distribution: &D) -> O
Auto Trait Implementations§
impl<T, D> Freeze for LeftCensored<T, D>
impl<T, D> RefUnwindSafe for LeftCensored<T, D>
impl<T, D> Send for LeftCensored<T, D>
impl<T, D> Sync for LeftCensored<T, D>
impl<T, D> Unpin for LeftCensored<T, D>
impl<T, D> UnwindSafe for LeftCensored<T, D>
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