DistanceDistribution {RMallow} | R Documentation |
Calculate the Kendall distance distribution in N! space.
Description
This function counts the number of fully-ordered vectors at each distance in N! space.
Usage
DistanceDistribution(N = 3)
Arguments
N |
Integer value, greater than or equal to 3. |
Value
Table-like structure, where the names represent the distance from the modal sequence of each sequence in N! space, and the values represent the number of sequences at that distance in the sequence space.
Author(s)
Erik Gregory
[Package RMallow version 1.1 Index]