Description Usage Arguments Examples
Calculate gartwaite-covariance matrix
1 | .garthwaitecov(mat)
|
mat, |
Any matrix that you wish to take the square root of |
1 2 3 4 | A1 <- matrix(2,1,1)
.garthwaitecov(A1)
A3 <- matrix(c(2,0.1,0.3,0.1,1,0.5,0.1,0.2,3),3,3)
.garthwaitecov(A3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.