SeqDistribution {RMallow} | R Documentation |
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).
SeqDistribution(N)
N |
Length of the ranking. Preferrably less than 9. |
Vector of Kendall distances from 1:N to each sequence in N! space.
Erik Gregory