strank {tscopula}R Documentation

Calculate standardized ranks of data

Description

Calculate standardized ranks of data

Usage

strank(x)

Arguments

x

a vector or time series of data.

Value

A vector or time series of standardized ranks in the interval (0,1)

Examples

strank(rnorm(100))

[Package tscopula version 0.3.9 Index]