scipy.stats.mstats.

kendalltau_seasonal#

scipy.stats.mstats.kendalltau_seasonal(x)[source]#

Computes a multivariate Kendall’s rank correlation tau, for seasonal data.

Deprecated since version 2.0.0: scipy.stats.mstats.kendalltau_seasonal is deprecated as of SciPy 2.0.0 and will be removed, along with the scipy.stats.mstats namespace, in SciPy 2.4.0. SciPy offers no replacement for this function.

Parameters:
x2-D ndarray

Array of seasonal data, with seasons in columns.