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