This is documentation for an old release of SciPy (version 0.10.1). Read 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.

Previous topic

scipy.stats.mstats.kendalltau

Next topic

scipy.stats.mstats.kruskalwallis

This Page