Spearmans.rho: Compute Spearman's Rho

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Computes Spearman's Rho for an object of the class copula

Usage

1
Spearmans.rho(copula, tol = 1e-05)

Arguments

copula

copula

tol

tol

Details

~~ If necessary, more details than the description above ~~

Value

a numerical value

Author(s)

Rene Carmona

See Also

Kendalls.tau

Examples

1
2
3
4
5
6
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(copula, tol = 1e-5) standardGeneric("Spearmans.rho")

Rsafd documentation built on May 2, 2019, 5:20 p.m.