Q: Convenience function for calculation of quantiles

Description Usage Arguments Value Examples

Description

The typical use is in compare to avoid anonymous functions in specification of its fun argument.

Usage

1
Q(p, ...)

Arguments

p

Specification of the quantile

...

other arguments passed to quantile

Value

function calculating the p-th quantile

Examples

1
2
3
q90 = Q(.9)
class(q90)
q90(rnorm(10))

hanel/musica documentation built on May 17, 2019, 2:28 p.m.

Related to Q in hanel/musica...