Function statest::numerical::deriv_with_fx[][src]

pub fn deriv_with_fx<S, T>(dist: &T, x: S, fx: S, h: S) -> S where
    S: Float,
    T: Univariate<S, S>, 

Calculate derivative with fx value which was already calculated.