WH.correlation {HistDAWass} | R Documentation |
Method WH.correlation
Description
Compute the correlation matrix of a MatH
object, i.e.
a matrix of values consistent with
a set of distributions equipped with a L2 wasserstein metric.
Usage
WH.correlation(object, ...)
## S4 method for signature 'MatH'
WH.correlation(object, w = numeric(0))
Arguments
object |
a |
... |
some optional parameters |
w |
it is possible to add a vector of weights (positive numbers)
having the same size of the rows of the |
Value
a squared matrix
with the (weighted) correlations indices
References
Irpino, A., Verde, R. (2015) Basic statistics for distributional symbolic variables: a new metric-based approach Advances in Data Analysis and Classification, DOI 10.1007/s11634-014-0176-4
Examples
WH.correlation(BLOOD)
# generate a set of random weights
RN <- runif(get.MatH.nrows(BLOOD))
WH.correlation(BLOOD, w = RN)
[Package HistDAWass version 1.0.8 Index]