Coupling Coordination Degree (CCD)
Usage
ccd(data, weight = NULL, method = c("standard", "wang", "fan"), threads = 1)Arguments
- data
A numeric matrix or data.frame. Rows are observations, columns are indicators.
- weight
Numeric vector of indicator weights. Must have length equal to
ncol(data). IfNULL, equal weights are used.- method
Coupling model. One of
"standard","wang", or"fan".- threads
Number of threads used in computation.
Details
Full model definitions and formulas are available at: https://github.com/stscl/coupling/discussions/3