QplicIndx: Qplication vector

View source: R/Commutators.R

QplicIndxR Documentation

Qplication vector

Description

Restores the duplicated/q-plicated elements which are eliminated by EliminMatr or EliminIndx in a T-product of vectors of dimension d. It produces the same results as QplicMatr.

Usage

QplicIndx(d, q)

Arguments

d

dimension of the vectors in the T-product

q

power of the Kronecker product

Value

A vector (T-vector) with all elements previously eliminated by EliminIndx

References

Gy. Terdik, Multivariate statistical methods - going beyond the linear, Springer 2021, p.21, (1.31)

See Also

Other Matrices and commutators: EliminIndx(), EliminMatr(), MargMomCum(), QplicMatr(), SymIndx(), SymMatr()

Examples

x<-c(1,2,3)
y<-kronecker(kronecker(x,x),x)
## Distinct elements of y
z<-y[EliminIndx(3,3)]
## Restore eliminated elements in z
z[QplicIndx(3,3)]


MultiStatM documentation built on Jan. 25, 2026, 5:06 p.m.