[][src]Trait survival_analysis::distribution::LogHazard

pub trait LogHazard<Input, Output> {
    fn log_hazard(&self, input: &Input) -> Output;
}

Required methods

fn log_hazard(&self, input: &Input) -> Output

Loading content...

Implementors

impl<S, D, F> LogHazard<ArrayBase<S, D>, ArrayBase<OwnedRepr<F>, D>> for WeibullDistribution<F> where
    S: Data<Elem = F>,
    D: Dimension,
    F: Float + ScalarOperand
[src]

impl<S, D, F> LogHazard<ArrayBase<S, D>, F> for WeibullDistribution<F> where
    S: Data<Elem = F>,
    D: Dimension,
    F: Float + FromPrimitive + ScalarOperand
[src]

Loading content...