Learn R Programming

timeSeries (version 3010.97)

orderStatistics: order Statistics

Description

Computes order statistic of a 'timeSeries'.

Usage

orderStatistics(x)

Arguments

x
an object of class timeSeries.

Value

  • orderStatistics returns ...

Examples

Run this code
## Load Swiss Pension Fund Benchmark Data -  
   setRmetricsOptions(myFinCenter = "GMT")
   data(LPP2005REC)
   
## Compute Order Statistics -
   head(orderStatistics(LPP2005REC))

Run the code above in your browser using DataLab