Kendalls.tau {Rsafd} | R Documentation |
Computes Kendalls Tau for an object of the class copula
Kendalls.tau(copula, tol = 1e-05)
copula |
|
tol |
|
~~ If necessary, more details than the description above ~~
a numerical value
Rene Carmona
##---- 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("Kendalls.tau")