NextTable {RMallow} | R Documentation |
Calculates the table of Kendall distances in (N+1)! space, given those in N! space.
Description
This is identical to counting the number of fully-ordered vectors at each bubble sort distance in (N+1)! space.
Usage
NextTable(last.table, N.last)
Arguments
last.table |
Table of distances in N! space. |
N.last |
N |
Value
Table of distances in (N+1)! space.
Author(s)
Erik Gregory
[Package RMallow version 1.1 Index]