TauMatrix | R Documentation |
This function computes the empirical Kendall's tau using the algorithm by Knight (1966).
TauMatrix(data, weights = NA)
data |
An N x d data matrix. |
weights |
Numerical; weights for each observation (optional). |
Matrix of the empirical Kendall's taus.
Ulf Schepsmeier
Knight, W. R. (1966). A computer method for calculating Kendall's tau with ungrouped data. Journal of the American Statistical Association 61 (314), 436-439.
BiCopTau2Par()
, BiCopPar2Tau()
,
BiCopEst()
data(daxreturns)
Data <- as.matrix(daxreturns)
# compute the empirical Kendall's taus
TauMatrix(Data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.