21 srho(std::vector<double> x,
22 std::vector<double> y,
23 std::vector<double> weights = std::vector<double>())
25 utils::check_sizes(x, y, weights);
26 x = rank0(x, weights,
"average");
27 y = rank0(y, weights,
"average");
28 return prho(x, y, weights);
Weighted dependence measures.
Definition: wdm.hpp:19