Home
last modified time | relevance | path

Searched refs:kendall_tau (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/py-nltk/nltk-3.4.1/nltk/translate/
H A Dribes_score.py55 nkt = kendall_tau(worder)
257 def kendall_tau(worder, normalize=True): function
/dports/math/gretl/gretl-2021d/lib/src/
H A Dnonparam.h31 int kendall_tau (const int *list,
H A Dnonparam.c598 int kendall_tau (const int *list, const DATASET *dset, in kendall_tau() function
H A Dinteract.c3292 err = kendall_tau(cmd->list, dset, cmd->opt, prn); in gretl_cmd_exec()
/dports/devel/libslang2/slang-2.3.2/modules/test/
H A Dtest_stats.sl97 p = kendall_tau (x, y, &s);
99 failed ("*** kendall_tau statistic: %g, expected %g", s, es);
101 failed ("*** kendall_tau pvalue: %g, expected %g", p, ep);
/dports/devel/libslang2/slang-2.3.2/modules/
H A Dstats.sl14 % kendall_tau Kendall tau correlation test
598 define kendall_tau () function
613 throw InvalidParmError, "Arrays must be the same length for kendall_tau";
/dports/devel/libslang2/slang-2.3.2/modules/help/
H A Dstatsfuns.hlp741 kendall_tau
747 pval = kendall_tau (x, y [,&tau])
830 kendall_tau, spearman_r
858 kendall_tau, pearson_r
/dports/math/py-cma/cma-3.1.0/cma/
H A Dfitness_models.py67 def kendall_tau(x, y): function
785 self.tau.tau = kendall_tau(self.Y[:number],
/dports/devel/libslang2/slang-2.3.2/modules/tm/
H A Dstatsfuns.tm489 \function{kendall_tau}
491 \usage{pval = kendall_tau (x, y [,&tau])}
/dports/math/gretl/gretl-2021d/gui/
H A Dcalculator.c1517 err = kendall_tau(list, dataset, opt, prn); in np_test()
/dports/science/py-scipy/scipy-1.7.1/doc/release/
H A D1.4.0-notes.rst663 * `#10108 <https://github.com/scipy/scipy/pull/10108>`__: ENH: stats: improve kendall_tau cache usa…