This is documentation for an old release of SciPy (version 0.10.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.mstats.kendalltau_seasonal
-
scipy.stats.mstats.kendalltau_seasonal(x)
Computes a multivariate extension Kendall’s rank correlation tau, designed
for seasonal data.
Parameters : | x: 2D array :
Array of seasonal data, with seasons in columns.
|