Partition_Pairs {MultiStatM} | R Documentation |
Partition into pairs of the set 1:N
Partition_Pairs(N)
N |
The (integer) number of elements to be partitioned |
The list of partition matrices with blocks containing two elements.
The list is empty if N
is odd.
Gy. Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021. Section 1.4.8
Other Partitions:
Partition_2Perm()
,
Partition_Indecomposable()
,
Partition_Type_All()
,
Permutation_Inverse()
PA<-Partition_Pairs(4)