pub fn make_cdf<TA: Float>() -> Fallible<Function<Vec<TA>, Vec<TA>>>
Expand description

Postprocess a noisy array of float summary counts into a cumulative distribution.

Generics

  • TA - Atomic Type. One of f32 or f64