Learn R Programming

perccal (version 1.0)

Cquantile: Fast computation of quantiles

Description

Helper function which takes as input a vector and obtains quantiles for it. Number of quantiles may be greater than one.

Usage

Cquantile(xx, p)

Arguments

xx
Numeric vector we are obtaining quantiles for.
p
Numeric vector of quantiles.

Value

Numeric vector containing quantiles, possibly greater than one.