matr_Commutator_Moment {MultiStatM} | R Documentation |
Commutator matrix for moment formulae
matr_Commutator_Moment(el_rm, d, useSparse = FALSE)
el_rm |
type of a partition |
d |
dimensions of the vector |
useSparse |
TRUE or FALSE |
A commutator matrix
Gy., Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021, Section 2.4.3, p.100, Sect. A.2.1, p. 353., Corollary 2.6., p.95
Other Matrices and commutators:
indx_Commutator_Kmn()
,
indx_Commutator_Kperm()
,
indx_Commutator_Mixing()
,
indx_Commutator_Moment()
,
indx_Elimination()
,
indx_Qplication()
,
indx_Symmetry()
,
indx_UnivMomCum()
,
matr_Commutator_Kmn()
,
matr_Commutator_Kperm()
,
matr_Commutator_Mixing()
,
matr_Elimination()
,
matr_Qplication()
,
matr_Symmetry()
n=4; r=2 ; m=1 ; d=2;
PTA<-Partition_Type_All(n)
el_r<-PTA$eL_r[[r]][m,]
## el_r is a given type (always a vector)
MC<- matr_Commutator_Moment(el_r,d)
MC