powered by
Get the main diagonal of a matrix, even if the matrix is 1x1.
gsi.diagExtract(x)
a vector containing the main diagonal entries of x.
a matrix
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
The difference to original diag is that it always gives the diagonal and does nothing flawed in case of a 1x1 matrix or a single number considered as such matrix.
diag
gsi.diagGenerate, diag
gsi.diagGenerate
#data(SimulatedAmounts) #gsi.diagExtract(var(acomp(sa.lognormals,c(1,2)))) #gsi.diagExtract(var(ilr(acomp(sa.lognormals,c(1,2))))) #gsi.diagExtract(var(ilt(aplus(sa.lognormals,c(1)))))
Run the code above in your browser using DataLab