This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Computes Kendall’s rank correlation tau on two variables x and y.
Parameters : | xdata: sequence :
ydata: sequence :
use_ties: {True, False} optional :
use_missing: {False, True} optional :
|
---|---|
Returns : | tau : float
|