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_seasonalis deprecated as of SciPy 2.0.0 and will be removed, along with thescipy.stats.mstatsnamespace, in SciPy 2.4.0. SciPy offers no replacement for this function.- Parameters:
- x2-D ndarray
Array of seasonal data, with seasons in columns.