SciPy

This is documentation for an old release of SciPy (version 1.6.3). 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)[source]

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

Parameters
x2-D ndarray

Array of seasonal data, with seasons in columns.

Previous topic

scipy.stats.mstats.kendalltau

Next topic

scipy.stats.mstats.linregress