📜  python spearman 相关性 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:43.896000             🧑  作者: Mango

代码示例1
import scipy
# x and y are numpy array with shape (N,)
coeff, _ = scipy.stats.spearmanr(x, y)