Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以非常快速地计算出大量数据的spearman 等级相关性。我们每个月要执行数千个这样的计算,而这些计算的总持续时间太长了。是否可以使用并发(线程)操作执行 spearman 等级相关,或者将计算分布到多个核心(甚至服务器)?
对于 Java 开发人员来说,Apache common (org.apache.commons.math3.stat.correlation.SpearmansCorrelation) 现在有一个类来计算 SpearmanCorrelation。