Calculates Kendall's distances of each sequence in N! space. This is VERY Inefficient for N >= 8. See DistanceDistribution for an astronomical improvement (possibly on the order of 10^10).
计算每个序列在N Kendall的距离!空间。 N> = 8,这是非常低效的。 DistanceDistribution是一个天文改善(可能在10 ^ 10)的顺序。
用法----------Usage----------
SeqDistribution(N)
参数----------Arguments----------
参数:N
Length of the ranking. Preferrably less than 9.
长度的排名。为较佳小于9。
值----------Value----------
Vector of Kendall distances from 1:N to each sequence in N! space.
每个序列在N 1:N的的肯德尔距离向量!空间。