Cquantile {perccal}R Documentation

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.


[Package perccal version 1.0 Index]