approx_cdf: Compute the approximate CDF of some numeric values.

Description Usage Arguments

Description

Compute the approximate CDF of some numeric values.

Usage

1
2
3
4
5
6
7
approx_cdf(object, k, ...)

## S4 method for signature 'numeric,integer'
approx_cdf(object, k)

## S4 method for signature 'DelayedArray,integer'
approx_cdf(object, k)

Arguments

object

A collection of numeric values.

k

The K parameter for creating a KLL sketch.

...

Extra named arguments.


gbrsales/kll documentation built on May 4, 2019, 4:15 a.m.