Description Usage Arguments Details Value Author(s) See Also Examples
Computes Spearman's Rho for an object of the class copula
1 | Spearmans.rho(copula, tol = 1e-05)
|
copula |
|
tol |
|
~~ If necessary, more details than the description above ~~
a numerical value
Rene Carmona
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.