matr_Commutator_Moment {MultiStatM}R Documentation

Commutator matrix for moment formulae

Description

Commutator matrix for moment formulae

Usage

matr_Commutator_Moment(el_rm, d, useSparse = FALSE)

Arguments

el_rm

type of a partition

d

dimensions of the vector

useSparse

TRUE or FALSE

Value

A commutator matrix

References

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

See Also

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()

Examples

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

[Package MultiStatM version 1.2.1 Index]