matrix
,
series
,
bdTimeSeries
, and
bdSignalSeries
objects.
colQuantiles(x, probs = seq(0, 1, 0.25), na.rm = F)
0
and
1
inclusive.
The default produces a "five number summary": the minimum, lower quartile, median, upper quartile, and maximum of x.
FALSE
, missing values (
NA
) in the input result in
missing values in corresponding elements of the output.
If
TRUE
then missing values are omitted from calculations.
Equivalent to apply(x, 2, FUN=quantile)
colQuantiles(djia[timeEvent("02/20/1989","02/20/1990"), ], na.rm=T)