Skip to contents

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

Usage

make_cdf(.TA = "float")

Arguments

.TA

Atomic Type. One of f32 or f64

Value

Function

Details

make_cdf in Rust documentation.

Supporting Elements:

  • Input Type: Vec<TA>

  • Output Type: Vec<TA>