DistanceDistribution: Calculate the Kendall distance distribution in 'N!' space

Description Usage Arguments Value Note Author(s) Examples

Description

This function counts the number of fully-ordered vectors at each distance in N! space.

Usage

1

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.

Note

Taken directly from R CRAN package RMallow.

Author(s)

Erik Gregory

Examples

1
2
3
4
5
## Not run:

# DistanceDistribution(10)

## End(Not run)

YunlongJiao/kernrank documentation built on May 10, 2019, 1:13 a.m.