powered by
The function fillout takes a \(Q \times (Q - L)\) matrix \(Z\) and fills it out so that it is a square matrix \(Q \times Q\).
fillout(z)
A \(Q \times (Q-L)\) matrix
A square matrix \(Q \times Q\)
tr, logdet
tr
logdet
# NOT RUN { # Create a 3 x 2 matrix a <- cbind(c(1, 2, 3), c(4, 5, 6)) # Creates a 3 x 3 Matrix from 3 x 2 Data fillout(a) # }
Run the code above in your browser using DataLab