orderStatistics {timeSeries} | R Documentation |
Computes order statistic of a 'timeSeries'.
orderStatistics(x)
x |
an object of class |
orderStatistics
returns ...
## Load Swiss Pension Fund Benchmark Data - setRmetricsOptions(myFinCenter = "GMT") data(LPP2005REC) ## Compute Order Statistics - head(orderStatistics(LPP2005REC))