[][src]Trait survival_analysis::sample::fitter::InitialSolvePoint

pub trait InitialSolvePoint<T> {
    fn initial_solve_point(&self) -> T;
}

Required methods

fn initial_solve_point(&self) -> T

Loading content...

Implementors

impl<S, F> InitialSolvePoint<WeibullDistribution<F>> for IntervalCensored<S, Ix1> where
    S: Data<Elem = F>,
    F: Float + FromPrimitive
[src]

impl<S, F> InitialSolvePoint<WeibullDistribution<F>> for LeftCensored<S, Ix1> where
    S: Data<Elem = F>,
    F: Float + FromPrimitive
[src]

impl<S, F> InitialSolvePoint<WeibullDistribution<F>> for RightCensored<S, Ix1> where
    S: Data<Elem = F>,
    F: Float + FromPrimitive
[src]

impl<T, Distribution, W, D> InitialSolvePoint<Distribution> for Weighted<T, W, D> where
    W: RawData,
    T: InitialSolvePoint<Distribution>, 
[src]

Loading content...